﻿/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height:0px;
}

a img{
	border:none;
}

a:focus {
	outline: 0px;
}

/*HTML styling*/
html {
	background-color:#302B2B;
}
	
body {
	text-align:center;
}

/*Layout*/
#container{
	width:926px;
	margin:20px auto 0px auto;
	background: #302B2B url("../images/bg.png") top left repeat-y;
	text-align: left;
}

#topround{
	float:right;
	width:100%;
	background:#302B2B url("../images/top.png") top left no-repeat;
	height:32px;
	z-index:400;
}

#bottomround{
	float:right;
	width:100%;
	background:#302B2B url("../images/bottom.png") bottom left no-repeat;
	height:32px;
}

#header_container{
	margin:auto;
	width: 100%;
	clear: both;
}

#header {
	clear:both;
	height:100px;
	text-align:center;
	margin-bottom:20px;
	width: 100%;
	color: #421318;
}
	
#navigation {
	font-family:Tahoma, Geneva, sans-serif;
	position: absolute;
	clear: both;
	bottom: 0px;
	height: 30px;
	left: 25px;
	padding:0px;
	margin:0px;
}

#imagebar{
	margin:auto;
	padding:0px;
	clear:both;
	width:900px;
	height:204px;
	border-top:10px solid #421318;
	border-bottom:10px solid #421318;
}

#content{
	padding:20px;
	padding-bottom: 0px;
	width: 875px;
	float: left;
	height: auto;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer {
	text-align:center;
	background-color: white;
	width: 100%;
	padding-bottom: 10px;
	float: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:90%;
}

#credit{
	font-family:Tahoma, Geneva, sans-serif;
	color:white;
	text-align:center;
	font-size:60%;
	margin: 0px;
	padding: 0px;
}

/*Header*/
#header h1{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:3em;
}

#header h2{
	font-family:Tahoma;
	font-size:100%;
	font-weight:normal;
}

#header a{
	text-decoration:none;
	color:#421318;
}

/*Image bar*/
#imagebar img{
	float:left;
	width:300px;
	height:204px;
	display:block;
}
/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	z-index: 400;
	position: relative;
	line-height: 1em;
	margin-left: 40px;
}

#navigation  ul li {
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	margin-right: 1px;
	background:#421318 url("../images/center.gif") bottom left repeat-x;
}

#navigation  ul li a {
	display: block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif ;
	font-size: 80%;
	text-decoration: none;
	background:#fff url("../images/right.gif") top right no-repeat;
	color:#421318;
	top: 0px;
}

#navigation ul li a span{
	display: block;
	height: 30px;
	left:0px;
	background:transparent url("../images/left.gif") top left no-repeat;
	padding-left:40px;
	padding-right:40px;	
	cursor: pointer;
}

#navigation ul li.selected a,
#navigation ul li a:hover{
	background-color: transparent;
	background-position: bottom right;
	color:#fff;
	
}

#navigation ul li.selected a span,
#navigation ul li a:hover span{
	background-position: bottom left;
	color:#fff;
}

/*Content*/
#content #content_text{
	float: left;
	width:490px;
	padding: 10px;
}

#content #content_text h3{
	font-size:150%;
	padding-bottom:10px;
}
	
#content #content_text p{
	padding:10px;
	font-size:100%;
	text-align:justify;
}

#content #imageblock{
	float: right;
	width:40%;
	position: relative;
}

#content #imageblock img{
	padding:10px;
}

#content address{
	font-style:italic;
	padding: 10px;
}

#wireless{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}

#wireless img{
	display:block;
	margin:5px auto 20px auto;
}
#comments blockquote{
	margin:0px; 
	padding:10px;
}
#content .special_offer, #comments blockquote{
	text-align: center;
	margin-bottom: 10px;
	background-color: #DFD5D0;
	border: 1px solid #421318;;
}

#comments span{
	font-style:italic;
	font-weight:bold;
}

#content #content_text p.smallprint {
	padding: 3px;
	text-align: center;
	font-size: 60%;
}

div.center {
	text-align: center;
}

/*Footer*/
#footer #address{
	font-style:italic;
}

#footer a{
	color:black;
	text-decoration:none;
}
	
#footer a:hover,#footer a:focus{
	color:#666666;
	text-decoration:underline;
}

/*Credit*/
#credit a{
	color:white;
}

#credit a:hover,a:focus{
	text-decoration:none;
}