/*
Theme Name: VirtAll
Theme URI: http://www.virtall.com/
Description: VirtAll
Author: VirtAll
Version: 1
Tags: VirtAll
*/
html, body {
	margin:0;
	background-color:#FFFFFF;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#wrapper {
	padding: 0px;
	height: auto;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer {
	padding: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 875px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CF3300;
	overflow: hidden;
	position: relative;
	font-size: 11px;
}
#wrapper #header {
	height: 286px;
	width: 875px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	position: relative;
}
#wrapper #header #logo {
	position: absolute;
	height: 107px;
	width: 192px;
	left: 50px;
	top: 0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index:999;
}
#wrapper #header #logo a {
	display:block;
	height: 107px;
	width: 192px;
}
#wrapper #header #nav ul {
	display: block;
	height: auto;
	margin:0px;
	padding:0px;
	list-style-type: none;
	position:absolute;
	right:0;
	width:auto;
}
#wrapper #header #nav ul li{
	display: block;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
}
#wrapper #header #nav ul li.last {margin-right:0px;}
#wrapper #header #nav ul li a{
	color: #656565;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #header #nav ul li a:hover{color:#333333;}
#wrapper #header #nav ul li.current-menu-item a {color:#CF3300;}
#wrapper #header #headerimg {
	height: 179px;
	width: 875px;
	overflow: hidden;
}

#wrapper #main {
	margin: 0px;
	height: auto;
	width: 825px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: auto;
	position: relative;
	margin-bottom:20px;
}
#wrapper #main #leftcol {
	clear: left;
	float: left;
	height: auto;
	width: 550px;
}
#wrapper #main #rightcol {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	height: auto;
	width: 253px;
}
#wrapper #nav {
	height: 40px;
	width: 875px;
	padding-top: 67px;
	position:relative;
}
#wrapper #main #leftcol #content strong  { color: #666; }
#wrapper #main #leftcol #content ul li{
	margin-bottom: 20px;
	list-style-type: none;
}
#wrapper #main #leftcol #content a { color: #DB0000; text-decoration: underline; }
#wrapper #main #leftcol #content a:hover { color: #333333; text-decoration: none; }

#wrapper #main h1,
#wrapper #main h2,
#wrapper #main h3 {
	font-family: 'Droid Serif', arial, serif;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper #main #leftcol #content h1 {
	font-size: 26px;
	color: #C00;
	line-height:28px;
	margin-bottom: 20px;
}

#wrapper #main #leftcol #content h2 {
	font-size: 19px;
	color: #333;
	line-height:23px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrapper #main #leftcol #content h3 {
	font-size: 14px;
	color: #666;
	line-height:23px;
	margin-bottom: 15px;
}
#wrapper #main #rightcol h3 {
	font-size: 16px;
	color: #333;
	line-height:23px;
	margin-bottom: 15px;
}
#wrapper #main #leftcol #content #contact_box {margin:0; padding:0; font-size:11px;}
#wrapper #main #leftcol #content #contact_box span { color: #C30; }
#wrapper #main #leftcol #content .textinput,
#wrapper #main #leftcol #content .submitinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666;
	border: 1px solid #999;
	width:220px;
	padding-left:3px;
	padding-right:3px;
	height: 20px;
}
#wrapper #main #leftcol #content textarea{height: 120px !important;}
#wrapper #main #leftcol #content .submitinput {
	background-color:#FFF;
	font-weight:bold;
	width:122px;
	height:23px;
	line-height:23px;
	color:#333;
	padding:0;
	text-align:center;
}