/* CSS Document */



body {
	font: 76%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #FFF;}

#container {
	width: 900px;
	text-align: left;
	overflow: auto;
	/*	display: block;*/
	margin: 0px auto 30px;
	padding: 0px;
	background: #FFF url(/images/bground-full.jpg) repeat-y -4px 204px;
	/*	border-radius: 20px;  */
	-ms-box-shadow: 1px 0px 10px #999;
	box-shadow: 5px 6px 5px 1px #ccc;
	border-right: 1px solid #A7A69E;
	border-left: none;
	border-bottom: 1px inset #CCC;}	

#header {
	position: relative;
	height: 208px;
	background: #FFFFFF url(/images/header.jpg) no-repeat;}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 368px;
	background: none;
	display: none;}	
	
#header h2 {
	text-indent: -9999px;
	display: none;}

h2 {
	border-style: none;
	color: #635952;
	padding-top: 0.2em;
	font: 1.6em/1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
h3 {
	margin: 1em 0px 0px;
	color: #635952;
	padding: 0px;
	font: italic bold 1.4em "Trebuchet MS", Verdana, sans-serif;}
	
h4 {
	font-weight: bold;
	margin: .5em 0px 0px;
	font-size: 1em;}
	
#nav-top {
	position: relative;
	overflow: auto;
	text-align: center;
	width: 710px;
	padding-left: 190px;}
	
#nav-top ul {
	color: White;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;
	background: #3D3632;
	text-align: center;
	display: inline;
	float: right;
	width: 540px;}

#nav-top ul li {
	display: inline;
	font-size: 1.1em;
	text-align: center;}

#nav-top ul li a {
	padding: 0.1em 1em;
	color: #FFFFFF;
	text-decoration: none;
	background: #3D3632;
	float: left;}

#nav-top ul li a:hover {
	color: #F49B9D;}

#nav-top ul li.last a {
    border: none;}
	
#home #nav-top .home,
#news #nav-top .news,
#media #nav-top .media,
#contact #nav-top .contact,
#buy #nav-top .buy
{
	color: #F49B9D;
}

#page-bottom  {
	background: #E7E3DE url(/images/bground-full.jpg) repeat-y;

}

#col-1 {
	float: left;
	width: 180px;
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
}
#col-1 #signup {
	width: 98px;
	margin-left: 40px;
	margin-top: 40px;
	background: #5A5952;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	-ms-border-radius: 10px;	
	border-radius: 10px;
	padding-bottom: 10px;
}
#col-1 #signup a {
	color: #FFF;
	text-decoration: none;}
#col-1 #signup #signup-link {
	background: #A51410;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0em;
	margin-top: .5em;}
	
#nav-left {
	width: 90px;
	height: 30px;
	margin-top: 30px;
	padding: 6px 6px 6px 4px;
	margin-left: 41px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	/* border: 1px solid #636563; */
	margin-bottom: 50px;
	/*background: #EFE3DE; */}
	
#nav-left ul {
	color: White;
	float: left;
	margin: 0px;
	padding: 0;
	width: 100%;
	font-family: arial, helvetica, sans-serif;}

#nav-left li {
	margin: 0px;
	padding: 0px;
	clear: left;
	list-style: none;
	width: 100%;}
	
#nav-left li a {
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 4px 0px;
	height: 100%;}
	
#nav-left ul a:link, #nav ul a:visited {
	margin: 0px;
	font-weight: bold;
	color: #AD1410;
	height: 100%;}		
	
#nav-left li a:hover {
	margin: 0px;
	font-weight: bold;
	color: #EA1F1A;
	height: 100%;}	
	
#nav-left img a {
	font-size: 0.7em;
	font-weight: normal;}

#nav-left  img {
	padding: 0px;
	border-style: none;
	margin-top: 4px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
}

#col-2 {
	float: left;
	width: 500px;
	min-height: 300px;
	padding-right: 20px;
	background: #FFF url(/images/bground.jpg) repeat;
	overflow: visible;
	padding-left: 20px;}

a:link, #content_main a:visited {
	color: #AD1410;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #E41B20;
	text-decoration: underline;
	font-weight: bold;
}	

	
ul.no_bullet {
	list-style:none;
	line-height: 1em;}
	
.box {
	display: block;
	border: 1px solid #5A5952;
	padding: 10px 30px;
	background: #EBEBEB;
	width: 80%;
	margin: 20px auto;
}

.imgRight {
	float: right;
	border: 1px solid #999;
	margin: 10px 0px 10px 25px;
	clear: right;}	

.imgLeft {
	float: left;
	border: 1px solid #999;
	margin: 10px 20px 10px 0px;}
	
.imgLeft_noborder {
	float: left;
	border-style: none;
	margin: 10px 20px 10px 0px; }

.imgRight_noborder {
	float: right;
	border: none;
	margin: 10px 0px 10px 10px;
	clear: right;}		

#right_box p {
	line-height: 1.5em; }

#footer {
	font-size: 0.8em;
	width: 872px;
	padding: 3px;
	overflow: auto;
	background: #5A5952;
	clear: left;
	margin-left: 22px;
}	
	
#footer ul {
	margin: 0px;
	padding: 0px;
	text-align: center; }
	
#footer ul li {
	display: inline;
	color: #D6D6D6;
	margin: 0px;
	padding: 0px 30px;
	list-style: none;}

#footer ul li a {
	color: #D6D6D6;}
	
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;}
	
.indent {
	padding-left: 30px;
	display: block;}

.rule {
	border-bottom: 1px solid #A04A4A;
	height: 1px;
	margin: 0px;
	padding: 0px;}
	
.center {
	text-align: center;}
.right {
	text-align: right;
}
