.clear {
clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


body {
	margin: 0px;
	background : #b9cae3 url(images/bk.gif) repeat-x;
}

#header {
	width: 844px;
	height: 116px;
	z-index: 10;
	margin: 0 auto;
	position: relative;
	background-image: url(images/h-photo2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#logosocial {
	width: 844px;
	height: 81px;
}

	#logo h3 a {
		background: url(pix/h-logo.gif);
		display: block;
		height: 80px;
		width: 279px;
		text-indent: -9999px;
		border: none;
		float: left;
		margin:0;
		padding:0;
	}

	#social {
		float: right;	
	}

	#social ul {
		margin: 27px 46px 0 0;
		padding: 0;
		list-style: none;
	}
	
		#social li {
			display: inline;	
		}

			a.facebook, a.twitter, a.linkedin {
				display: inline-block;
				width: 28px;
				height: 28px;
			}
			
			a.facebook {
				background: url(images/social-sprites.png) 0 0 no-repeat;	
			}
			
				a.facebook:hover {
					background: url(images/social-sprites.png) 0 -28px no-repeat;
				}

			a.twitter {
				background: url(images/social-sprites.png) -28px 0 no-repeat;	
			}
			
				a.twitter:hover {
					background: url(images/social-sprites.png) -28px -28px no-repeat;
				}

			a.linkedin {
				background: url(images/social-sprites.png) -56px 0 no-repeat;	
			}
			
				a.linkedin:hover {
					background: url(images/social-sprites.png) -56px -28px no-repeat;
				}
				
#searchnav {
	width: 844px;
	height: 36px;
}

#search {
	float: left;
	width: 250px;
	margin: 13px 0 0 22px;
}
/*#search {
	position: absolute;
	top: 94px; 
	left: 37px;
}*/

#search p {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	font-size : 10px;
	line-height: 10px;
	margin: 0px;
}

#photo-pdf {
	/* height: 193px; */
	height: auto;
	width: 540px;
	float: right;
	/* margin-top: -193px;	*/
}

		#hpflash {
			display: inline;
			width: 379px;
			height: 193px;
			float: left;
		}
		
		#photos-homepage {
			float: right;	
		}
		
#homepagecontent {
	width: 540px;
	margin: 10px 0 0 0;
}


/*#nav-container {
	width: 510px;
	height: 30px;
	float: right;
	padding: 6px 0px 0px 0px;
	margin: 80px 22px 0 0px;
	background-image: url(images/nav-bg.png);
	z-index: 1000;
	background-repeat: no-repeat;
}*/
#nav-container {
	width: 507px;
	height: 30px;
	float: right;
	padding: 6px 0px 0px 0px;
	margin: 0 22px 0 0;
	background: url(images/nav-bg.png) 0 0 no-repeat;
}
			#nav-container ul.menu {
				display: inline;
				padding-left: 16px;
				z-index: 1000;
				position: relative;
			}
					#nav-container ul.menu li {
						display: inline-block;
						list-style: none;
						position: relative;
					}
					
						#nav-container ul.menu .menulink {
							display: inline-block;
							text-decoration: none;
							font-family: Verdana, Geneva, sans-serif;
							font-size: 11px;
							font-weight: bold;
							color: #000000;
							padding: 0px 18px 0px 0px;
							margin-bottom: 10px;
						}
						
									#nav-container ul.menu .menulink:hover  {
										display: block;
										padding: 0px 18px 0px 0px;
									}
									
									
									/* secondary ul for drop downs */
									ul.menu ul.inners {
										position: absolute; 
										left: 0;
										display:none; 
										opacity:0; 
										list-style:none; 
										margin: 0;
										padding: 0;
										z-index: 1000;
									}
									
										/* secondary ul for drop downs */
										ul.menu ul.inners li {
											position: absolute; 
											z-index: 1000;
											margin: 0;
										}
											/* this is the rollover for the links inside of the dropdown area */
											ul.menu ul.inners li a:hover, ul.menu ul.event-inners li a:hover {
												color: #000000;
												background-color: #ffffff;
											}
											
												/* secondary ul's li */
												ul.menu ul li {
													position:relative; 
													width:160px; 
													margin:0; 
													background:#fffbcc;
												}
												
														/* secondary ul's li */
														ul.menu ul.inners li {
															position:relative; 
															width: 160px; 
															margin:0; 
															background: #fffbcc;
														}
														
															/* secondary ul's li link - so basically, the links inside of the actual dropdown area */
															ul.menu ul.inners li a {
																display: block; 
																border: 2px solid #fff862;
																text-align: left;
																font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
																font-size: 13px;
																color: #000000;
																font-weight: normal;
																text-transform: capitalize;
																padding: 0px 5px;
																text-decoration: none;
															}
															
																	/* subnavs in dropdowns*/
																	ul.menu ul.inners ul.subsub {
																		left: 160px; 
																		top: 0px;
																		position: absolute;
																		border-left: 2px solid #fff862;
																		padding: 0;
																		margin: 0;
																		opacity: 0;
																	}
																	
																			.arrow {
																				background: url(../images/arrow.png) 200px 13px no-repeat;
																			}

#dropshadow {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 844px;
}

#dropshadow img.topleft {
	position: absolute;
	top: 0px;
	left: 13px;
	z-index: 10; 
}

#dropshadow img.topright {
	position: absolute;
	top: 0px;
	right: 13px;
	z-index: 10;
}

#container {
	width: 768px;
	height: auto;
	background: url(images/outglow-bg.png) repeat-y;	
	margin: 0px auto;
	padding: 8px 25px 0px 25px;
}

#bodytop {
	width: 767px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border: 1px solid #b2b2b2;
	float: none;
	background: url(images/homepage-bg.gif) 0 0 repeat-y;
}


#photos {
	float: right;
}

#photos #imageheader1 {
	float: left;
	width: 201px;
	height: 141px;
	margin: 0 2px 0 0;
}

#photos #imageheader2 {
	float: left;
	width: 201px;
	height: 141px;
	margin: 0 2px 0 0;
}

#photos #imageheader3 {
	float: left;
	width: 201px;
	height: 141px;
}

#photo-header {
	float: right;
	width: 607px;
	height: auto;	
}

#body {
	position: relative;
	background-image: url(images/bk-body.gif);
	background-repeat: repeat;
	background-position: top left;
	margin: 0px 0px 0px 1px;
}

#content {
	margin: 0px 0px 30px 0px;
	background-color: #ffffff;
	height: auto;
	width: 560px;
	float: right;
	padding: 0px 20px 0px 15px;
}
	
	#maincontent-container {
		width: 768px;
		height: auto; 
		border: 1px solid #b2b2b2;
		background: url(http://www.godawn.com/images/bk-leftside.gif) repeat-y;
	}

	#right-side {
		float: right;
		height: auto;
		width: 607px;
		background-color: #FFF;
	}
	
	#leftcolumn {
		width: 159px;
		height: auto;
		margin-top: 0px;
		float: left;
	}

#content h1, #homepagecontent h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #1752a2;
	margin: 0px;
	line-height: 25px;
	text-align: left;
}


/* side navigation call out boxes */
#side-leed {
	background-image: url(images/contact-sidenav.jpg);
	height: 44px;
	width: 138px;
	padding: 3px;
	margin: 18px 0px 6px 8px;
	float: left;
	text-align: center;
}

		#side-leed-inside {
			background-image: url(images/contact-sidenav.jpg);
			height: 39px;
			width: 137px;
			padding-top: 3px;
			border: 1px solid #666;
		}

				#side-leed a {
					font-family: Verdana, Geneva, sans-serif;
					font-size: 10px;
					color: #063;
					text-align: center;
					font-weight: bold;
					text-decoration: none;
					line-height: 10px;
				}

						#side-leed a:hover {
							text-decoration: underline;
						}

#side-contact {
	background-image: url(images/contact-sidenav.jpg);
	background-repeat: none;
	height: 145px;
	width: 140px;
	float: left;
	margin-left: 6px;
	padding: 3px;
}

		#side-contact-inside {
			background-image: url(images/contact-sidenav.jpg);
			background-repeat: none;
			height: 137px;
			width: 132px;
			padding: 3px;
			border: 1px solid #999;
		}

				#side-contact ul {
					padding: 2px 0px 1px 3px;
					margin: 2px 0px 1px 3px;
				}
				
						#side-contact ul li {
							list-style: none;
							line-height: 11px;
						}

							#side-contact ul li a {
								text-decoration: none;
								font-family: Verdana, Geneva, sans-serif;
								font-size: 10px;
								text-decoration: none;
								color: #000000;
								text-align: left;
							}

									#side-contact ul li a:hover {
										text-decoration: underline;
									}
a.contact-link {
	color: #243ca2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-left: 12px;
}

a.contact-link:hover {
text-decoration: underline;
}

.general-info-side {
	color: #243ca2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}


/* end side navigation call out boxes */





div#title {
margin: 0px 0px 12px 0px;
}

#title h1 {
	font-family: Verdana;
	font-size: 18px;
	line-height: 20px;
	color: #183490;
	font-weight: bold;
	display: inline;
	margin: 0px;
}

#title h1 a {color: #183490; text-decoration: none;}
#title h1 a:hover {color: #183490; text-decoration: underline;}

#title h2 {
	font-family: Verdana;
	font-size: 15px;
	line-height: 20px;
	color: #1752a2;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
}


#body p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #2e2f30;
	margin: 0px 0px 16px 0px;
	text-align: left;
}
#body p a {color: #1e42b6; text-decoration: none; font-weight: bold;}
#body p a:hover {color: #1e42b6; text-decoration: underline; font-weight: bold;}
#body p a.case {color: #1e42b6; text-decoration: none; font-weight: bold; text-transform: uppercase;}
#body p a.case:hover {color: #1e42b6; text-decoration: underline; font-weight: bold; text-transform: uppercase;}
#body p a.product {color: #025dc3; text-decoration: none; background: url(images/g-arrow.gif) no-repeat 0px 4px; padding-left: 8px;}
#body p a.product:hover {color: #025dc3; text-decoration: underline; background: url(images/g-arrow.gif) no-repeat 0px 4px;}
#body li {font-size : 11px; font-family: Verdana;}
#body li a {color: #1e42b6; text-decoration: none; font-weight: bold;}
#body li a:hover {color: #1e42b6; text-decoration: underline; font-weight: bold;}


#content p, #homepagecontent p {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #2e2f30;
	margin: 0px 0px 16px 0px;
	text-align: left;
}
#content p a {color: #1e42b6; text-decoration: none; font-weight: bold;}
#content p a:hover {color: #1e42b6; text-decoration: underline; font-weight: bold;}
#content p a.case {color: #1e42b6; text-decoration: none; font-weight: bold; text-transform: uppercase;}
#content p a.case:hover {color: #1e42b6; text-decoration: underline; font-weight: bold; text-transform: uppercase;}
#content p a.product {color: #025dc3; text-decoration: none; background: url(images/g-arrow.gif) no-repeat 0px 4px; padding-left: 8px;}
#content p a.product:hover {color: #025dc3; text-decoration: underline; background: url(images/g-arrow.gif) no-repeat 0px 4px;}
#content li {font-size : 11px; font-family: Verdana;}
#content li a {color: #1e42b6; text-decoration: none; font-weight: bold;}
#content li a:hover {color: #1e42b6; text-decoration: underline; font-weight: bold;}



#body p.title {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #183490;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding-top: 15px;
	position: relative;  
}

.productdetail {
	margin: 16px 0px;
	position: relative;
	min-height: 210px;
	height: auto ! important;
	height: 210px;
	z-index: 10;
}

.detailphoto {
float: right;
text-align: right;
width: 188px;
}

hr {
clear: right;
}

#intro {
margin: 20px 0px 0px 0px;
}

#intro img{
float: left;
}

#intro img.center{
float: none;
display: block;
border : 1px solid #7095cb;
}

#intro h1 {
font-family: Verdana;
font-size: 11px;
color: #1e42b6;
margin: 0px;
line-height: 16px;
font-weight: bold;
text-transform: uppercase;
text-align: left;
}

a.product-catalog-links {
	font-family: Verdana;
	font-size: 11px;
	color: #1e42b6;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #1e42b6; 
	text-decoration: none;
}

		a.product-catalog-links:hover {
			color: #1e42b6; 
			text-decoration: underline;
		}

#intro h1 a{color: #1e42b6; text-decoration: none;}
#intro h1 a:hover {color: #1e42b6; text-decoration: underline;}

#intro p {
font-family: Verdana;
font-size: 10px;
color: #2e2f30;
margin: 0px;
line-height: 15px;
font-weight: normal;
text-align: left;
}

#bodytop img.guarantee {
position: absolute;
bottom: 0px;
left: 0px; 
}

#bodytop img.btm {
position: absolute;
bottom: 0px;
right: 0px; 
}


/* FOOTER */
#footer {
background-image: url(images/bottom-outglow.png);
background-repeat: no-repeat;
position: relative;
width: 844px;
height: 125px;
margin-left: auto;
margin-right: auto;
padding-top: 24px;
background-position: top center;
}
#footer-content {
}
#footer img{
margin-right: 22px;
}
#footer p {
width: 765px;
margin: 0px 0px 0px 22px;
text-align: center;
font-family: Verdana;
line-height: 18px;
color: #000000;
font-size: 10px;
text-decoration: none;
padding: 0px 0px 14px 0px;
}
#footer p a {color: #000000; text-decoration: none;}
#footer p a:hover {color: #000000; text-decoration: underline;}
#footer ul {
width: 765px;
margin: 0px 0px 0px 22px;
text-align: center;
}
#footer ul li {
display: inline;
text-align: center;
}
#footer ul li a {
text-align: center;
font-family: Verdana;
line-height: 18px;
color: #000000;
font-size: 10px;
text-decoration: none;
padding: 0px 0px 14px 0px;
}
#footer ul li a:hover {
text-decoration: underline;
}




/* Home Page Styles */

/* side navigations */
#products {
	position: relative;
	width: 217px;
	/* background-image: url(images/bk-products.gif);
	background-repeat: no-repeat;
	background-position: top left; */
	padding: 12px 0px 7px 7px;
	margin: 0px;
}


#products ul {
padding: 0px 0px;
margin: 0px 0px;
}
#products ul li {
list-style-type: none;
margin: 0px;
padding-left: 0px;
}
#products ul li a {
	font-family: Verdana;
	font-weight: bold;
	color: #2e2f30;
	font-size : 10px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/products-arrow.gif) no-repeat 0px 6px;
	padding-left: 20px;
	display: block;
	text-align: left;
}
#products ul li a:hover {
	color: #2e2f30; 
	text-decoration: none; 
	background: url(images/products-arrow-on.gif) no-repeat 0px 6px; 
	padding-left: 20px; 
	display: block;
}

#side-nav {
	position: relative;
	width: 142px;
	background-position: top left;
	padding: 0px 0px 7px 0px;
	margin: 0px;
}

	#side-nav img {
		padding-left: 5px;
	}

		#side-nav ul {
			padding: 10px 0px;
			margin: 0px 0px;
		}
		
			#side-nav ul li {
				list-style-type: none;
				margin: 0px;
				padding: 5px 0px;
			}
			
				#side-nav ul li a {
					display:block;
					text-decoration:none;
					color: #2e2f30;
					font-weight:bold;
					font-size: 10px;
					font-family: Verdana, Geneva, sans-serif;
					background: url(images/subnav-arrow.gif) no-repeat 0px 4px;
					padding-left: 20px;
				}
				
					#side-nav ul li a:hover {
						color: #2e2f30; 
						text-decoration: underline;
					}


#products img{
display: block;
margin: 0px;
padding: 0px;
}

#hpbtm {
position: relative;
width: 767px;
height: 159px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#hpbtm2 {
position: relative;
width: 767px;
height: 90px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
display:block;
}

#hpbtm img.shadow {
position: absolute;
top: 0px;
left: 0px;
}

#hpbtm2 img.shadow {
position: absolute;
top: 0px;
left: 0px;
}

/* BOTTOM CALLOUT BOXES */

#attention {
height: 146px;
width: 338px;
background-color: #272786;
float: left;
margin: 8px 0px 0 0px;
padding: 3px;
}

#attention-inside {
height: 126px;
width: 320px;
background-color: #272786;
border: 1px solid #fff;
padding: 8px;
}
 /* bottom callout boxes - small - for inside pages */
#attention-small {
height: 70px;
width: 340px;
background-color: #272786;
float: left;
margin: 8px 8px 0 0px;
padding: 3px;
display:block;
}

#attention-small-inside {
height: 60px;
width: 330px;
background-color: #272786;
border: 1px solid #fff;
padding: 4px;
display:block;
}
.please-visit {
color: #87c1fc;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
}
.please-visit a {
color: #87c1fc;
text-decoration: underline;
}
.please-visit a:hover {
color: #ffffff;
}

#np-callout-small {
	height: auto;
	width: auto;
	padding-top: 8px;
	display: block;
}
#great-deals {
	width: 195px; 
	height: 70px;
	float: right;
	margin: -77px 0px 0 5px;
	background-color: #272786;
	text-align: center;
	padding: 3px;
	display:block;
}

#great-deals-inside {
width: 192px; 
height: 68px;
border: 1px solid #FFF;
text-align: center;
display:block;
}

 #deals {
color: #87c1fc;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 10px;
font-weight: normal;
text-align: center;
 }
 
 #attn-deals {
text-align: center;
color: #fefe6d;
font-size: 15px;
font-family: "Arial Black", Gadget, sans-serif;
margin: 0px;
 }
 
  #attn-deals a {
text-align: center;
color: #fefe6d;
font-size: 15px;
font-family: "Arial Black", Gadget, sans-serif;
margin: 0px;
 }
 
   #attn-deals a:hover {
color: #ffffff;
 }
 
 #attn-small {
margin-bottom: 0px;
padding-bottom: 0px;
color: #fefe6d;
font-size: 12px;
font-family: "Arial Black", Gadget, sans-serif;
text-align: left; 
 }
 
/* end small boxes for inside pages */


/* New products callout - in the middle */
#np-callout {
height: 151px;
width: 200px;
float: left;
margin: 8px 3px 0 3px;
}


/* contact callout - far right*/
#contact-callout {
height: 146px;
width: 200px;
float: left;
margin: 8px 0px 0 10px;
background-color: #272786;
padding: 3px;
}

#contact-callout-inside {
height: 126px;
width: 182px;
background-color: #272786;
border: 1px solid #fff;
padding: 8px;
}


/* LIST INSIDE CONTACT BOX */
#contact-callout-inside ul {
align: left;
padding: 0px 0px;
}
#contact-callout-inside ul li {
list-style: none;
line-height: 11px;
text-align: left;
}
#contact-callout-inside ul li a {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
text-decoration: none;
color: #87c1fc;
text-align: left;
}
#contact-callout-inside ul li a:hover {
color: #fff;
}

/* TYPOGRAPHY FOR BOTTOM CALL OUTS */

.attention {
color: #87c1fc;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 12px;
font-weight: normal;
}
.attention a {
text-decoration: underline;
color: #87c1fc;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 12px;
}
.attention a:hover {
color: #fff;
}
#attn {
color: #fefe6d;
font-size: 15px;
font-family: "Arial Black", Gadget, sans-serif;
margin: 0px;
text-align: left;
}


.callout-header {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
margin: 0px 0 3px 0px;
color: #fff;
font-weight: bold;
text-align: center;
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.callout-header a {
text-decoration: none;
color: #fff;
}
#contact a {
color: #fefe6d;
}

.general-info {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: white;
line-height: 12px;
margin-top: 0px;
}


/* form Styles */

.formemail {
font-size: 11px;
font-family: Verdana;
background-color: #FFFFFF;  
width: 110px;  margin: 0px 3px 0px 3px;
}


.input_text {
width: 200px;
font-family: Verdana;
font-size: 11px;
}

.input_textsm {
width: 95px;
font-family: Verdana;
font-size: 11px;
}

.input_textarea {
width: 440px;
height: 100px;
font-family: Verdana;
font-size: 11px;
}



img { border: 0px; }



/* MIVA CSS */

.button {
border-width:1px;
border-style:solid;
border-color:#009 #000000 #000000 #009;
background-color: #009;
color:#ffffff;
font-family: Verdana, Geneva, sans-serif;
font-size:11px;
font-weight: bold;
padding:1px 2px;
margin:0;
cursor:pointer;
}



.save-button,
.continue-button{
clear:both;
text-align:right;
padding:24px 0 0 0;
}

#category-tree{
	padding:1px;
	margin:0;
	background-image: url(images/yellow-nav-bg.jpg) repeat-y;
	margin-top: 0px;
}

#category-tree a{
display:block;
text-decoration:none;
color: #2e2f30;
font-weight:bold;
font-size: 10px;
font-family: Verdana, Geneva, sans-serif;
background: url(images/subnav-arrow.gif) no-repeat 0px 6px;
padding-left: 20px;
}

#category-tree a:hover {
color: #2e2f30; 
text-decoration: underline;
}

#category-tree div{
border-bottom: url(images/subnav-divider.gif);
}

#category-tree .level-1 a{ 
padding:4px 6px 4px 17px; 
color: #2e2f30;
}
#category-tree .level-2 a{ 
padding:1px 6px 1px 24px;
color: #1e42b6; 
font-weight: normal;
background: url(images/subnav-dash.gif) no-repeat 10px 6px;
}
#category-tree .level-3 a{ padding:4px 6px 4px 36px; }
#category-tree .level-4 a{ padding:4px 6px 4px 48px; }
#category-tree .level-5 a{ padding:4px 6px 4px 60px; }
#category-tree .level-6 a{ padding:4px 6px 4px 72px; }

#category-tree div.active { }

/* Account create and edit information - forms */

/*#login-details {
width: 300px;
height: auto;
float: left;
margin: 0px auto;
display: block
}

.textfield {
float: right;
display: block;
}
*/


#ship-to {
height: auto;
width: 250px;
float: left;
margin: 30px 0px;
}

#ship-to h2.fields-heading {
font-family: Verdana;
font-size: 11px;
line-height: 20px;
color: #1752a2;
font-weight: bold;
text-transform: uppercase;
display: inline;
padding-bottom: 6px;
}



#bill-to {
float: right;
height: auto;
width: 250px;
margin: 30px 0px;
}

#bill-to h2.fields-heading {
font-family: Verdana;
font-size: 11px;
line-height: 20px;
color: #1752a2;
font-weight: bold;
text-transform: uppercase;
display: inline;
padding-bottom: 6px;
}

.save-button {
float: left;
margin: 0px auto;
height: 20px;
width: 40px;
margin-bottom: 20px;
}

.form_row {
font-size: 11px;
font-family: Verdana, Geneva, sans-serif;
padding-top: 6px;
float:
}

#fields-key {
font-size: 11px;
font-family: Verdana, Geneva, sans-serif;
line-height: 16px;
}

.italic {
font-style: italic;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

.required {
font-style: bold;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
}

/* my account */


.welcome {
height: 20px;
width: 400px;
float: left;
padding-right: 100px;
}

.welcome h2{
font-family: Verdana;
font-size: 11px;
line-height: 20px;
color: #1752a2;
font-weight: bold;
display: inline;
padding-bottom: 6px;
}

.myaccount {
height: 200px;
width: 210px;
float: left;
margin-right: 40px;
margin-top: 75px;
}

.myaccount h2 {
font-family: Verdana;
font-size: 11px;
line-height: 20px;
color: #1752a2;
font-weight: bold;
display: inline;
padding-bottom: 6px;
}

.myaccount a {
text-decoration: none;
}

.myaccount a:hover {
text-decoration: underline;
}

.myaccount p {
font-size: 11px;
font-family: Verdana, Geneva, sans-serif;
}

#basket-contents {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
padding-bottom: 10px;
}

#basket-contents p {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
padding-bottom: 10px;
}

h3 {
font-family: Verdana;
font-size: 11px;
line-height: 20px;
color: #1752a2;
font-weight: bold;
display: inline;
padding-bottom: 6px;
}

.order-id {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

.order-date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
}

/* Login page */
.forgot-password a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}

.forgot-password a:hover {
text-decoration: underline;
}

/* product display */

#content .product-details-1 {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.product-description {
width: 350px;
}


#content .product-quantity {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content .product-code {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content .product-price {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content .product-weight {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content .purchase-buttons {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

#content .related-products {
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #1752a2;
	font-weight: bold;
	display: inline;
	padding-bottom: 6px;
}

#h2 .header {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #1752a2;
	font-weight: bold;
	display: inline;
	padding-bottom: 6px;
}

p .bold {
font-weight: bold;
}


h2 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #1752a2;
	font-weight: bold;
	display: inline;
	padding-bottom: 6px;
	text-transform: uppercase;
	text-decoration: none;
}

		h2 a, .product-item a {
			text-transform: uppercase;
			text-decoration: none;
			color: #1752a2;
			font-family: Verdana;
			font-weight: bold;
			color: #153867;
			font-size: 12px;
		}

				h2 a:hover, .product-item a:hover {
					text-decoration: underline;
				}

#content p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

/* products */
.product-item {
	width:100%;
	float:left;
}

.product-item .padding{
	padding:12px;
	margin:12px;
	height:auto;
	overflow:hidden;
}
.product-next-previous{ 
	clear:both;
	margin:12px 0; 
}


.product-image {
	height: auto;
	width: auto;
	float: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#product-image-thumb {
	height: 160px;
	float: right;	
	width: auto;
}

#view-larger {
	height: 10px;
	width: 140px;
	float: right;	
}

.produt-details {
	height: auto;
	width: auto;
}


/* clients page */

#clients {
	width: 575px;
	height: auto;
}

#client-box {
	height: 30px;
	width: 285px;
	float: left;
}

#category-header p{
	font-size: 11px;
	line-height: 16px;
}

#category-footer {
	width: 330px;
	float: left;
}

#category-footer p{
	font-size: 11px;
	line-height: 16px;
}

p {
font-size: 11px;
}

#content p {
	font-size: 11px;
	line-height: 17px;
}



/* contact form */

	
	#form {
		float: left;
		height: auto;
		width: 520px;
	}
	
	#left-form {
		width: 230px;
		height: 290px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		float: left;
	}
	
	#right-form {
		width: 260px;
		height: 290px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 10px;
		float: right;
	}
	
	#bottom-form {
		float: left;	
		height: auto;
		width: 500px;
	}

/* sitemap */

#sitemap-left {
	width: 230px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	color: #006;
}


#sitemap-right {
	width: 260px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: right;
	color: #006;
}



.category-boxes {
	height: 325px;
	width: 190px;
	border: 1px solid #36C;
	float: left;
	margin: 20px;	
	padding: 5px;
}

.category-image {
	margin: 0px auto;
	height: auto;
	width: auto;	
}

.category-box-name {
	height: auto;
	width: auto;
}

		.category-box-name a {
			text-decoration: none; 
			font-family: Verdana;
			font-size: 11px;
			color: #1752a2;
			margin: 0;
			padding: 0;
		}
		
				.category-box-name a:hover {
					color: #153867;
				}

.category-boxes p.subcatdesc {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #2e2f30;
	padding: 0;
	margin: 0;
}

.category-boxes h2 {
	font-family: Verdana;
	font-size: 13px;
	color: #1752a2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0 0 8px 0;
	display: block;
}

.arrow-html {
	font-size: 9px;
}

.required {
	color: red;
}

ul li.error-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	margin: 0 0 10px 0;
}
