html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, 
tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #000;
}

body#main {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-x;
	background-color: #000;
}

body#sub {
	background-image: url(../images/bg_sub.png);
}

a {
	color: grey;
}

a:hover {
	color: #00b6ec;
}

p {
	margin-bottom: 20px;
}

ul {
	margin-bottom: 20px;
}

#content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 1024px;
}

#title {
	float: left;
	height: 60px;
	margin: 0px 40px 0px 40px;
	padding: 20px 20px 0px 20px;
	background-color: #00b6ec;
}

#title h1 {
	font-size: 28px;
	font-weight: 300;
}

#title a {
	text-decoration: none;
	color: white;
} 

#title a:hover {
	text-decoration: none;
	color: white;
} 

#nav {
	float: right;
	font-size: 18px;
	padding: 25px 60px 0px 0px;
}

#test_nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	z-index:1000;
}
#test_nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#test_nav a{
	display:block;
	padding:5px;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#test_nav ul{
	background:#fff; 
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index:1000;
}
#test_nav ul li{
	padding-top:1px;
	float:none;
}
#test_nav ul a{
	white-space:nowrap;
}
#test_nav li:hover ul{ 
	left:0;
}

#test_nav li:hover ul a{
	text-decoration:none;
}

#feature {
	width: 1024px;
	height: 328px;
	float: left;
	background-color: grey;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
}

div#feature ul#navigation {
	display: none;
	list-style: none;
	position: relative; top: 120px; z-index: 15;
	margin: 0;
}

div#feature ul#navigation li#prev {
	float: left; margin: 0 0 0 40px;
}

div#feature ul#navigation li#next {
	float: right; margin: 0 50px 0 0;
}

div#feature ul#navigation li a.navi {
	display: block; width: 80px; height: 80px; text-indent: -9999px;
}

div#feature ul#navigation li#prev a.navi {
	background: url(../images/prev.png);
}

div#feature ul#navigation li#next a.navi {
	background: url(../images/next.png);
}

div#feature ul#slides {
	list-style: none;
}

div#feature ul#slides li {
	margin: 0 0 0px 0;
}

#title_bar {
	float: left;
	height: 220px;
	width: 1024px;
	background-image: url(../images/bg_title_bar.png);
}

#title_bar h2 {
	color: #333;
	font-weight: 300;
	padding: 50px 0px 10px 0px;
	font-size: 28px;
}

#title_bar p {
	margin: 4px 0px 0px 0px;
	color: grey;
}

#main_content {
	width: 1024px;
	min-height: 300px;
	float: left;
	padding-top: 50px;
	margin-bottom: 20px;
}

#main_content h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

#main_content h3 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00b6ec;
}

#main_content #main_area {
	width: 680px;
	float: left;
}

#main_content #sidebar {
	width: 300px;
	float: right;
}

#main_content li {
	margin-left: 20px;
}

#main_content .main_content_third {
	margin-right: 30px;
	width: 311px;
	float: left;
}

#citrix_desc, #wpb_desc, #webcast_desc, #verio_desc,
#tek_desc, #kw_desc, #atlas_desc, #mass_desc, #fist_div, #ko_div {
	display: none;
}

#form_div {
	margin-left: 362px;
	width: 350px;
}

form#form_div input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#form_div textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
.error_class {
	color: teal;
}

#btnSend {
	margin-left: 120px;
	width: 60px;
}

input[type="text"], textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #ccc;
    width: 300px;
}

#message {
	height: 200px;
	width: 300px;
}

.accordian_header {
	padding:  0px 0px 0px 0px;
	width: 440px;
	margin: 0px 293px 0px 293px;
	float: left; 
	border-bottom: 1px #000 solid;
}

.accordian_content {
	padding:  10px 10px 10px 10px;
	width: 420px;
	margin: 0px 293px 0px 293px;
	float: left; 
}

div.accordian_header h4 {
	padding:  0px 0px 0px 0px;
	margin: 5px 10px 0px 10px;
}

div.accordian_header {
	background-color: grey;
	height: 30px;
}

div.accordian_content {
	background-color: white;
}

div.accordian_content p {
	color: #000;
}

#lightbox {
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:url(images/overlay.png) repeat; 
	text-align:center;
}
#lightbox p {
	text-align:right; 
	color:#fff; 
	margin-right:20px; 
	font-size:12px; 
}
#lightbox img {
	box-shadow:0 0 25px #111;
	-webkit-box-shadow:0 0 25px #111;
	-moz-box-shadow:0 0 25px #111;
	max-width:940px;
}

#footer {
	width: 1024px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}
