/* CSS Document */

* {
margin:0;
padding:0;
outline:none;
}

body {
background:url(../images/body.jpg) top repeat-x #050507;
font:70% Verdana;
color:#ACACB0;

}

a {
color:#99FF00;
}

a:hover {
text-decoration:none;
}

#header {
	height:248px;
	display:block;
	background:url(../images/header6.jpg) top center no-repeat;
}

h1.main_title {
	color:#fff;
	font-weight:normal;
	margin:20px auto 0;
	text-align:center;
	font-family: verdana;
	font-size: 170%;
}

h1.main_title a {
color:#fff;
text-decoration:none;
}

#container {
	width:760px;
	background:#151521;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#containershop {
	width:790px;
	background:#151521;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navigation {
background:#181825;
width:600px;
border-top:1px solid #2E2E47;
padding:12px 0;
margin:35px auto 1px;
font:100% Georgia;
color:#fff;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#ACACB0;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
}

#nav a.active {
background:url(../images/nav_link_active.jpg) top repeat-x;
color:#fff;
font-weight:bold;
}

#inner_container {
	background:url(../images/inner_container.jpg) top repeat-x #181824;
	padding: 0px;
}

#sidebar {
	width:200px;
	padding:5px;
	float:right;
	background:#232436;
	color:#bdbdc1;
}

#container #sidebar h2 {
	font-size:90%;
	margin: 0px;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {

}

blockquote {
	background:url(../images/quote.gif) bottom right no-repeat #292935;
	padding:2px 17px;
}

p {
	margin:0px;
	padding:0px;
	line-height:20px;
	text-indent:25px;
}

p.note {
	padding:20px;
	background:#2D2D44;
	color:#fff;
	margin: 0px;
}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
	font:110% Verdana;
	color:#fff;
	font-weight:bold;
	margin: 0px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
	padding:5px;
	margin: 5px;
	background-color: #1E1E2D;
}

#footer {
	background:#151521;
	padding:10px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 740px;
}

#content table {
	background:#1E1E2D;
}

td {
	padding:8px;
	text-align:center;
	background:url(../images/td.jpg) top left no-repeat #1E1E2D;
	font-family: Georgia;
	font-size: 11px;
}

th {
color:#fff;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}
p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

