@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#1a1a1a;
font-family:"Trebuchet MS", "Lucida Granade",Tahoma, Verdana, Geneva, sans-serif;
color:#fbf5e6;
text-align: center; /* As IE refuses to die */
}

#wrapper {
	width:960px;
	margin:0 auto;
	text-align: left;
}

#header {
}

.banner {
	background:#1a1a1a url(../images/headerVla.jpg)  no-repeat;
	height:190px;
}
.navigation {
	
	
	height:39px;
	font-family:"Trebuchet MS", "Lucida Granade",Tahoma, Verdana, Geneva, sans-serif;
	font-weight:bold;
	
}


#content {
	padding:10px;
}

h2 {
	color:#ffa330;
	font-family: Georgia, serif;
font-size: 41px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.2em;
text-align:center;
padding-top:20px;
}
p {
	color:#fbf5e6;
	padding-top:10px;
	line-height:1.5em;
}
#footer {
	margin-top:20px;
	background:#1a1a1a url(../images/footer.jpg) no-repeat;
	height:90px;
	border-top:2px solid #ffa330;
	font-size:12px;
	text-align:center;
	padding-top:20px;
}

.inright {
	padding:10px;
	padding-top:0px;
	float:right;
	padding-top:5px;
	padding-left:20px;
}

.abtmore {
	padding-left:110px;
	margin:0 auto;
	padding-top:20px;
}

.abtmore a {
	width:255px;
	height:47px;
	display:block;
	background:#1a1a1a url(../images/abtmore.jpg) no-repeat;
	padding-top:14px;
	text-align:center;
	color:#ffa330;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:17px;
	border:none;
}

.abtmore a:hover {
	border-bottom:none;
	color:#1a1a1a;
}

h3 {
	color:#ffa330;
	padding-top:10px;
}

	
.clearfloat {
	clear:both;
}
.abtmore a:hover{
	
background:#1a1a1a url(../images/abtmore-over.jpg) no-repeat;
color:#1a1a1a;
}

.features {
	padding:20px;
	font-size:14px;
}

.features ul {
	list-style-type:none;
}

.features ul li{
	background:url(../images/bullet.jpg) #1a1a1a no-repeat;
	padding-left:20px;
	padding-bottom:10px;
	
	
}

.body-text {
	font-size:14px;
	padding-top:0px;

}

hr {border: none 0;
border-top: 1px dotted #ffa330;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.footer-links {
		color:#ffa330;
}

.footer-links a{
	color:#ffa330;
	text-decoration:none;
	border-bottom:1px dotted #ffa330;
	padding-bottom:0px;
}

a.body-link  {
	color:#ffa330;
	text-decoration:none;
	font-size:14px;
	padding-bottom:0px;
}

a:hover.body-link  {
	color:#C45D00;
	border-bottom:1px dotted #C45D00;
	padding-bottom:0px;
	
}

#specials {
	width:280px;
	padding-left:20px;
	
	float:right;
	
}
#specials label {
	font-size:14px;
	display:block;
}
#specials input {
	border:1px solid #53341A;;
	display:block;
	background-color:#020202;
	width:250px;
	margin-bottom:5px;
	color:#ffa330;
	height:20px;
}

#specials select {
	border:1px solid #53341A;
	display:block;
	background-color:#020202;
	width:250px;
	color:#ffa330;
}

#twitter-follow { border: 0; position: fixed;  top: 300px; right:0; z-index:600;}
#twitter-follow img {border:none;}

.test-from
{
	font-style:italic;
	color:#ffa330;
	font-size:13px;
}
