html, body, ul, ol, li, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	border-color: none;
	color: #000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

h2{
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#069;
}

html {
	height:100%;
}

body {
	margin:0 auto;
	background-color: #012440;
	background-image:url(../../assets/graphics/bodyBKG.jpg);
	background-repeat:repeat-x;
	height:100%;
}

#page_div {
	position:relative;
	margin:0 auto;
	width:904px;
	height:100%;
}

#header_div {
	width:904px;
	height:150px;
	background-image:url(../../assets/graphics/header-01.jpg);
	background-repeat:no-repeat;
}

#header2_div {
	width:904px;
	height:150px;
	background-image:url(../../assets/graphics/headerBKG.jpg);
	background-repeat:no-repeat;
}

#flash-menu {
	left:4px;
	width:897px;
	padding-left:4px;
	height:271px;
}

#typical-flash {
	left:4px;
	width:904px;
	padding-left:4px;
	height:127px;
}	

#flashcontent {
		border: 0;
		width: 897px;
		height: 236px;
		float: left;
		margin: 0px;
}

#content_div{
	position:relative;
	width:904px;
	height:auto;
	background-image:url(../../assets/graphics/contentBKG.jpg);
	background-repeat:repeat-y;
}

#left_div{
	position:relative;
	float:left;
	background-image:url(../../assets/images/gradient-logo-small.jpg);
	background-repeat:no-repeat;
	height:450px;
	width:116px;
	margin-top:5px;
	margin-left:6px;
	margin-bottom:15px;
	z-index:500;
	text-align:center;
	clear: none;
	overflow: visible;		
}

#left_div p{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

#left_div a:visited,
#left_div a:active,
#left_div a:link{
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:110px;
	height:15px;
}

#left_div a:hover{
	color:#ccc;	
}

#leftMenu{
	position:relative;
	height:auto;
	width:113px;
	background-image:url(../../assets/graphics/leftMenuBKG.png);
}

#main_div{
	position:relative;
	float:left;
	height:auto;
	width:500px;
	padding:5px;
	border-bottom-color:#000000;
	border-width:2px;
	text-align:left;
	
}

#virtualization{
	position:relative;
	float:left;
	height:auto;
	width:750px;
	padding:5px;
	border-bottom-color:#000000;
	border-width:2px;
	text-align:left;
}

#powerSolutions{
	position:relative;
	float:left;
	height:auto;
	width:750px;
	padding:5px;
	border-bottom-color:#000000;
	border-width:2px;
	text-align:left;
}

#managedServices{
	position:relative;
	float:left;
	height:auto;
	width:750px;
	padding:5px;
	border-bottom-color:#000000;
	border-width:2px;
	text-align:left;
}

#templates_div{
	position:relative;
	float:left;
	height:auto;
	width:670px;
	text-align:left;
	
}

#template_header_menu_extension{
	position:absolute;
	height:104px;
	width:63px;
	top:0px;
	left:605px;
	background-image:url(../../assets/graphics/template_header_menu_extension.jpg);
}

#info_div{
	position:relative;
	float:left;
	height:auto;
	width:770px;
	padding:5px;
	border-bottom-color:#000000;
	border-width:2px;
	text-align:left;
	
}

#info_div p{
	padding-left:10px;
	padding-right:20px;
}

#right_div {
	position:relative;
	float:left;
	height:auto;
	width:210px;
	top: 10px;
	margin-left:5px;
	text-align:justify;
}

#tweet-top{
	position:absolute;
	height:53px;
	width:250px;
	left:0px;
	background-image:url(../../assets/graphics/tweets-top.jpg);
	z-index:1000;
}

#footer_div{
	position:relative;
	width:904px;
	height:166px;
	background-image:url(../../assets/graphics/footer-01.jpg);
}

#footer-menu{
	position:absolute;
	top:135px;
	width:894px;
	height:auto;
	text-align:center;
	left:140px;
}


#clearit {
	clear: both;	
}


.clearit {
	clear: both;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
}

.hr {
	
	
}

#double-column-width{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	display:block;
	width:200px;
	height:20px;
	text-align:center;
}

/* DROP DOWN PANEL CSS */

#dropdownpanel{ /*Outermost Panel DIV*/
	position: absolute;
	width: 258px;
	left: 0;
	top: 0;
	visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
	position:relative;
	top:-4px;
	color:#2A1FFF;
	padding-top:0px;
	padding-left: 10px;
	background-position:0 -5px;
	background-image: url(../../assets/graphics/panel-bkg.png);
	background-repeat: repeat-y;
}

#dropdownpanel .control{ /*Div containing panel button*/
	position:relative;
	top:-4px;
	background: url("../../assets/graphics/panel-tab.png") no-repeat;
	height: 25px;
}

#dropdownpanel .control:hover{ 
	background-position:0 -25px;
}

#drop{
	position:absolute;
	right:250px;
	top:0px;
	z-index:10000;
}

#drop h2{
	font-size:12px;
	font-weight:bold;
	display:block;
	width:175px;
	background-color:#2A1FAA;
	color:#fff;
	border-width: thin;
	border-style: double;
	border-color: #000;
}



#drop a:visited,
#drop a:active,
#drop a:link{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

#drop a:hover{
	color:#2A1FFF;	
}


#drop li{
	display: list-item;
	list-style-type: none;
	padding:0;
	padding-right:20px;
}

a.tooltip{
	border-bottom:1px dashed #2A1FFF;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}


/* TABLES */

table{
	height:auto;
	text-align:center;
	vertical-align:top;
}

#powerSolutions table{
	height:auto;
	text-align:left;
	vertical-align:middle;
}

td, th{
	border: 0 solid #2A3FAA;
	font-size:12px;
	color: #006;
}

table p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin: 5px;		
}

.table-header{
	background-color:#2A3FAA;
	font-weight:bold;
	color:#fff;
}

.mail-column1{
	width:540px;
	height:auto;
	vertical-align:top;
	padding:0px;	
}

.web-column1{
	width:440px;
	height:auto;
	vertical-align:top;
	padding:0px;
}

.managedServicesTable{
	width:740px;
	height:auto;
	background-color:#fff;
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
}

.managedServicesTable{
	border:none;
}

