
/*Simplified Box Model Hack - *html exploits a error in IE and IE 5 
ignores the backslash in f\ont*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url(bg-romanoff.gif);
	background-repeat: repeat;  */
/*	background-color:#05013b;  */
	background-color:#0d004c;
	
}
* html body {
	font-size: small;
	f\ont-size: small;
	
}
h1 {
	font-size:150%;
	font-weight: normal;
	font-family: Georgia, sans-serif;
}
h2 {
	font-size:130%;
}
h3 {
	font-size:120%;
}

* {margin:0; padding:0;}


a img {
	border: none;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input {
	border: 1px solid #7E7E7E;
}


#allContent {
	background:#FFFFFF;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	
}
#headerTop {
	width: 750px;
	color: #ffffff;
	text-align: right;
	padding: 3px 10px;
	background:#2B30A1;
	border-bottom:1px solid #8B95A9;
}
#headerTop a, #footer a {
	font-size: 11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#headerTop a:hover, #footer a:hover {
	text-decoration: underline;
}
#header {
	width: 100%;
	background:#ffffff;
	background-image: url(bgColor.gif);
	background-repeat: none;
}
#headerLogo {
	padding: 10px;

}
#dropNav {
	width: 100%;
	float: left;
	background: #2B30A1;
	border-top:1px solid #8B95A9;
	border-bottom:1px solid #8B95A9;
	background-image: url(nav_bkg.gif);
	background-repeat: repeat-x;
}

#mainContent {
	clear: both;
	overflow: auto;
	width: 100%;
}
#content {
	float:right;
	width: 558px;
	padding: 5px 10px 10px 10px;
	border-left: 1px solid #CCCCCC;
}
#pageTitle{

}

#pageText1{
	margin-bottom: 20px;	
	width: 525px;
	font-size: 110%;
	line-height: 125%;	color: #2B30A1;
	border-bottom: 1px solid #183166;
	width: 555px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.pageText{
	overflow: auto;
	margin-bottom: 20px;	
	font-size: 105%;
	line-height: 110%;
}
.pageText p, #pageText3 p{
	margin-bottom: 10px;	
	
}
.pageText img{
	padding-right: 10px;
	padding-bottom: 10px;
}

#alphabet{
	background: #D6E3F9;
	font-size:110%;
	letter-spacing:8px;
	text-align:center;
	padding:3px;
	border:1px solid #7E7E7E;
	width:538px;
	margin:0 0 10px 5px;
}

.alphaContainer{
	margin:5px;
	padding:0px 0px 5px 0px;
	border:1px solid #7E7E7E;
}

.alphaContainer a{
	font-weight: bold;
	font-size:.9em;
}

.alphaContainer td{
	padding:5px;
	width:178px;
}

.alphaTitle {
	text-align:center;
	font-size:1.2em;
	background:#2B30A1;
	color:#FFFFFF;
}

#productContainer {
	border:1px solid #7E7E7E;
	clear: both;
	font-size: 11px;
}

#productContainer a {
	font-size: 11px;
	font-weight: bold;
}
.productSku input.addButton {
	font-size: 10px;
	color: #2B30A1;
	border: 1px solid #7E7E7E;
	background: #E7CE6C;
}

.productSku tr {
	border: 1px solid #7E7E7E;
	
	}

.productSku td {
	padding-top: 2px;
	padding-bottom: 2px;
	}

.productSku th {
	margin:0;
	padding:3px;
	color: #FFFFFF;
	background: #2B30A1;
}
	
.qp_header {
	border-collapse:collapse;
}

.products {
	font-size: 95%;
	padding-bottom: 15px;
	margin: 5px 10px 10px 10px;
	border-bottom: 1px dotted #7E7E7E;
}

.colorOn {
	background: #D6E3F9;
}
.colorOff {
	background: #FFFFFF;
}
.colorOn .qp_header td{
	background-color: #D6E3F9 !important; 
	border: none;
	font-size:11px;
	}

.colorOff .qp_header td{
	background-color: #FFFFFF !important; 
	border: none;
	font-size:11px;
	}

.products a {
	font-size: 110%;
	font-weight: bold;
}


#sideBar {
	font-size:13px;
	float:left;
	width:190px;
}

#pageText3 {
	width: 180px;
	margin: 10px 5px 10px 5px;
	font-size: 105%;
	line-height: 110%;
}


#search {
	border: 1px solid #7E7E7E;
	padding: 0 0em .3em 0em;
	margin: 10px 5px 15px 5px;
	text-align: center;
	background: #FDE9AE;
	
}

#search input.searchfield {
	border: 1px solid #7E7E7E;
}

#search input.button {
	font-size: 11px;
	letter-spacing: .05em;
	color: #FFFFFF;
	background: #2B30A1;
	border: 1px solid #7E7E7E;
}

#myAccount{
	border-top:1px solid #7E7E7E;
	padding-top:5px;
	text-align:center;
	margin-top:5px;
	font-size:11px;
}



#miniCart {
	float:right;
	width: 160px;
	background-color: #FDE9AE;
	border: 1px solid #7E7E7E;
	padding: 5px;
	margin: 10px;
}

#miniCart a, #miniCart a:visited, #miniCart a:hover {
font-weight:normal;
text-decoration: underline;
color:#2B30A1;
}


#register {
	text-align:center;
	background-color: #D6E3F9;
	border: 1px solid #7E7E7E;
	padding: 5px 5px 10px 5px;
	margin: 5px 5px 20px 5px;
}

#search .title, #register .title {
	padding-bottom:.3px;
	margin-bottom:.3em;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #2B30A1;
	font-weight:normal;
}


#footer {
	text-align:center;
	clear: both;
	color: #FFFFFF;
	height: 20px;
	width:100%;
	border-top: 1px solid #7E7E7E;
	background-color: #2B30A1;
}

.categoryInline{
	padding:10px;
	width: 525px;
	border-bottom:1px dotted #7E7E7E;
}

.categoryInline img{
	padding: 0px 10px 10px 0;
    border:none;
}

.productTitle{
	padding-bottom:10px;
	font: bold 1.3em/1em Arial, sans-serif;
	color: #2B30A1;
}

#gbbanner {
width:555px;
height:185px;
padding-top:2px;
overflow:hidden;
margin-top:0px;

}

#gbpagetitle  {
	color: #2B30A1;
	font-size:14px;
	width: 555px;
	padding-top:10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#gbboxes  {
	width:556px;
	color:#0054a6;
	margin-left:5px;
	height:90px;
}

#gbboxes .boxed {
	width:158px;
	height:89px;
	background-image:url(../images/smboxbg.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	padding-top:5px;
	text-align:center;
	
	
	
}

#gbboxes .boxed h4  {
	font-size:16px;
	color: #6b6b6b;
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;

}

#gbboxes .boxed h4 a, a:link a:visited{
	color: #6b6b6b;
	text-decoration:none;

}
#gbboxes .boxed h4 a:visited{
	color: #6b6b6b;
	text-decoration:none;

}

#gbboxes .boxed h4 a:hover  {
	color: #6b6b6b;
	text-decoration: underline;
}

.gcbslidebox  {
	width:555px;
	
	padding-bottom:5px;
	padding-top:0px;
	
}


		
			
			
			
	/*		h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }  */
			
			.boxgrid{ 
				width: 250px; 
				height: 250px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 2px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}