body {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
background: #7d7d7d url(images/footer_bg.jpg) bottom center repeat-x;
color:#555555;
padding:0px;
margin:0px;
}
a {color: #ad0316;}
a:visited {color:#ad0316;}
a:hover {color: #666666;}
a:active { color:#ad0316;}

h1 {
font-size: 11px;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}



/* ----------container to center the layout-------------- */
#container {
width:100%;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}



/* ----------banner for logo-------------- */
#banner {
background:url(images/header_bg.jpg) top center repeat-x;
padding: 0px;
margin: 0px;
}

#header{
background:url(images/header.jpg) top center no-repeat;
width:900px;
height:213px;
margin:0px auto;

}

/* -----------------content--------------------- */
#wrapper{
width:800px;
margin:0px auto;

}

#content {
padding: 0px;
margin-left: 0px;
margin-right: 182px;
line-height:22px;
}

.list{

}

.list li{
list-style-image:url(images/arrow.jpg)

}

p, pre{
padding: 5px 10px;
margin:0px;
}

#nav{
padding:170px 0px 0px 200px;

	color:#FFF;
	width:474px;
	height: 31px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.nav{
height:31px;

}




.nav a {color: #FFFFFF; text-decoration:none; height:31px; display: inline-block;}
.nav a:visited {color:#FFFFFF;  text-decoration:none; height:31px;}
.nav a:hover {color: #FFFFFF; text-decoration:none;height:31px;  background:url(images/glow.png) center bottom no-repeat;}
.nav a:active { color:#FFFFFF; text-decoration:none; height:31px;}

/* --------------left navi------------- */
#right {
float: right;
width: 182px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
color:#FFF; }

#footer a {color: #FFF; text-decoration:none;}
#footer a:visited {color:#FFF; text-decoration:none;}
#footer a:hover {color: #ad0316; text-decoration:none;}
#footer a:active { color:#FFF; text-decoration:none;}

#footerinner {
width:800px;
margin:0px auto; }

#footercontact {
width:800px;
float:left;
text-align: center; }



/* -----------forms--------------------------- */

span.checkbox {
width: 30px;
height: 30px;
padding: 0 5px 0 0;
background: url(images/input_checkbox.gif) no-repeat;
display: block;
margin: -5px 0 5px 0;
clear: left;
float: left;
}

span.radio {
width: 30px;
height: 30px;
padding: 0 5px 0 0;
background: url(images/input_checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}

span.select {
position: absolute;
width: 168px;
height: 24px;
padding: 0 24px 0 8px;
color: #ffffff;
font: 12px/24px Arial, sans-serif;
background: url(images/input_select.gif) no-repeat;
overflow: hidden;
}

textarea.form {border: 1px solid #333; background-color: #ffffff; width: 200px; height: 100px; color: #333333; margin: 0; padding: 0;}

input.form {
background: url(images/input.png) no-repeat 0 0;
border: none;
font-size: 12px;
line-height: 24px;
float: left;
margin: 1px 0 0 0;
padding: 4px 10px 0 10px;
height: 24px;
width: 180px;
display: block;
color: #000;
}

input:hover.form {background-position: 0 -28px;}
input:focus.form {background-position: 0 -56px; color: #ffffff;}

input.send_button {border: none; text-indent: -9999px; overflow: hidden; width: 120px; height: 28px; background: url(images/input_button_send.gif) no-repeat 0 0 #cccccc; cursor: pointer; display: block; font-size: 0px; display:block; line-height: 0px;}
input.send_button:hover {background-position: 0 -28px;}


