﻿body {
	background:url(../siteart/sitebg.gif) repeat-x top #060606;
	margin:20px auto;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	vertical-align:top;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#df0000;
}

img {
	border:0;
}

p {
	display:block;
	margin:0 0 18px 0;
	line-height:22px;
	font-size:20px;
	font-weight:bold;
}

#wrap {
	margin:0 auto;
	width:870px;
}

#header {
	padding:20px 10px;
}

.address {
	width:300px;
	float:right;
	text-align:right;
	text-shadow:2px 2px 3px #000;
	font-size:14px;
}

#content {
	padding:10px;
	background:#202020;
	border:1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#content table {
	width:850px;
}

/*------------------Navigation Section-----------------*/

#nav {
	background:url(../siteart/navbg.gif) no-repeat top left;
}

#nav table {
	width:100%;
}

#nav td a:link, #nav td a:visited, #nav td a:active {
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	border-right:1px solid #bb2e29;
	border-left:1px solid #f1726e;
	display:block;
	padding:15px 40px;
}

#nav td a:hover {
	color:#000;
}

.sub-menu {
	border-bottom:0;
	position:absolute;
	visibility: hidden;
	line-height: 18px;
	z-index: 100;
	background: #c72923;
	width: 238px;
}

.sub-menu a:link, .sub-menu a:visited, .sub-menu a:active {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #b0241f;
	border-top:1px solid #e5332c;
	padding: 8px 0;
	text-indent:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	width:238px;
}

.sub-menu a:hover {
	background: #b0241f;
	color: white;
}



/*----------------Main Content Section----------------*/

#mid {
	padding:10px 0;
	width:592px;
}

.main {
	padding-right:10px;
}

.sidebar {
	width:248px;
}

#slide {
	border-top:1px solid #dc342e;
	border-bottom:1px solid #dc342e;
	padding:10px 0;
}

#footer {
	padding:20px 0;
	text-align:center;
}