@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#ece7d9;
	font-family:Arial, Helvetica, sans-serif;
	color:#454545;
	font-size:12px;
	line-height:20px;
	padding:0;
	margin:0;
}

a
{
	color:#0e76bc;
}


h1
{
	color:#0e76bc;
	font-size:18px;
	font-weight:normal;
}

h2
{
	font-size:18px;
	font-weight:normal;
}

h3
{
	font-size:16px;
	color:#454545;
	font-weight:normal;
	margin-bottom:0;
	margin-top:0;
}

img
{
	border:none;
}

.wrapper
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.nav_wrapper
{
	padding:20px 25px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#header_bar
{
	position:relative;
	height:145px;
}

/*top nav */
#callout
{
	position:absolute;
	top:5px;
	left:470px;
	color:#0e76bc;
	font-size:13px;
}

#home a
{
	position:absolute;
	top:107px;
	left:448px;
	width:82px;
	height:37px;
	background: transparent url(../images/mn_home.gif) 0 -37px;
}

#home a:hover, #home .active a
{
	background: transparent url(../images/mn_home.gif) 0 0;
}

#about_us a
{
	position:absolute;
	top:107px;
	left:530px;
	width:98px;
	height:37px;
	background: transparent url(../images/mn_about_us.gif) 0 -37px;
}

#about_us a:hover, #about_us .active a
{
	background: transparent url(../images/mn_about_us.gif) 0 0;
}

#our_services a
{
	position:absolute;
	top:107px;
	left:630px;
	width:125px;
	height:37px;
	background: transparent url(../images/mn_our_services.gif) 0 -37px;
}

#our_services a:hover, #our_services .active a
{
	background: transparent url(../images/mn_our_services.gif) 0 0;
}

#products a
{
	position:absolute;
	top:107px;
	left:750px;
	width:101px;
	height:37px;
	background: transparent url(../images/mn_product.gif) 0 -37px;
}

#products a:hover, #products .active a
{
	background: transparent url(../images/mn_product.gif) 0 0;
}

#contact_us a
{
	position:absolute;
	top:107px;
	left:850px;
	width:106px;
	height:37px;
	background: transparent url(../images/mn_contact_us.gif) 0 -37px;
}

#contact_us a:hover, #contact_us .active a
{
	background: transparent url(../images/mn_contact_us.gif) 0 0;
}

#gift_certificate
{
	position:absolute;
	top:0;
	left:840px;
}

.main_column
{
	width:550px;
	float:left;
	padding:10px 30px;
	
}



#index .main_column
{
	background: transparent url(../images/vertical_divider_line.jpg) 0 0;
	background-position:top right;
	background-repeat:no-repeat;
}

.medium_column
{
	float:left;
	width:40%;
	padding:10px 30px;
}

.contact
{
	background: transparent url(../images/vertical_divider_line_rep.jpg) 0 0;
	background-position:top right;
	background-repeat:repeat-y;
	height: 500px;
}

.narrow_column
{
	float:left;
	width:280px;
	padding:10px 30px;
}

.main_content
{
	padding:10px 30px;
}

.clear
{
	clear:both;
}

.bottom_nav
{
	background: transparent url(../images/bottom_gradiant.jpg) 0 0;
	background-repeat:repeat-x;
	height:209px;
	margin-top:20px;
	background-color:#E9E6D6;
}

.btm_nav_h_line
{
	background: transparent url(../images/btm_nav_h_line.gif) 0 0;
	background-repeat:repeat-x;
	width:100%;
	height:6px;
}

.h_line_dark
{
	background: transparent url(../images/h_line_dark.gif) 0 0;
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	margin:30px 0 0 0 0;
}


.bottom_nav td
{
	padding:10px 60px 10px 0;
	vertical-align:top;
}

.legal
{
	font-size:10px;
	color:#5c5c5c;
}

.float_left
{
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}

.float_right
{
	float:right;
	margin-left:30px;
	margin-bottom:15px;
}

.left_hand_nav
{
	background: transparent url(../images/bottom_gradiant.jpg) 0 0;
	background-repeat:repeat-x;
	height:209px;
	width:170px;
	float:left;
	padding:10px 25px;
	margin-right:25px;
}

.left_hand_nav a
{
	text-decoration:none;
	color:#454545;
}

.left_hand_nav .active
{
	color:#ffffff;
}

.left_hand_nav .inactive, .left_hand_nav .active
{
	font-size:14px;
	margin:10px 0;
}



.left_hand_nav h2
{
	color:#ffffff;
	
}

/*product specific */
.product_logo
{
	float:left;
	width:115px;
	margin-top:30px;
}

.product_description
{
	float:left;
	width:750px;
	padding:0 15px;
	vertical-align:top;
	margin-top:30px;
}
