@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:15px 0 0 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:top;
}
.preloader {
	display: none;
}
p {
	padding:0 0 15px 0;
	line-height:16px;
}
a {
	color:#0079C2;
	text-decoration:none;
}
a:hover {
	color:#000000;
}

img a {
	border:none;
}
.bold {
	font-weight:bold;
}
ul li {
	list-style-type:square;
	line-height:16px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	letter-spacing:-.02em;
	margin:0 0 20px 0;
	padding: 15px 0;
	color:#0079C2;
	border-bottom:1px solid #ccc;
}

h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 0 15px 0;
	line-height:140%;
}
h2 {
	font-size:18px;
	color:#444;
}
h3 {
	font-size:16px;
	color:#444;
}
h4 {
	font-size:14px;
	color:#444;
}

/****************************************************
--------------- Main Layout Elements ----------------
****************************************************/

#wrapper {
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header {
	height:90px;
	background-color:#CCCCCC;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}
#nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1000;
	height:30px;
	background-color:#000;
	background-image:url(images/bg_nav.jpg);
	background-repeat:repeat-x;
}
#img_main {
	height:200px;
}
#specs {
	margin:20px 0 0 0;
}
#footer {
	clear:both;
	color:#ccc;
	background-color:#666;
	border-top: 10px solid #CCCCCC;
	text-align:center;
	padding:10px 0;
}

/****************************************************
------------------ layout elements ------------------
****************************************************/
#index_top {
	height:380px;
}

#index_middle {
	height: 160px;
	background-image:url(images/index_middle.png);
	background-repeat:no-repeat;
}

.highlight_index {
	width:258px;
	float:left;
	margin:0 0 0 50px;
}
.highlight_index2 {
	width:258px;
	float:left;
	margin:0 0 0 52px;
}

.highlight_index h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#333;
}
.highlight_index2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:20px;
	color:#333;
}

#wrapper #index_middle .highlight_index p {
	padding:0 85px 0 0;
}
#wrapper #index_middle .highlight_index2 p {
	padding:0 90px 0 0;
}


#column1 {
	margin:20px;
	min-height:400px;
	width:250px;
	float:left;
}
.column1_highlight {
	min-height:160px;
	width:210px;
	float:left;
	background-image:url(images/bg_col_1.jpg);
	background-repeat:repeat-x;
	padding:0 20px 20px 20px;
}
.column1_highlight_top {
	background-image:url(images/bg_col_1_top.png);
	background-repeat:no-repeat;
	height:20px;
}
.column1_highlight ul {
	margin:0 0 0 10px;
}
.column1_highlight ul li {
	padding:0 0 10px 0;
}
#column2 {
	float:left;
	width:600px;
	margin:20px 20px 20px 0;
}
ul.bullet_list_normal {
	margin:0 0 0 30px;
}
ul.bullet_list_normal li {
	padding:0 0 10px 0;
}
#column3 {
	margin: 20px 20px 20px 40px;
}
#column4 {
	float:left;
	width:650px;
	margin:20px 0 20px 0;
}

#img_main img {
	margin:0;
}
.products {
	padding:10px 0;
	border-bottom:1px solid #ccc;
	float:left;
}

.products img {
	float:left;
	width:auto;
	margin:0 20px 0 0;
}

.feature_box {
	padding:10px 0;
	border-bottom:1px solid #ccc;
	float:left;
	width:300px;
}

.feature_box img {
	float:left;
	width:auto;
	margin:0 20px 0 0;
}

ul.files {
	float:left;
	width:110px;
	margin:0 0 0 30px;
	border-right:1px solid #e1e1e1;
	height:450px;
}
ul.files h2 {
	position:relative;
	right:20px;
}
.no_bullet {
	list-style-type:none;
}
/*------------- Inquiry Tables -----------*/
table {
	border-collapse:collapse;
}
.inquiry td{
	padding:5px;
	border-bottom:1px solid #e3e3e3;
}
.inquiry label {
	padding:0 10px 0 0;
}
.inquiry label span {
	padding:0 0 0 5px;
}
.required {
	color:#ff0000;
	font-style:italic;
}
#login div, #forgot div {
	padding:0 0 10px 0;
}
#forgot {
	margin: 20px 0 0 0;
	padding:20px;
	border:1px solid #ccc;
}
#login span, #forgot span {
	padding:0 0 0 10px;
}
.input_border input, input.input_border, textarea.input_border {
border:5px solid #e3e3e3;
}
.input_border input:focus, input:focus.input_border, textarea:focus.input_border {
	background-color:#DAE8EF;
}
/*------------ FAQs ------------------------------*/
.show_answers {
	border:1px solid #FFCC00;
	padding:10px 0 10px 10px;
	color:#000000;
}

.hide_answers {
	font-size:80%;
	text-align:right;
	padding:0 0 0 220px;
}
.hide_answers a{
	color:#000;
	text-decoration:none;
}
.hide_answers a:hover{
	color:#876cc3;
}

.close_all {
	float:right;
	font-size:11px;
}

.close_all a {
	text-decoration:none;
}

.close_all a img {
	text-decoration:none;
}

#comparision {
	border: 1px solid #ccc;
	border-collapse:collapse;
}

#comparision tr td {
	padding: 5px;
	border: 1px solid #ccc;
}

.comparison_feature {
	background-color:#999;
	font-weight:bold;
	color:#FFFFFF;
}
.comparison_title {
	font-weight:bold;
	color:#333333;
}

#data_vms {
	border: 1px solid #ccc;
	border-collapse:collapse;
}

#data_vms tr td {
	padding: 5px;
	border: 1px solid #ccc;
}

.data_vms_feature {
	background-color:#999;
	font-weight:bold;
	color:#FFFFFF;
}
.data_vms_title {
	font-weight:bold;
	color:#333333;
}