/*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;
}

/*HTML styling*/
html {
	background-color:#2B3A43;
}
	
body {
	text-align:center;
	font-family:Georgia, Palatino Linotype, serif;
}

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

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

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


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

#header {
	clear:both;
	height:100px;
	text-align:center;
	margin-bottom:10px;
	width: 100%;
	color: #553506;
}
		
#navigation {
	position: absolute;
	clear: both;
	bottom: 0px;
	color: #FFFFCC;
	height: 30px;
	left: 25px;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:120%;
}

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

#content{
	padding:20px;
	padding-bottom:0px;
	float: left;
	height: 100%;
	font-size:100%;
}

#map{
	margin:10px;
	
	padding-left:13px;
	height: 100%;
	width:880px;
	text-align:center;
}

#map a{
	color:#35600B;
	float:right;
	text-decoration:underline;
}

#map a:hover,#map a:focus{
	color:#000;
	text-decoration:none;
	
}

#footer {
	text-align:center;
	width: 100%;
	float: left;
	margin-top:30px;
	font-family:serif;
	font-size:70%;
}

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

/*Header*/
#header h1{
	font-family:Copperplate, serif;
	font-size:400%;
	font-variant:small-caps;
	font-weight:bold;
	color:#553506;
}

#header h2{
	
	font-size:90%;
	font-weight:normal;
	color:#553506;
}

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


/*Image bar*/
#imagebar img{
	float:left;
	display:block;	
}

/*Navigation*/
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	z-index: 400;
	position: relative;
	line-height: 1em;

}


#navigation ul li {
	float:left;
	left:0px;
	margin:0px;
	padding:0px;
	margin-right: 1px;
	cursor:pointer;
}


#navigation ul li a {
	display: block;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	
	font-size: 70%;
	text-decoration: none;
	background:#FFFFCC url("../images/right.gif") top right no-repeat; 
	color: #553506;
	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:20px;
	padding-right:20px;	
}

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

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


/*Content*/
#content #content_text{
	float:left;
	width:510px;
	margin-left:15px;
}

#content #content_text h3{
	font-size:150%;
	padding-bottom:10px;
	font-family:Tahoma, sans-serif;
}
#content #content_text h4{
	font-size:120%;
	padding-bottom:10px;
	font-family:Tahoma, sans-serif;
}
#content #content_text h5{
	font-size:100%;
	padding-bottom:10px;
	font-family:Tahoma, sans-serif;
}
	
#content #content_text p{
	padding:10px;
	font-size:90%;
	text-align:justify;
}

#content #content_text li{
	padding-bottom:10px;
	font-size:90%;
	text-align:justify;
}

#content #imageblock{
	float: right;
	position: relative;
}

#content #imageblock img{
	margin-top:30px;
}

#content #tariff{
	font-weight:bold;
}

#content ul{
	line-height:8px;
}

fieldset,form,textarea,input,label{
	font-family:Tahoma, sans-serif;
	font-size:90%;
	line-height:10px;
	padding:0;
	margin:0;
	border:0;
	width:400px;
}

#availability{
	width:225px;
	height:225px;
}

.cycle{
	margin-left:20px;
	margin-right:20px;
	float:left;
	clear:both;
	display:inline;
}

.cycle img{
	width:308px;
	height:243px;
}

.offer{
	border:2px red dotted;
	font-weight:bold;
	margin:10px;
}

.hidden{
	display:none;
}
/*Form*/

input{
	border: 3px solid #cccccc;
	padding: 5px;
	margin-bottom:5px;
	background-color:#D8F9A6;
	width:98%;
}

label{  
	display:block;
}

.button{
	background-color:#999;	
	width: 100px;
	margin-top:20px;
	display:block;

}

#message{
	width:98%;
	height: 120px;
	background-color:#D8F9A6;
	border: 3px solid #cccccc;
	padding: 5px;	
}
/*Footer*/
#footer #address{
	font-style:italic;
}

#footer a{
	color:#35600B;
	text-decoration:none;
}
	
#footer a:hover,#footer a:focus{
	color:#000;
	text-decoration:underline;
}

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

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