body {margin:0; padding:0; background:url(images/layout/header-bg.jpg) top center repeat-x #333399; font-family:Arial, Helvetica, sans-serif;}
img {border:none;}
#wrapper {position:relative; width:1000px; margin:0 auto;}
#header {position:relative; width:1000px; height:147px; }
.bambinocontent {
	font-size: 11px;
}
h1, h2, h2, h3, h4, h5, h6 {clear:both; font-family: Georgia, "Times New Roman", Times, serif;}

#logo {width:200px;}

#utilityNav {position:absolute; top:0; right:0; width:290px; background:#FFFFFF;}
#utilityNav ul {padding:0; margin:3px 0 0 0;}
#utilityNav li {float:left; padding:0 0 3px 20px; list-style:none;}
#utilityNav li a {float:left; font-size:12px; color:#00cccc; text-decoration:none; font-weight: bold}
#utilityNav li a:hover {color:#333399;}

#search {position:absolute; bottom:60px; right:0; width:270px; height:30px; background:url(images/layout/search-bg_07.jpg) top left repeat-x;}
.searchInput {margin:1px 0 0 2px;}
.searchButton {margin:0 0 0 12px;}


#contact {position:absolute; top:5px; right:0; font-size:15px; color:#ff66ff; font-family:Georgia, "Times New Roman", Times, serif;}
#phone {font-family:Arial, Helvetica, sans-serif; color:#FF66FF;}

#mainNav {width:1000px; height: 96px; color:#333399; }
#mainNav ul {padding:0;}
#mainNav ul li {float:left; height: 46px; margin:5px 0 0 0; padding:0;  list-style:none;}
#mainNav ul li a {float:left; text-decoration:none; font-size:19px;}
#mainNav ul li a:hover {color:#00cccc;}
li#mainNav1 a {padding:0 25px;}
li#mainNav2 a {padding:0 12px 0 12px;}
li#mainNav3 a {padding:0 28px;}
li#mainNav4 a {padding:0 11px;}
li#mainNav5 a {padding:0 18px;}
li#mainNav6 a {padding:0 18px;}
li#mainNav7 a {padding:0 20px;}

#container {width:1000px; background:#ffffff; padding:0;}

div#slideHeaderDiv {height:205px;}
div#newdiv {float:left; width:790px; height:18px; margin:27px 0 20px 0; vertical-align: middle; }
div.slideMainDiv {float:left; width:790px; height:205px;}
div.slideDiv {width:790px; height:195px;}
div.slideDiv a img {margin:0;}
.showStyle {float:left; width:30px; height:14px; font-size:12px; }
.showStyle a strong {color:#fff;}

#content {float:left; width:790px; margin:3px 0 0 27px;}
#featuredProductContainer {position:relative; float:left; width:180px; height:200px; margin:0 15px 15px 0; border:1px solid #ccc; }
#featuredProductContainer h4 {margin:0 0 10px 0; font-size:16px;}
a.shop {position:absolute; bottom:15px; right:15px;}
.featuredProduct {float:left; width:160px; margin:0 15px 0 0; padding:10px; font-size:12px;} 
.featuredProduct img {float:right;}
#content p {margin:10px 0;}

ol.topTen li {font-size:12px;}

#slides {width:895px; height:150px;}
/*****FOOTER******/
#footer {width:1000px; margin:0 auto; font-size:10px;}
#footerAddress {text-align:center;}
#footer a {color:#666; text-decoration:none;}
#footer a:hover {color:#999;}

/* Gallery styles */
#contactGallery {
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/layout/menu-and-blog-divider.jpg) bottom center no-repeat #ffffff;
	padding:0 0 45px 0;
	
	/* The width of the gallery */
	width:955px;

	overflow:hidden;
}

#gallery{
	position:relative;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:789px;
/*	height:595px;
*/
	height:215px;
	overflow:hidden;
	margin:-2px 0 5px 0;
}

#slides{
	/* This is the slide area */
	height:195px !important;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	position:absolute;
	width:789px;
	height:25px;
	border-top:1px solid #fff;
	background-color:#ff66ff;
}

ul.menu {
	margin:0px;
	padding:0px;
}

ul.menu li{
	/* Every thumbnail is a li element */
	float:left;
	list-style:none;
	height:25px;
	overflow:hidden;
}

ul.menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

/*ul.menu li.act,li.act:hover{
	/* The active state of the thumb
	background:url(img/active_bg.png) no-repeat;
}
*/
ul.menu li.act a{
	cursor:default;
}

ul.menu li.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
/*	background:url(img/divider.png) no-repeat right;
*/}
ul.menu li.last {border:none;}

ul.menu li a{
	display:block;
/*	background:url(img/divider.png) no-repeat right;
*/	line-height:18px;
	height:25px;
	padding:0 75px 0 76px;
	color:#fff;
	text-decoration:none;
}

a img{
	border:none;
	margin:0 0 0 14px;
	
}

/*******CLEARFIX*********/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#main-home { }
/* ================ HomePage Featured Products ================ */

h1 { 

margin-top: 0px;
margin-bottom: 0px; 

}
.container {
	display: inline;
}
.feature1 {
	width: 180px;
	height: 196px;
	border: 1px solid #b6b6b6; 
	margin-left: 16px;
	margin-bottom: 13px;
}
.feature {
	width: 245px;
	height: 150px;
	border: 1px solid #b6b6b6; 
	margin-left: 8px;
	margin-bottom: 8px;
}

.feature img { 
	float:right;  
	margin:0px 0px; 
}

.feature h4 { 
	margin:10px 0px 5px 5px; 
	padding:0;
}

.feature h4 a {
	color: #330099;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
.featureTop {
	height: 152px;
}

.feature1 img { 
	float:right;  
	margin:0px 0px; 
}

.feature1 h4 { 
	margin:10px 0px 5px 5px; 
	padding:0;
}

.feature1 h4 a {
	color: #330099;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
.feature1Top {
	height: 152px;
}

.fixedfont2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

.fixedfont10 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}
.viewitems {
	display: table-cell;
	vertical-align: bottom;
	width: 170px;
	height: 30px;
}

.viewitems img {
	margin-top: 8px;
	margin-right: 12px;
	vertical-align: bottom;

}

ol { list-style-type: decimal; 
	font-size: 12px; 
	font-family: Arial, Geneva, sans-serif; 
	color: #330099;}

/*.feature { 
	clear:both; 
	border-bottom:1px solid #ccc; 
	margin:0 5px; 
	padding: 5px; 
	font-size:11px 
}
.feature img { 
	float:left; 
	margin:5px 5px; 
}

.feature h4 { 
	margin:10px 0 5px 0; 
	padding:0; 
}

.feature h4 a {
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}*/
/* =========================================================== */


#footer {  width:420px; text-align:center; margin:0 auto; font-size: 10px; padding-left:20px; }
#footer p { text-align:left; }
a:active { color: #330099;	text-decoration: none;}
a:hover { color: #ff66ff;}
a:visited { color: #660066;	text-decoration: none; }

.fixedfont {
	font-size: 10px;
}
.bigfont {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.titlebigfont {
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #330099;
}
.middlepagehead {font-family:"Times New Roman", Times, serif; margin:0; padding:0; background:url(images/layout/header-bg.jpg) top center repeat-x #333399;}
img {border:none;}
.producttitle {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18pt; font-weight: normal; color: #330099}
.productprice {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #330099}
.productsearch {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.producttext {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt}
.productsingle { font-family: "Times New Roman", Times, serif; font-size: 10pt; font-weight: bold}
.toptext {	font-size: 9px; text-align:center; padding:2px 10px }

.searchInput {font-size:11px; color:#000000; border:1px #4548AF solid; width:150px; height:17px; padding:2px 0 0px 4px ; clip:   rect(   )}

/*.cf:after { content: "."; display: block;   height: 0; clear: both; visibility: hidden; }*/
/* Hides from IE-mac \*/
/* html .cf {height: 1%;}*/
.middlepagedescription {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.middlepageproduct {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00CCFF;

}
.imageenlarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.unnamed1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #330099}
#categorypages { }
/* ================ Categorypaged Products ================ */
.container {
	display: inline;
}
.categorypage {
	width: 170px;
	height: 105px;
	border: 1px #b6b6b6 solid; 
	margin-left: 10px;
	margin-bottom:10px;
}

.categorypage img { 
	float:right;  
	margin:0px 0px; 
}

.categorypage h4 { 
	margin:10px 0px 5px 5px; 
	padding:0;
}

.categorypage h4 a {
	color: #330099;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
.categorypageTop {
	height: 105px;
}

.fixedfont2 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}

.viewitemscat {
	display: table-cell;
	vertical-align: bottom;
	width: 170px;
	height: 30px;
}

.viewitems img {
	margin-top: 8px;
	margin-right: 12px;
	vertical-align: bottom;

}

/*.categorypage { 
	clear:both; 
	border-bottom:1px solid #ccc; 
	margin:0 5px; 
	padding: 5px; 
	font-size:11px 
}
.categorypage img { 
	float:left; 
	margin:5px 5px; 
}

.categorypage h4 { 
	margin:10px 0 5px 0; 
	padding:0; 
}

.categorypage h4 a {
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}*/
/* =========================================================== */
.stock {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #009900}
.designadd {  font-family: "Times New Roman", Times, serif; font-size: 10pt; color: #330099}
.pagetext1 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #330099}


a:link { color: #330099;	text-decoration: none; }  

h1 { 

margin-top: 0px;
margin-bottom: 0px; 

}


#slideMainDiv {
	height:169px;
	width:790px;
	position:absolute;
	border:0px solid;
	border-bottom:0px;
	border-color: #CCCCCC;
}
#slideHeaderDiv {
	width:790px;
	height:169px;
	border:0px solid;
	padding-left:0px;
}
.slideDiv {
	position:absolute;
	left:-1px;
	top:0;
	height:169px;
	width:790px;
	border:0px red solid;
}
#newdiv {
 background-color:#BCA5E4;
 width:804px;
 height:14px;
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
}


#left {float:left; width:175px; padding:0 0 0 3px;}
#left ul {width:191px; margin:0; padding:0; background:url(images/layout/images/nav-tile_18.jpg) top left repeat-y;}
#left ul li {margin:2px 10px 0px 1px; padding:5px 6px 10px;  border-bottom:1px solid #ffffff; list-style:none;}
#left ul li.menuTopper {width:190px; height:25px; margin:0; padding:10px 10px 0 10px; color:#ffffff; font-weight:bold; background:url(images/layout/images/images/nav-top_13_13.jpg) bottom left no-repeat; border:none;}
#left ul li.last {margin:0; padding-bottom: 15px; background:url(images/layout/images/nav-bottom_21.jpg) bottom left no-repeat;}
#left ul li a {font-size:11pt; color:#ffffff; text-decoration:none; font-weight: bold}
#left ul li a:hover, #left ol li a:active {color:#272883;}
#left ol {margin:0; padding:0;}
#left ol li {margin:2px 10px 0px 10px; padding:0; border-bottom:0; list-style:none;}
#left ol li a {font-size:9pt; color:#ffffff; display:block; text-decoration:none; font-weight: bold}
#left ol li a:hover, #left ol li a:active {color:#272883;}

.toplinks { font-weight:bold; }
.toplinks a { text-decoration:none;color:#330099; }
.toplinks a:hover, .toplinks a:active { color:#ff66ff;}

.contactlinks { font-size:10pt; font-weight:bold; }
.contactlinks a { text-decoration:none;color:#00CCCC; }
.contactlinks a:hover, .contactlinks a:active { color:#ff66ff;}

