/* v2.2 | 2011/02/13 | Leon is the bestest*/


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, textarea, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: tahoma, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	margin:0px;
	padding: 0;
/*	background-color: #aaa*/
}

body {
	margin:0 auto;
	color:#000000;
	min-width: 1000px;
	/*margin: 0 auto;*/
	position: relative;
	background: white url("/images/bkg.jpg") top left repeat;
	/*background-color: #333;*/
}

div.body {
	margin: 0 auto;
	overflow: hidden;
}

div.head {
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 3px 1px #555;
	-webkit-box-shadow: 0 0 3px 1px #555;
	box-shadow: 0 0 3px 1px #555;
	z-index: 9000;
}
#headwrap {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	background: url("images/navborder.png") repeat-x;
	background-position: bottom;
}
#xxheaderxx
{
	width:1000px;
	margin: 0 auto;
}
#corelogo
{
	position: relative;
	left: 35px;
	float: left;
}
#contactdetails {
	float: right;
	margin-top: 1em;
	margin-right: 35px;
	text-align: right;
}
#navwrap {
	width: 100%;
	position: relative;
}
#nav {
	margin: 0;
	padding: 0;
	display: block;
	height: 52px;
	clear: both;
	font-size: 0.8em;
	height: 48px;
	position: relative;
	left: -1.6em;
	padding-left: 20px;
	margin: 0 auto;
	padding-left: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #444 0px 2px 1px;
}
#nav a {
	text-decoration: none;
}
.dropdown {
	position: absolute;
	left: -99999px;
	text-align: left;
	padding: 10px;
	border-top: none;
	width: 280px;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;

	/* Background */
	background: #2E2E2E;

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	z-index: 2000;
}
#navservices .dropdown {
	width: 560px;
}
.drop_inner {
	-moz-border-radius: 1px 1px;
	-webkit-border-radius: 1px 1px;
	border-radius: 1px 1px;
	margin: 5px;
	background: #3f3f3f;
}
.drop_inner .navLeft{
	float: left;
	width: 50%;
}
.drop_inner .navRight{
	float: left;
	width: 50%;
}
#nav li:hover .dropdown{
	left: 0;
}

#nav li .dropdown a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 25px;
	height: 25px;
	padding: 2px 7px;
}
#nav li .dropdown a:hover {
	background-color: #3f3f3f;
	color: white;
}
#nav .dropdown .link_header {
	text-decoration: none;
}
#article .contact_page {
	padding-top: 15px;
}
.sidebar {
	float: left;
	margin-bottom: 2em;
	padding-left: 1em;
}
#contact_menu a.tab {
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	font-size: 12pt;
	color: #666;
	border-bottom: 3px solid #aaa;
	text-decoration: none;
}

#contact_menu a.tabSelected {
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 0;
	font-size: 12pt;
	color: black;
	border-bottom: 3px solid #555;
	text-decoration: none;
}
#contact_menu {
	margin-left: 17em;
}

.hidden {
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #333;
	display: none;
}
#contact_nav {
	margin: 0.5em 0 1.5em;
}

#nav>li {
	float: left;
	display: block;
	background: url("images/navbackground.png") repeat-x;
	position: relative;
	overflow: visible;
}

#nav > li > a, #nav > li > div > a {
	margin: 0;
	padding: 0;
	display: block;
	height: 48px;
	padding: 0 1.25em;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 1.25em;
	/*background: url(images/coremenu.png) no-repeat;*/
	border-right: 1px solid black;
}

#navlefthook {
	background: url("images/navleft.png");
	background-repeat: no-repeat;
	padding-left: 50px;
}
#navrighthook {
	background: url("images/navright.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 50px;
}

#nav li.last_nav a {
	border-right: none;
}

/*hover state*/

#nav li:hover {
	background-position: 0 -48px;
}
#nav li:hover #navlefthook {
	background-position: 0 -48px;
}
#nav li:hover #navrighthook {
	background-position: right -48px;
}

#main_frame {
	margin: auto;
	height: 100%;
	background-color: #FFFFFF;
}
#mainwrap {
	background-color: #272727;
	position: relative;
}
#slideshow {
	margin: auto;
	text-align: center;
	width: 1000px;
	position: relative;
	height: 354px;
    background: black url(/images/ajax-loader.gif) no-repeat 50% 50%;
}
#company_services img{
	margin: 0 auto;
}

.subwrap {
	margin: auto;
	width: 1000px;
	padding-top: 45px;
}

.widewrap {
	margin: auto;
	background-color: #e9f4fa;
	width: 100%;
	z-index: 9000;
}
br {
	font-size:10px;
}

h1 {
	font-size: 2em;
	color: #484848;
	margin: 0 0 1em;
	clear: both;
}

h2 a {
	color: #5E5E5E;
}

h2, h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	color: #727272;
}



hr {
	background-color:#ccc;
}

p {
	margin: 10px 0;
}

a {
	color: gray;
	text-decoration: underline;
}

#main_frame1 {
	width: 650px;
	margin-left: 55px;
}
#hero {
	margin-left: -220px;
	overflow: hidden;
	float: left;
}
#fadeLeft {
	background-image: url('images/leftFade.png');
	background-repeat: repeat-y;
	background-position: left;
	width: 100px;
	height: 354px;
	z-index: 2000;
	position: absolute;
	left: -220px;
}
#fadeRight {
	background-image: url('images/rightFade.png');
	background-repeat: repeat-y;
	background-position: right;
	width: 100px;
	height: 354px;
	float: right;
	z-index: 2000;
	position: absolute;
	right: -220px;
}
#flashcnt {
	text-align: center;
}
table td {
	vertical-align: top;
}

.subhero {
	height: 120px;
	width: 200px;
	background-color: white;
	margin-left: 35px;
	float: left;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	
	/* Rounded Corners */
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	
	/* nivo slider code */
    position:relative;
    background: black url(/images/ajax-loader.gif) no-repeat 50% 50%;
}

.subhero img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.subhero a {
    border:0;
    display:block;
}
	
.subhero, .nivo-slice {
	/* Rounded Corners - ONLY WORKS ON FADE EFFECT AND SET SLICES TO 1*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#subbreak {
	clear: both;
}
/*subbreak is a non-breaking space below the subsection images. As they are all floated left, it needed something to anchor the div to.*/

#footer, div.l-footer {
	width:100%;
	font-size:10px;
	margin: 35px 0;
	padding: 0 0 20px;
	clear: both;
	background: white;
	border-top: 2px #9a9a9a solid;
}

#footer a
{
	text-decoration:none;
}

.s{
	font-family:Tahoma;
	font-size:11px;
	color:#CBD2D9;
	text-decoration:none;
}
.vm1{
	font-family:Tahoma;
	font-size:11px;
	color:#5E5F60;
	text-align:center;
}
.green{
	font-family:Tahoma;
	font-size:11px;
	color:#9CE438;
}

.red{
	font-family:Tahoma;
	font-size:11px;
	color:#990002;
}

.o{
	font-family:Tahoma;
	font-size:11px;
	color:#FFCC00;
}

.blue{
	font-family:Tahoma;
	font-size:11px;
	color:#2C7F06;
}
.w{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
}
.b{
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
}

.contact_field {
	width:400px;
	height:18px;
	border-style:solid;
	border-width:1px;
	border-color:#949EA7;
	margin-left:10px;
	margin-top:3px;
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
	background-color: white;
}

.floatLeft {
	float:left;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:10px;
}

.floatRight {
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

.partnersLogo {
    vertical-align:middle;
	background:white;
	border:1px solid #999;
	width:190px;
	height:75px;
	text-align:center;
}

#input{
	width:160px;
	height:21px;
}

#input1{
	width:134px;
	height:21px;
}

#textarea{
	width:102px;
	height:48px;
	border-width:1px;
	border-style:solid;
	border:none;
	background-color:#F0EAE3;
	overflow:auto;
}
 
.abc {
	display:none;
}

ul#sub_navigation {
	list-style-type:none;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0 0em;
	border-bottom: 1px solid #fffff;
}

ul#sub_navigation li{
	display:block;
	padding:0;
	margin:0 1.1em 0 0;
	font-weight: normal;
	float: left;
	font-size: 0.7em;
}

ul#sub_navigation li a{
	display:block;
	font-family:verdana, arial;
	color: black;
	text-align:left;
}
ul#sub_navigation li a:hover{
	color: #C11;
}

a.download {
	display: block;
	float: right;
	clear: both;
	border: 0px;
}
a.download img {
	border: 0px;
}

div.download-item {
	border-top: 3hhpx solid #ddd;
	padding: 20px 5px 0px 5px;
	clear: both;
	margin-top: 20px;
}

div.rounded1, div.rounded2{
	height: 10px;
	width: 165px;
	margin: 0 0 0 25px;
}

div.rounded1 {
	background: white url("/images/rounded1.png") top left no-repeat;
}

div.rounded2 {
	background: white url("/images/rounded2.png") bottom left no-repeat;
}


.footerimage {
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 30px 13px 30px 14px;
	z-index: 9000px;

}

#footertext {	
	text-align: center;
	clear: both;
	color: #B4B4B4;
	margin-top: 30px;
}

.articleimages {
	position: relative;

}

#apc_partner {
	background-image: url("/images/partners/apc_partner_grey.png");
	width: 92px;
}
#cisco_partner {
	background-image: url("/images/partners/cisco_partner_grey.png");
	width: 52px;
}
#citrix_partner {
	background-image: url("/images/partners/citrix_partner_grey.png");
	width: 117px;
}
#dell_partner {
	background-image: url("/images/partners/dell_partner_grey.png");
	width: 94px;
}
#doubletake_partner {
	background-image: url("/images/partners/doubletake_partner_grey.png");
	width: 163px;
}
#lenovo_partner {
	background-image: url("/images/partners/lenovo_partner_grey.png");
	width: 65px;
}
#microsoft_partner {
	background-image: url("/images/partners/microsoft_partner_grey.png");
	width: 88px;
}
#symantec_partner {
	background-image: url("/images/partners/symantec_partner_grey.png");
	width: 101px;
}
#apc_partner:hover {
	background-image: url("/images/partners/apc_partner.png");
	width: 92px;
}
#cisco_partner:hover {
	background-image: url("/images/partners/cisco_partner.png");
	width: 52px;
}
#citrix_partner:hover {
	background-image: url("/images/partners/citrix_partner.png");
	width: 117px;
}
#dell_partner:hover {
	background-image: url("/images/partners/dell_partner.png");
	width: 94px;
}
#doubletake_partner:hover {
	background-image: url("/images/partners/doubletake_partner.png");
	width: 163px;
}
#lenovo_partner:hover {
	background-image: url("/images/partners/lenovo_partner.png");
	width: 65px;
}
#microsoft_partner:hover {
	background-image: url("/images/partners/microsoft_partner.png");
	width: 88px;
}
#symantec_partner:hover {
	background-image: url("/images/partners/symantec_partner.png");
	width: 101px;
}
#footerpartners {
	padding: 0;
}

#contact_wrap {
	width: 700px;
	margin: auto;
	z-index: 110000;
	position: relative;	
}
#contact_tab {
	z-index: 110000;
	position: absolute;
	top: 0px;
	right: 20px;
	color: white;
	height: 18px;
	padding: 0.6em;
	text-align: center;
	font-size: 0.8em;
	background-color: #242424;
	background-repeat: no-repeat;
	padding-bottom: 0;
	line-height: 10px;
}

#contact_window {
	position: absolute;
	z-index: 50000;
	top: -383px;
	right: 0;
	color: white;
	width: 100%;
	background-color: rgba(36, 36, 36, 0.8);
}
#contact_window a {
	color: #2DC93B;
	text-decoration: underline;
}

#contact_window > form {
	padding: 0 20px 10px;
}
#contact_window table {
	width: 101.1%;
}
#contact_window label {
	font-size: 0.9em;
	text-transform: capitalize;
	margin-top: 0.8em;
}
.formInput {
	border: 1px inset;
	margin: 5px 0 8px;
	padding: 0.5em;
	font-size: 0.8em;
	background-color: #EEE;
	float: left;
	width: 90%;
}
.formRight .formInput{
	width: 94%;
}
.formTop td{
	width: 50%;c
}
.formBottom .formInput{
	width: 97%;
}
#formSubmit, #formCancel {
	cursor: pointer;
}
#formSubmit {
	background-color: #4880DB;
	border: 0;
	color: white;
	padding: 0.6em;
	margin: 0;
}
#formCancel {
	background-color: #CC0001;
	border: 0;
	color: white;
	padding: 0.6em;
	margin: 0 0.5em;
	float: right;
}
#darkbackground {
	background-color: #000000;
	opacity: 0; /* Safari, Opera */
	-moz-opacity:0; /* FireFox */
	filter: alpha(opacity=0); /* IE */
	z-index: 40000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

/*article pages*/
#article {
	background: #f3f2f3;
	margin: auto;
	width: 910px;
	padding-top: 1px;
	/*^^^IF YOU CHANGE THIS THEN GET RID OF THE NEGATIVE MARGIN TOP ON .CONTACT_PAGE*/
}
#article ul{
	list-style: none;

}
#article li{
	margin: 1em;
	font-family: myriad pro, verdana, arial;
	padding: 5px 5px;
}

#article h1, h2, h3 {
	color: black;
	font-family: myriad pro, verdana, arial;
	padding-left: 10px;
}

#article p {
	color: #312d30;
	font-family: myriad pro, verdana, arial;
	padding: 15px 15px;
}
#anchor {
	clear: both;
}
#successMessage {
	background-color: #E0F5B8;
	text-align: center;
	padding: 0.5em 0;
	color: #17492F;
}
