/* basics */

*{margin:0; padding:0;}

body {
	margin:0; padding:0;
	background:url(../../img/gbl/body-bg.jpg) no-repeat center top;
	font-family: verdana, arial, tahoma, sans-serif;
	}
	
	body.cart {
		margin:0; padding:0;
		background:url(../../img/gbl/body-bg-shopping-cart.jpg) no-repeat center top;
		}		
	
h1, h2, h3, h4, h5, h6,
p,
blockquote,
form,
label, dl, ul, ol,
fieldset,
address {
    margin: 0 0 1em 0;
	}	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0; padding: 0;
	}
	
	h1 {
		width:416px;
		margin-left:-26px;	
		font-size: 30px;
		color:#0ebcee;
		font-weight:normal;
		font-family:'Marker Felt', 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;	
		}
		
		body.cart h1 {
			margin-bottom:-5px;
			margin-left:0;
			}
	
	h2 {
		font-size: 20px;
		color:#b8cd3a;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
		}
			
		h2.subtitle {
			margin-top:-30px;
			text-transform:lowercase;
			}	
	
	h3 {
		margin-bottom:10px;
		font-size: 17px;
		color:#15bcef;
		font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
		font-weight:normal;
		line-height:24px;
		}
	
	h4 {
		font-size: 130%;
		color:#15bcef;
		font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
		font-weight:normal;
		}
	
	h5 {
		font-size: 107%;
		color:#15bcef;
		font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
		}
	
	h6 {
		font-size: 100%;
		color:#15bcef;
		font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
		}


/* images and misc. */

img{ border: none; }
img a{border:none;}

img.floated { float: left; margin: 0 15px .5em 0; }
img.floated.alt { float: right; margin: 0 0 .5em 15px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}

.clear {clear:both;}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* links */

a { color:#15bcef; }
a:hover { color:#13a8d6; }



/* container */

#container {
	background:url(../../img/gbl/container-bg.jpg) repeat-x bottom center;
	}
	
	#container-inner {
		}
	
/* header */

#header {
	width:980px; height:129px;
	margin:0 auto;
	}
	
	#logo {
		margin:44px 0 0 379px;
		}

	body.cart #logo {
		margin-top:34px;
		}
		
	body.admin #logo {
		width:357px; height:36px;
		background:url(../../img/gbl/logo-admin.png) 0 0 no-repeat;
		display:block;
		}	


/* middle section */

#middle {
	width:980px;
	margin:0 auto;
	padding-bottom:50px;
	}
	
	
/* first menu */

	#first-menu {
		width:725px; height:66px;
		margin:81px 0 0 40px;
		}
		
	body.cart #first-menu {
		margin-top:13px;
		}
		
		#first-menu ul {
			list-style:none;
			margin:0; padding:0;
			}
			
			#first-menu li {
				float:left;
				margin:0; padding:0;
				}
				
				#first-menu li a {
					height:66px;
					background:url(../../img/gbl/first-menu-a-bg.png) no-repeat;								
					text-indent:-999em;
					display:block;
					overflow:hidden;
					outline:none;
					}
					
					#first-menu li a.car-seats {
						width:134px;
						background-position: 0 0;
						}
						
						#first-menu li a.car-seats:hover {
							background-position:0 -66px;
							}
							
					#first-menu li a.feeding {
						width:102px;
						background-position:-134px 0;
						}
						
						#first-menu li a.feeding:hover {
							background-position:-134px -66px;
							}
							
					#first-menu li a.bedding {
						width:122px;
						background-position:-236px 0;
						}
						
						#first-menu li a.bedding:hover {
							background-position:-236px -66px;
							}
							
					#first-menu li a.strollers {
						width:127px;
						background-position:-358px 0;
						}
						
						#first-menu li a.strollers:hover {
							background-position:-358px -66px;
							}
							
					#first-menu li a.entertainment {
						width:170px;
						background-position:-485px 0;
						}
						
						#first-menu li a.entertainment:hover {
							background-position:-485px -66px;
							}
							
					#first-menu li a.misc {
						width:70px;
						background-position:-655px 0;
						}
						
						#first-menu li a.misc:hover {
							background-position:-655px -66px;
							}
				
								
/* second menu */

	#second-menu {
		width:615px; height:80px;
		position:relative;
		top:-14px; left:50px;
		}
		
		#second-menu ul {
			list-style:none;
			margin:0; padding:0;
			}
			
			#second-menu li {
				float:left;
				margin:0; padding:0;
				}
			
				#second-menu li a {
					height:80px;
					background:url(../../img/gbl/second-menu-a-bg.png) no-repeat;
					text-indent:-999em;
					display:block;
					overflow:hidden;
					outline:none;
					}
					
				body.cart #second-menu li a {
					background:url(../../img/gbl/second-menu-cart-a-bg.png) no-repeat;
					}
					
					#second-menu li a.home, body.cart #second-menu li a.home {
						width:70px;
						background-position:0 0;
						}
						
						#second-menu li a.home:hover, body.cart #second-menu li a.home:hover {
							background-position:0 -80px;
							}
							
					#second-menu li a.about, body.cart #second-menu li a.about {
						width:78px;
						background-position:-70px 0;
						}
						
						#second-menu li a.about:hover, body.cart #second-menu li a.about:hover {
							background-position:-70px -80px;
							}
							
					#second-menu li a.faq, body.cart #second-menu li a.faq {
						width:50px;
						background-position:-148px 0;
						}
						
						#second-menu li a.faq:hover, body.cart #second-menu li a.faq:hover {
							background-position:-148px -80px;
							}
							
					#second-menu li a.suggestions, body.cart #second-menu li a.suggestions {
						width:100px;
						background-position:-198px 0;
						}
						
						#second-menu li a.suggestions:hover, body.cart #second-menu li a.suggestions:hover {
							background-position:-198px -80px;
							}
							
					#second-menu li a.equipment, body.cart #second-menu li a.equipment {
						width:91px;
						background-position:-298px 0;
						}
						
						#second-menu li a.equipment:hover, body.cart #second-menu li a.equipment:hover {
							background-position:-298px -80px;
							}
							
					#second-menu li a.tips, body.cart #second-menu li a.tips {
						width:117px;
						background-position:-389px 0;
						}
						
						#second-menu li a.tips:hover, body.cart #second-menu li a.tips:hover {
							background-position:-389px -80px;
							}
							
					#second-menu li a.contact, body.cart #second-menu li a.contact {
						width:109px;
						background-position:-506px 0;
						}
						
						#second-menu li a.contact:hover, body.cart #second-menu li a.contact:hover {
							background-position:-506px -80px;
							}
						
			body.admin #second-menu li {
				margin-top:40px;
				}
						
				body.admin #second-menu li a {
					height:30px;
					padding:0 15px;								
					text-indent:0;
					background:none;
					color:#fff;
					font-family:'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;	
					font-size:13px;
					text-decoration:none;
					text-transform:lowercase;
					}
					
					body.admin #second-menu li a:hover {
						background:none;
						text-decoration:underline;
						}



/* content */


#content {
	padding-top:65px;
	}	


/* main content section */
		
	#main-content {
		width:594px;
		position:relative;
		left:96px;
		float:left;
		margin-bottom:60px;
		color:#2d6785;
		font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
		body.cart #main-content {
			width:620px;
			left:70px;
			}
			
		#main-content p {
			line-height:22px;
			}
		
		#breadcrumbs {
			font-size:11px;
			color:#0faee9;
			}
			
			#breadcrumbs a {
				text-decoration:none;
				color:#0faee9;
				}
				
				#breadcrumbs a:hover {
					text-decoration:underline;
					}
		
		#cart-nav {
			font-size:11px;
			color:#d350c1;
			float:right;
			margin-top:-28px;
			}
			
			#cart-nav a {
				color:#d350c1 !important;
				text-decoration:none;
				}
				
				#cart-nav a:hover {
					text-decoration:underline;
					}


/* sidebar */

#side {
	width:270px;
	float:right;
	margin-top:75px;
	}
	
	body.admin #side {
		height:400px;
		}
		

/* sidebar shopping cart */

	.shopping-cart#sidebar {
		text-align:center;
		color:#069;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		body.cart .shopping-cart#sidebar {
			margin-top:100px;
			}
		
		.shopping-cart#sidebar h3 {
			width:270px; height:196px;
			background:url(../../img/gbl/shopping-cart-h3-bg.jpg) no-repeat 0 -17px;
			text-indent:-999em;
			margin-bottom:-30px;
			}
			
		.shopping-cart#sidebar .item {
			font-size:16px;
			background:url(../../img/gbl/shopping-cart-shadow.jpg) no-repeat 0 23px;
			padding:2px 0 8px;
			}
			
			.shopping-cart#sidebar .item a {
				color:#069;
				text-decoration:none;
				}
				
				.shopping-cart#sidebar .item a:hover {
					color:#01405f;
					}
			
		.shopping-cart#sidebar .price {
			margin-top:-1px; padding-top:7px;
			background:url(../../img/gbl/shopping-cart-price-bg.jpg) no-repeat 0 0;
			}
			
			.shopping-cart#sidebar span.day, .shopping-cart#sidebar span.week {
				display:block;
				padding:8px 0 4px;
				background:url(../../img/gbl/shopping-cart-shadow.jpg) no-repeat 0 0;
				}
		
		.shopping-cart#sidebar a.check-out {
			width:270px; height:131px;
			background:url(../../img/gbl/shopping-cart-check-out-bg.jpg) no-repeat 0 0;
			text-indent:-999em;
			display:block;
			overflow:hidden;
			}
			
			.shopping-cart#sidebar a.check-out:hover {
				background-position:0 -131px;
				}		


/* sidebar calls-to-action */		

	.call#car-seat-regs {
		color:#10aeea;
		font-family:'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;	
		font-size:13px;
		margin-top:15px;
		}
		
		.call#car-seat-regs h3 {
			width:271px; height:154px;
			display:block;
			text-indent:-999em;
			overflow:hidden;
			}
			
			.call#car-seat-regs h3 a {
				width:271px; height:154px;
				display:block;
				background:url(../../img/gbl/call-new-carseat-regs.jpg) no-repeat 0 0;
				}
				
				.call#car-seat-regs h3 a:hover {
					background-position:0 -154px;
					}

			
		.call#car-seat-regs p {
			width:180px;
			margin:-19px 0 0 50px;
			position:relative;
			z-index:5002;
			line-height:17px;
			}
			
		.call#car-seat-regs a {
			color:#10aeea;
			}
			
			.call#car-seat-regs a:hover {
				color:#0e9ed4;
				}
				

/* footer */

	#footer {
		background:url(../../img/gbl/footer-bg.png) no-repeat top center;
		text-align:center;
		}
		
		#footer-inner {
			height:425px;
			background:url(../../img/gbl/footer-inner-bg.png) repeat-x top center;
			}

			#footer-slogan, #footer-first-menu, #footer-second-menu, #footer-legal, #footer-credits {
				width:960px;
				margin:0 auto;
				text-align:center;
				position:relative;
				}
				
				#footer-slogan h4 {
					width:296px; height:25px;
					background:url(../../img/gbl/footer-slogan.gif) no-repeat 0 0;
					text-indent:-999em;
					position:relative;
					top:185px; left:332px;
					}
					
					#footer-first-menu {
						top:195px;
						}
						
					#footer-second-menu {
						top:195px;
						}
					
					#footer-first-menu ul, #footer-second-menu ul {
						list-style:none;
						margin:0; padding:0;
						text-align:center;
						}
						
						#footer-first-menu li, #footer-second-menu li {
							display:inline;
							}
							
							#footer-first-menu li a {
								padding:0 9px;
								text-decoration:none;
								color:#e489d5;
								font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
								font-size:15px;
								}
								
							#footer-second-menu li a {
								padding:0 2px;
								text-decoration:none;
								color:#15bcef;
								font-family: 'trebuchet ms', arial, helvetica, sans-serif;
								font-size:11px;
								text-transform:lowercase;
								}
								
								#footer-first-menu li a:hover, #footer-second-menu li a:hover {
									text-decoration:underline;
									}		
								
					#footer p.legal {
						margin:225px 0 0; padding:0 0 5px;
						color:#15bcef;
						font-family: 'trebuchet ms', arial, helvetica, sans-serif;
						font-size:11px;
						}
						
					#footer p.legal a {
						color:#15bcef;
						text-decoration:none;
						}
						
						#footer p.legal a:hover {
							text-decoration:underline;
							color:#15bcef;
							}
						
					#footer p.credits {
						top:245px;
						}
						
						#footer p.credits a {
							color:#c1d73f;					
							font-family:"Times New Roman", Times, serif;
							font-size:11px;
							text-decoration:none;
							}
							
							#footer p.credits a:hover {
								text-decoration:underline;
								}														
					

/* checkout process */

#checkout-sidebar {
	padding-top:157px; 
	color:#2d6785;
	}
	
	#checkout-sidebar h3 {
		margin-bottom:0;
		}					
		

/* content calls-to-action */

.call#specials {
	width:397px; height:327px;
	float:left;
	}
	
	.call#specials a {
		width:397px; height:327px;
		background:url(../../img/gbl/call-specials-bg.jpg) no-repeat 0 0;
		text-indent:-999em;
		display:block;
		overflow:hidden;
		}
		
.call#travel-kit {
	width:594px; height:249px;
	margin:-74px 0 15px -55px;
	}
	
	.call#travel-kit h3 {
		width:258px; height:249px;
		margin:0; padding:0;
		display:block;
		overflow:hidden;
		text-indent:-999em;
		float:left;
		}
		
		.call#travel-kit h3 a {
			width:258px; height:249px;
			display:block;
			overflow:hidden;
			background:url(../../img/gbl/call-travel-kit-h3-bg.jpg) no-repeat 0 0;
			}
			
			.call#travel-kit h3 a:hover {
				background-position:0 -249px;
				}
		
	.call#travel-kit p {
		padding-top:62px;
		color:#d350c1;
		font-family:'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;	
		font-size:14px;
		line-height:20px;
		}
		
	.call#travel-kit a {
		color:#d350c1;
		}
		
		.call#travel-kit a:hover {
			color:#b44caa;
			}	
			
			
/* Shopping Cart */


/* Main Catalog */

body.cart h3 a {
	text-decoration:none;
	}
	
	body.cart h3 a:hover {
		text-decoration:underline;
		}

.category-group {
	}
	
	.product-summary {
		border:1px solid #ccc;
		width:250px;
		float:left;
		margin:0 15px 15px;
		font-size:11px;
		}
		
		.product-summary:hover {
			background:#e8e8e8;
			}
			
		.product-summary img {
			float:left;
			margin:8px;
			}
			
		.product-summary p {
			margin-bottom:0 !important; padding-top:8px !important;
			line-height:14px !important;
			}
						
			
/* Category Pages */
	
.sort-by {
	width:185px;
	font-size:12px;
	margin-bottom:25px; padding-top:5px;
	float:right;
	text-align:right;
	}
	
	.sort-by form {
		margin-bottom:0;
		color:#2d6785;		
		}
		
		.sort-by select {
			color:#2d6785;
			}

/* Individual Product Pages */

.product-details {
	}
	
	.product-details img {
		margin-bottom:5px;
		}			
		
	.product-details p#imgset {
		float:left;
		margin:0 25px 15px 0;
		}		
		
		.product-details p#imgset span.caption {
			font-size:10px;
			text-align:center;
			display:block;
			}
		

/* Main Shopping Cart */

#main-shopping-cart {
	}
	
	#main-shopping-cart table {
		margin-bottom:20px;
		}					
		
		
/* Forms */

form {
	width: 100%;
	margin: 0 0 20px 0; padding: 0;
	clear: both;
	}

	fieldset {
		margin: 0 0 10px 0 !important; padding: 10px;
		border:none;
		}

	.compact fieldset {
		margin: 0 0 10px 0; padding: 0 0 10px 0;
		border: none;
		}

		legend {
			display: none;
			}

		.inline-labels .fieldgroup, .fieldgroup label {
			display: block;
			float: left;
			margin: 0 0 5px 0;
			width: 49%;
			}

		.fieldgroup.extended label {
			width: 100%;
			}

			 .prelabel, .inline-labels .prelabel {
				width: 32%;
				float: left;
				padding: 2px 0;
				}

			.fieldgroup input, .fieldgroup textarea, .fieldgroup select {
				float: left;
				width: 62%;
				margin: 0; padding: 0;
				}		

			.fieldgroup.extended input, .fieldgroup.extended textarea, .fieldgroup.extended select {
				float: left;
				width: 95%;
				margin: 0; padding: 0;
				}

.fieldgroup {
	width: 100%;
	float: left;
	padding: 0;
	}

	#content .btnset {
		padding: 0 0 10px 0; margin: 0;
		position: relative;
		}
		
		#content .btnset ul {
			margin: 0; padding: 0;
			list-style: none;
			}
		
			#content .btnset ul li {
				margin: 0; padding: 0;
				list-style: none;
				float: left;
				}
				
			.btnset a, .btnset button {
				display: block;
				display: inline;
				float: left;
				margin: 0 3px 0 0;
				background-color: #f5f5f5;
				border: 1px solid #dedede;
				border-top: 1px solid #eee;
				border-left: 1px solid #eee;
				font-size: 92%;
				line-height: 130%;
				text-decoration: none !important;
				color: #565656;
				cursor: pointer;
				padding: 4px 8px;
				}
		
			.btnset button {
				width: auto;
				overflow: visible;
				padding: 4px 7px 3px 7px;
				}
		
			.btnset button[type] {
				padding: 5px 7px 5px 7px;
				line-height: 16px;
				}

			.btnset button img, .btnset a img {
				margin: 0 0 -3px 0 !important;
				padding: 0;
				border: none;
				width: 16px;
				height: 16px;
				}
		
			.btnset a:hover {
				background: #f4f4f4;
				color: #666;
				}

			#content .btnset a.important {
				color: #fff; background: #AF2B2B;
				border-color: #990000;
				}

			#content .btnset a.important:hover {
				color: #fff; background: #AF1515;
				border-color: #cc0000;
				}
	
.tip {
	clear: left;
	margin: 0 0 10px 0; color: #666;
	font-size: 85%;
	}

label em, .required {
	color: #d350c1;
	}

.legend {
	color: #666;
	margin: 0 0 10px 0; padding: 0;
	background: #fff;
	}

.grplabel {
	float: none !important;
	font-weight: bold;
	clear: both;
	display: block !important;
	width: auto;
	}

.toggle .grplabel {
	margin: 0; padding: 0 0 10px 0;
	}

.fieldgroup .set input, .fieldgroup .set select {
	width: auto;
	margin-right: 5px;
	}

.block-labels .fieldgroup label {
	margin: 0 0 5px 0;
	}

	.block-labels .prelabel, .extended .prelabel {
		display: block;
		width: 100%;
		float: none;
		padding: 0 0 1px 0;
		}

	.block-labels input, .block-labels textarea, .block-labels select {
		width: 95%;
		}

.block-labels .tip {
	margin: 0 0 10px 0;
	}

.toggle {
	padding: 10px 0;
	}

.toggle input, .toggle select {
	float: none;
	width: auto;
	}

.toggle label {
	float: none;
	display: inline;
	width: auto;
	margin-right: 5px;
	}

	.block-labels .toggle label {
		display: block;
		}
		
		
/* Shopping Cart */

/* Check Out Form */

.fieldgroup.personal-info {
	width:400px;
	}

form#checkout label.province {
	width:100px;
	float:left;
	}
	
	input#province {
		width:60px;
		}

form#checkout label.postal-code {
	width:135px;
	float:left;
	}
	
	input#postal-code {
		width:120px;
		}
		
form#checkout label.country {
	width:150px;
	float:left;
	}
	
	select#country {
		width:150px;
		}
		
label.phone-number {
	width:125px !important;
	margin-right:5px;
	}
	
select#confirmation_preference {
	width:140px;
	}
	
.fieldgroup.rental-period label {
	width:500px;
	}
		
	.fieldgroup.rental-period span.prelabel {
		width:45px;
		}
		
	.fieldgroup.rental-period select#start_month, .fieldgroup.rental-period select#end_month {
		width:90px;
		margin-right:10px;
		}
		
	.fieldgroup.rental-period select#start_day, .fieldgroup.rental-period select#end_day {
		width:50px;
		margin-right:10px;
		}
		
	.fieldgroup.rental-period select#start_year, .fieldgroup.rental-period select#end_year {
		width:65px;
		margin-right:10px;
		}
		
	.fieldgroup.rental-period select#pick_up_time, .fieldgroup.rental-period select#drop_off_time {	
		width:110px;
		}
	
.fieldgroup.accommodations label {
	width:500px;
	}
	
	.fieldgroup.accommodations span.prelabel {
		width:180px;
		}
		
	.fieldgroup.accommodations label#hotel_name, .fieldgroup.accommodations label#street_name {
		width:310px;
		}
		
	.fieldgroup.accommodations input#accommodation_room {
		width:75px;
		}
		
	.fieldgroup.accommodations input#accommodation_number {
		width:125px;
		}
		
fieldset.payment span.prelabel {
	width:100px;
	}
	
	.fieldgroup.card-name label, .fieldgroup.card-number label {
		width:500px;
		}		
		
	fieldset.payment input#card_name {
		width:250px;
		margin-bottom:5px;
		}
		
	fieldset.payment input#card_number {
		width:130px;
		}
		
	.fieldgroup.card-expiration label {
		width:200px;
		}
		
	fieldset.payment select#expiry_month {
		width:90px;
		margin-right:10px;
		}
		
	fieldset.payment select#expiry_year {
		width:70px;
		}
		
	.fieldgroup.card-security-code input {
		width:35px;
		}
	
		
/* Check Out */

form#checkout label span.home-address {
	height:36px;
	}
	
form#checkout input#address1 {
	margin-bottom:4px;
	}						