body{
	padding: 0;
	margin: 0;
	font-family:Tahoma;
	background: #F8F8F8;
	font-size: 0.8em;
}

a{
	color:#3399FF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
	background: url(../images/shadow_shop.png) repeat-y left;
}
#container {
	margin: 0px 22px;
	background: url(../images/shop_background.jpg) no-repeat;
	padding: 0;
	/*height:565px;*/
}

#masthead {
	position:relative;
	width: 594px;
	height: 80px;
	margin-left:253px;
	text-align:right;
	/*background-color:#00FFFF;*/
}
#logo {
	float: left;
	margin-top: 5px;
	margin-left: 25px;
}

#top_nav_bar {
	position:absolute;
	bottom:0px;
	right:5px;
	display:inline;
	width:600px;
	padding-top:6px;
	text-align:right;
}
#top_nav_bar ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#top_nav_bar ul li{
	float:left;
	/*background:url(../images/topright.png) no-repeat top right;*/
	color:#666;
	font-weight:bold;
}
#top_nav_bar ul li a {
	display:block;
	padding:0 1.5em;
	line-height:30px;
	/*background:url(../images/topleft.png) no-repeat top left;*/
	text-decoration:none;
	color:#666;
	float:left;
	font-weight:bold;
}
#top_nav_bar ul li a:hover {
	text-decoration:underline;
	color:#8BB0CF;
}
#search_box {
	float: right;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 16px;
}
#search_string{
	background: url("../images/search_box_tran.gif") no-repeat;
	border: 0px;
	width: 182px;
	height: 20px;
	padding: 5px 5px;
	margin: 0;
}
#search_btn{
	border: 0px;
	height: 30px;
	width: 30px;
	padding-top:7px;
}
/*#main_body {
	background-color: #FFF;
}*/
#leftnav{
	float: left;
	display:inline;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 90px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 180px;
	/*height:400px;*/
	min-height: 400px;
	/*_height:400px;*/
}
#cards{
	position:relative;
	top:30px;
	left:20px;
}
#fae_sign{
	position:relative;
	top:0px;
	left:0px;
	padding:6px;
	border:2px solid #d3dfed;
	width:98px;
	height:80px;
	margin-bottom:20px;
}

#main_nav{
	margin-left: 40;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
}
#main_nav li{
	margin: 0px 0px 0px 0px;
	padding:6px;
}
#main_nav a{
	color:#666;
	text-decoration: none;
}
#main_nav a:hover{
	color:#87accf;
}
#main_nav li:hover{
	color:#87accf;
}
#main_nav ul{
	font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
/*#main_nav ul li{
	text-indent: 6px;
	margin-top: 2px;
	margin-bottom: 0;
}*/
.topcat{
	color:#666;
	display: block;
	padding: 8px;
}
.topcat:hover{
	color:#87accf;
}
#breadcrumbs {
	width: 565px;
	margin-bottom: 10px;
	font-size: 0.8em;	
}

#breadcrumbs a{
	color: #333;
}

#page{
	float: left;
	display:inline;
	margin-top:40px;
	margin-left:64px;
	width: 570px;
	min-height: 400px;
}

#bottom_nav_bar {
	float:left;
	display:inline;
	width: 856px;
	/*background-color:#ccc;*/
	height: 34px;
	bottom:0px;
}

#footer_telephone{
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	display: inline;
	font-size: 1.3em;
	color: #6699FF;
}
#footer_email{
	float: left;
	margin-left:20px;
	margin-right: 20px;
	margin-top: 8px;
	display: inline;
	font-size: 1.3em;
	color: #6699FF;
}
#footer_email a{
	text-decoration:none;
	color:#6699FF;
}
#footer_email a:hover{
	text-decoration:underline;
	color:#6699FF;
}
h1{
	color: #333;
	padding: 0;
	margin: 8px 0;
	font-size: 130%;
}

h2{
	color: #333;
	padding: 0;
	margin: 5px 0;
	font-size: 120%;
}
h3{
	color: #333;
	padding: 0;
	margin: 3px 0;
	font-size: 110%;
}
th{
	color:#333;
	font-size:14px;
	text-align: left;	
	padding: 5px;
	font-weight: normal;
}
.text_box{
	padding: 5px;
	width: 300px;
	border: 1px solid #ccc;
}

.text_box:focus{
	background-color: #FFFFCC;
}

.clearline{
	clear: both;
}
.highlight{
	background-color: #d3dfed;
	padding: 3px;
}
.list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li{
	line-height: 24px;
	border-bottom: 1px solid #e6e7e8;
}

#cart_holder{
	margin-bottom: 20px
}
#cart_holder{
	
}
#cart_table th{
	color:#FFF;
	background-color:#000000;
	font-size:14px;
}
#cart_table a{
	color:#000;
}
#cart{
	background-color:#FFFFCC;
	border:1px solid #ccc;
}
.brd_bottom{
	border-bottom:1px solid #e6e7e8;
	height:1px;
	overflow:hidden;
}
.totals{
	font-size:13px;
	font-weight:bold;
}
.continues{
	font-size:13px;
	font-weight:bold;
}
.cart_icon a{
	font-weight:bold;
	color:#000;
}
#notification{
	background:#FFFFCC;
	border:1px solid #ccc;
	height: 50px;
	padding: 10px;
	top:0px;
	color:#333;
	font-size:12px;
	opacity:0.9;
	position: absolute;
	text-align:left;
	width:738px;
	z-index:10000;
	font-family:Tahoma;
	line-height: 50px;
	opacity:0.9;
}
.cfdebug{clear:both;}

#contact_details {
	display:inline;
	float:left;
	margin-top:20px;
	width:40%;
}
#contact_form{
	display:inline;
	float:left;
	margin-top:20px;
	width:50%;
}
.half_column{
	float:left;
	display:inline;
	width:340px;
	font-size:90%;
	margin-bottom:20px;
	margin-right:20px;
	margin-top:20px;
}
#navigation {
	margin-top: 10px;
	background: url(../images/nav_tile.png) repeat-x 3px;
	height: 20px;
	width:100%;
	padding-top: 4px;
	padding-left: 10px;
	font: 11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation a, #navigation a:visited {
	color: #333333;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
}
#navigation a:hover {
	background: #487285;
	color: #ffffff;
}

#navigation a:hover b
{
	background: #487285;
	color: #ffffff;
}
