/*import styles for lightbox
@import url(../lightbox/css/lightbox.css);*/

/*
required for Opera and IE to reset top margin (8px) in body and html
removes additional padding from IE and FF from form and p respectively
*/
html, body, form {
	margin:0; 
	padding:0;
} 

body, input, select, textarea, th, td {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
}

body { 
	color:#000000; 
	font-size:14px;
	background-color:#EAEAEA;
	line-height:1.2;
}

th, td {
	font-size:14px;
}

img {
	border:0 none;
}

p {
	padding-bottom:10px;
	margin:0;
}

a, a:hover, a:active, a:focus {
	color:#3366CC;
}

a, a:active, a:focus {
	color:#3366CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline:none;
}

h1 {
	font-size:25px;
	margin: 0;
	padding: 10px;
	text-align:center;
}

h2 {
	font-size:18px;
	margin:0;
	padding: 10px 0;
}

h3 {
	margin:0;
	font-size:22px;
}

/*main container structures of site */
#wrap {
	margin:0 auto; 
	padding:0;
	width:900px; 
}


.inner {
	padding: 0 45px;
}

#header {
	margin:0 auto;
	background: url("/images/layout/bg_header.jpg") no-repeat scroll center top #EAEAEA;
	height: 38px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#logo {
	padding:10px 0 0 0;
}

#logo img {
	float:left;
}

#contactus {
	float:right;
	margin:0;
	padding-top:25px;
	text-align:center;
	font-size:15px;
}

#nav { 
	padding-top:20px;
}

#nav_inner { 
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px 0;
}

#content { 
	line-height:1.4;
	margin:0 auto;
}

.content { 
	    background: url("/images/layout/bg_content.jpg") repeat-y scroll 0 0 #EAEAEA;
}

.clr {
	clear:both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#image_container {
	position:relative;
	margin:auto;
	width:500px;
	border:1px solid #000000;
	background:#fff; 
}

/*used for contact section*/
#contact_container { 
	width:100%; 
	margin:0px; 
	height:auto;
	overflow:hidden;
}

#contact_container_l { 
	float:left; 
	width:370px; 
	margin:0; 
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

#contact_container_r { 
	float:right; 
	width:390px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

/*copyright footer style*/
#footer {
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#666666;
}

#footer .inner {
	padding-top:10px;
}

#footer a{
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#3366CC;
}

.hidden {
	position:absolute;
	height:1px;
	width:1px;
	left:-50000px;
	top:-50000px;
}

/*used for contact page*/
input.contact_ck {
	cursor:pointer; 
}

input.contact_input {
	border:1px solid #CCCCCC;
	background:#ffffff;
}

input.button { 
	cursor:pointer; 
	width:80px;
}

p.button {
	padding-top:10px;
}

textarea.details { 
	width:755px;
	height:10em;
	border:1px solid #CCCCCC;
	background:#ffffff;
	overflow:hidden;
}

/*style for images in products section*/
a.prod_img {
	padding-right:10px;
}

img.prod_img {
	border:0px solid #000099; 
}

/*style for images in products section*/
img.gal_img {
	border:0px solid #000099; 
}

/*overwrite smoothgallery styling on h3 headers on directions page*/
h3.dir_sub_head {
	color:#000000;
}

.tbl_contact_us {
	border-collapse:collapse;
}

.tbl_contact_us td, th {
	border:0px solid #000000;
	padding:5px;
}


/*style directions table*/
.dir {
	border-collapse:collapse;
	width:758px;
}

.dir td, th {
	border:#000000 solid 1px;
	text-align:left;
	padding:5px;
	line-height:1.2;
}


#h_cont {
	padding:0 25px;
}


#site_map , #site_map ul {
	list-style-type:none;
}

#site_map a {
	color:#000000;
	text-decoration:none;
}

#site_map a:hover {
	color:#0000FF;
}
