/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#header{
	width: 960px;
	height: 110px;	
}
#logo {
	float: left;
	width: 300px;
	height:110px;
}
#headerspace{
	float: left;
	width: 410px;
	height: 110px;
}
#livechat{
	float: left;
	width: 250px;
	height: 110px;
	text-align: right;
	font-size: 24px;
	color: #000;
}
#nav {
	background-color: #FF1712;
	height: 40px;
	width: 960px;
	letter-spacing: 1px;
}
#nav ul {
    height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0 10px;
}
#nav ul li {
    display: block;
    float: left;
    padding: 0;
}
#nav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#nav ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #CD0100;
}
#nav ul li .active{
	background: none repeat scroll 0 0 #fff;
    color: #CD0100;
}
#content {
	width: 960px;
	height: auto;
}
#footer {
	width: 960px;
	height: 150px;
	letter-spacing: 1px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #F00;
}
#footer a{
	color:#999;
	text-decoration: none;
}
#footer a:hover{
	color:#FF0000;
}

.f1 {
	font-size: 18px;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #748822;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.f2 {
	vertical-align: text-top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f29c93;
	box-shadow:inset 0px 0px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding:7px 19px;
	text-decoration:none;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton:active {
	position:relative;
	top:1px;
}

