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

html {	
	background:#000000;
	}
	
body {
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	display: table;
	color:#999999;
	font-size:95%;
	}
* {
	margin: 0;padding: 0
	}

p {
	padding-bottom:0.75em;
	}

a {
	text-decoration:none;
	color:#CCCCCC;
	}

a:hover {
	text-decoration:none;
	color:#C2272E;
	}

ul {
	list-style:none
	}

.nav li {
	display:inline;
	padding:0 9px;
/*	border-left:#D7AC76 1px solid;  */
}

.wrapper {
	margin:auto;
	width:100%;
	background:url(../img/wrapper_bg.jpg) center top no-repeat
	}

.header {
	height:121px; 
	width:900px; 
	margin:auto;
	position:relative
	}
	
.nav {
	width:552px;
	text-align:left;
	position:absolute;
	top:97px;
	font-size:11pt;
	z-index: 3;
	left: 346px;
	height: 19px;
	}
	
#logo {
	width:176px; 
	height:68px; 
	position:absolute; 
	left:-39px; 
	top:38px
	}
	
#logo2 {
	width:176px; 
	height:68px; 
	position:absolute; 
	left:330px; 
	top:46px; 
	z-index: 2
	}

.content_wrap {
	width:900px; 
	height:442px; 
	margin:auto; 
	text-align:left;
	overflow:auto;	
	}

.main_content {
	width:440px;
	padding:55px 0 0 170px;
	}
	
.main_content img {
	border:#64231b 1px solid;
	margin:5px 15px 0 15px;
	}

.main_content a {
	color:#fff;
	text-decoration:none;
	}
	
.main_content a:hover {
	text-decoration:none;
	color:#C2272E	
}

.main_content h1 {
	font-size:12pt;
	color:#C2272E;/*#5B1E17*/
	margin-bottom:0.5em;
	}
.main_content h3 {
	margin-left:;
	padding-bottom:0.25em;
	font-size:12pt;
	color:#C2272E;
	font-weight:normal
	}


.decor {
	display:block;
	width:350px; height:10px;
	margin:15px 0px;
	background:url(../img/spandecor.jpg) 0 0 no-repeat
	}

.footer {
	width:850px;
	margin:auto; 
	text-align:right;
	font-size:8pt; 
	padding-top:.5em;
	padding-right:50px;
	color:#64231b
	}


#nav2 a {
	font-size:10pt;
	color:#ccc;
	padding-left:1em;
	}
#nav2 a:hover {
	color:#C2272E
	}

.shopl1 {
	float:left;
	width:130px;height:110px
	}
.shopr1 {
	 float:right;
	 width:150px;
	 padding-top:8px
	 }
.shopdes {
	 clear:both;
	 padding-left:14px
 	}
	
.field {
	width: 280px;
	border:#FFFFFF 1px solid;
	border:#999999 1px solid;
	background-color:#999999;
	font-size:12px;
	height:1.5em
}

#contact p {
	padding-bottom:0.75em;
	}

#contact label {
	float: left;
	width: 120px;
	text-align:right;
	padding-right:10px
	}
	
.submit_reset {
	cursor:pointer
}

#alert {
	color:red;
	font-style:italic
	}
.submit_reset {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:70px;
	border:thin solid #999999;
	color:#333333;
	margin-right: 15px;
