@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for ####COMPANY NAME####
Date Created: ####DATE####
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------*/
body, div, span, a, p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, table, th, td, tr {
	margin: 0px;
	padding: 0px;
	outline: none;
}
a img {
	border: none;
}
body {
	font-size:100%;
	/*background-image:url(../images/outer-bg.jpg);*/
	background-attachment:fixed;
	background-size:100% 100%;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin-bottom:40px;
	font-size:1em;
	text-shadow:0 0 1px #666;
}

img {
	max-width:100%;
}

h1 {
	margin-bottom:20px;
	font-size:3em;
	margin-bottom:0;
}

h1#main-heading {
	text-transform:uppercase;
	font-size:2.5em;
	margin-bottom:12px;
}

h4#inner {
	margin:0 0 5px 5px
}

/* ------------------------------------------------------------------------
rtl elements
--------------------------------------------------------------------------*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 47%;
	padding: 0px 1%;
}
.med {
	width: 36%;
	padding: 0px 1%;
}	
.center {
	text-align: center;
}

#wrapper {
	width:1200px;
	margin:0 auto;
	box-shadow:0 0 10px #000;
}

#content {
	background:url(../images/sidebar-bg.jpg) repeat-x #000;
	position:relative;
}

#header {
	min-height:200px;
	position:relative;
	background:url(../images/gradient-bg.jpg) repeat-x #fff;
	padding:15px;
}

#header-container {
	
}

#logo {
	position:absolute;
	top:0px;
	left:40px;
	z-index:9999;
}

#logo img {
	width:100%;
}

#header-right {
	width:75%;
	float:right;
}

#top-heading, #search {
	text-align:right;
}

#tag-line {
	float:right;
	margin: 140px -40px 0 0;
}

#tag-line h2 {
	font-weight:bolder;
	color:#f32313;
	text-transform:uppercase;
	margin-top:10px;
}

#search {
	height:40px;
	border:2px solid #000;
	width:36%;
}

#tag-line {
	width:56%;
}

.product-list {
	margin-left:40px;
	line-height:1.6em;
}

.product-list li {
	font-size:1em;
	text-shadow:0 0 1px #666;
}

#content a, #inner-content a {
	color:#000;
}

#content a:hover, #inner-content a:hover {
	color:#f22b2b;
}

/* ---------------------------------------------------------------------------
		navigation
----------------------------------------------------------------------------- */

/*#navigation {
	background:url(../images/nav-back.jpg) repeat-x;
	height:42px;
	color:#fff;
}

#navigation-container {
	text-align:right;
}

.nav, #sidebar ul {
	list-style-type:none;
}

.nav {
	float:right;
	width:100%;
	margin-top:7px;
}

.nav li {
	display:inline;
	margin-left:1%;
	text-transform:uppercase;
	font-weight:700;
}

.nav li a, #sidebar li a {
	color:#fff;
	text-decoration:none;
}

.nav li a:hover, #sidebar li a:hover {
	color:#ddd;
}

.right-link {
	margin-right:1%;
}*/

#sidebar ul {
	list-style-type:none;
}

#navigation {
	background:url(../images/nav-back.jpg) repeat-x;
	height:42px;
	color:#fff;
	position:relative;
	z-index:9998;
}

#navigation-container {
	text-align:left;
	float:right;
}

#navigation ul ul {
	display: none;
}

	#navigation ul li:hover > ul {
		display: block;
		background:url(../images/nav-ul-back.jpg) repeat-x;
		background-color:#1e1f1f;
	}
	
	#navigation ul {  
	list-style: none;
	position: relative;
	display: inline-table;
}
	#navigation ul:after {
		content: ""; clear: both; display: block;
	}
	
	#navigation ul li {
	float: left;
	text-transform:uppercase;
	font-weight:700;
}
	#navigation ul li:hover {
		
	}
		#navigation ul li:hover a {
			color:#ddd;
		}
	
	#navigation ul li a {
		display: block;
		padding: 10px 13px 11px;
		color: #fff;
		text-decoration: none;
	}
	
	#navigation ul ul {
	background: #000;
	padding: 0;
	position: absolute;
	z-index:9996;
	top: 100%;
}
	#navigation ul ul li {
		float: none;
		position: relative;
		width:252px;
	}
		#navigation ul ul li a {
			color: #fff;
		}	
			#navigation ul ul li a:hover {
				background: #000;
			}
			
#navigation ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}

.nav-line {
	margin-top:8px;
	text-decoration:none;
	list-style-type:none;
}

.submenu li a {
	text-transform:none;
	font-weight:normal;
	font-size:.8em;
}

/* ---------------------------------------------------------------------------
		sidebar
----------------------------------------------------------------------------- */

#sidebar {
	width:160px;
	color:#fff;
	float:left;
	padding:10px;
	position:relative;
}

#sidebar h3 {
	text-transform:uppercase;
	
	display:block;
	font-size:1em;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}

#menu-principal {
	margin-bottom:20px;
}

#inner-sidebar {
	margin-bottom:40px;
}

#sidebar a {
	color:#fff;
	text-decoration:none;
}

#sidebar a:hover, #sidebar h3:hover {
	color:#c4c0bf;
}

#sidebar ul li a {
	display:block;
	padding:8px;
}

#sidebar a.main {
	border-bottom:2px dashed #fff;
	text-transform:uppercase;
}

#cal-new {
    margin-top: 15px;
}
#cal-crp {
	position:absolute;
	bottom:20px;
	width:160px;
}

#sidebar, #main-content, #right-content {
	min-height:700px;
}

h3#top {
	color:#fff;
}

ul.smaller {
	font-size:.75em;
}

ul.indent {
	margin-left:20px;
}

/* ---------------------------------------------------------------------------
		content
----------------------------------------------------------------------------- */

#main-content {
	width:802px;
	float:left;
	padding:80px 2% 0 2%;
	background-color:#fff;
}

#main-content-2 {
	width:802px;
	float:left;
	padding:20px 2% 0 2%;
	background-color:#fff;
	min-height:900px;
}

#services-content {
	width:802px;
	float:left;
	padding:20px 2% 0 2%;
	background:url(../images/services/services.png) no-repeat;
	background-size:400px 411px;
	background-position:right 40px top 80px;
	background-color:#fff;
	min-height:700px;
}

#main-content-inner, #contact-content {
	width:280px;
	float:left;
}

#contact-content h1 {
	background-color:#1784b7;
	color:#fff;
	font-size:1.1em;
	padding:4px 0 4px 8px;
}

#contact-content p {
	padding-left:5px;
	font-size:.9em;
}

#contact-content a {
	color:#000;
}

#right-content {
	width:170px;
	float:right;
}

.right-image {
	width:60%;
	margin:10px auto 0;
}

#right-inner {
	float:right;
	width:498px;
}

#inner-content {
	width:500px;
	float:left;
}

#frames-inner-content {
	width:460px;
	float:left;
}

#fabrication-inner-content {
	width:400px;
	float:left;
}

#fabrication-inner-right {
	width:400px;
	float:left;
}

#top-left {
	width:470px;
	float:left;
}

#bottom-left {
	width:300px;
	float:left;
	margin-top:20px;
}

#docs-left {
	width:340px;
	margin-top:20px;
	float:left;
}

#docs-left img {
	width:100%;
}

#inner-right {
	width:290px;
	float:right;
}

#inner-right img#door {
	width:150px;
}

#content-bottom {
	margin-top:80px;
	margin-left:40px;
}

.download-pdf {
	display:inline;
	float:left;
	margin:0 100px 0 0;
}

.download-pdf img, .download-pdf p {
	display:inline;
	margin:0 4px 0 0;
	vertical-align:middle;
}

.download-pdf p {
	padding-top:6px;
	font-weight:700;
	color:#ec181d;
	text-shadow:none;
	font-size:.75em;
}

.lite-download-pdf {
	margin:10px 0 0 0;
}

.lite-download-pdf img, .lite-download-pdf p {
	display:inline;
	margin:0 4px 0 0;
	vertical-align:middle;
}

.lite-download-pdf p {
	padding-top:6px;
	font-weight:700;
	color:#ec181d;
	text-shadow:none;
	font-size:.75em;
}

#top-right {
	width:300px;
	float:right;
}

#bottom-right {
	width:470px;
	float:right;
	margin-top:20px;
}

#docs-right {
	width:410px;
	float:right;
	margin-top:20px;
}

#slideshow img {
	width:100%;
}

.weather-image {
	float:right;
	margin-left:25px;
	margin-top:15px;
}

.weather-image img {
	width:100%;
}

.generic-list {
	margin-left:40px;
	text-shadow:0 0 1px #666;
	list-style-type:none;
}

/* ---------------------------------------------------------------------------
		sidebars
----------------------------------------------------------------------------- */

.line {
	border-top:2px dashed #fff;
	margin-top:10px;
}

.smaller {
	margin-top:10px;
	margin-left:10px;
}

.smaller li a {
	padding:2px !important;
}

#hurricane {
	width:100px;
	margin-top:20px;
	margin-left:20px;
}

#wind-shelter {
	width:100px;
	margin-top:20px;
	margin-left:70px;
}

/* ---------------------------------------------------------------------------
		Footer
----------------------------------------------------------------------------- */

#footer {
	text-align:center;
	margin-top:44px;
	margin-bottom:0;
}

#footer a, #footer {
	color:#000;
}

#footer a:hover {
	color:#f22b2b;
}

/* ---------------------------------------------------------------------------
		Contact Form
----------------------------------------------------------------------------- */

.formField {
	width:200px;
}

.textField {
	resize:none;
	width:200px;
}