* {margin:0px; padding:0px;} /* Get rid of browser default margins and padding */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1e1e1e;
	color: #333;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #1e1e1e;
}

/* /////////////// GENERAL STYLES ///////////////*/
#wrapper {
width: 100%;
margin-right:auto;
margin-left: auto;
text-align: center;
padding:0px;
}

img {
	border: none;
	border-collapse:collapse;
}

table,td {
	border: none;
	border-collapse:collapse;
	}

.clear{clear:both; height:0px; margin:-1px; overflow: hidden;}
.clear_right {
	margin: -1px;
	clear: right;
	height: 0px;
	overflow:hidden;
}

a {text-decoration: none; color: #0066cc;}
a:hover{color: #2e7a08;}


/* //////////////////////////////// TOP STYLES ////////////////////////////////////*/

#topnav {
	width: 944px;
	height: 105px;
	margin-top:0px; 
	margin-right:auto;
	margin-left: auto;
	margin-bottom:0px;
	padding:0px;
	background-image: url(http://ets4tech.com/images/iface/bg_topnav_news.gif);
	background-repeat: no-repeat;
	background-position:center top;

}



#topnav #logo {
width: 168px;
height: 105px;
margin:0px;
text-align: left;
float: left;
overflow: hidden;
}

#topnav #phone {
float:right;
width: 776px;
height: 53px;
text-align: right;
overflow: hidden;
}

#topnav #topMainNav {
width: 776px;
height: 30px;
float: right;
text-align: right;
overflow: hidden;
}
/* ///////// SUBNAV: SWAP ALIGNMENT DEPENDING ON SECTION - DEFAULT IS RIGHT FOR ETS SECTION ////////// */
#topnav #topSubNav  {
	width: 710px;
	padding-top:10px; padding-right: 60px;
	float: right;
	text-align: right;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4a63a;

}


#topnav #topSubNav a{
	color: #9c9c9c;
	padding-right:13px;
	text-decoration: none;
}

/* ///////// SET DIFFERENT LINK HIGHLIGHT COLOR FOR TOP DEPENDING ON SECTION ////////// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#topnav #topSubNav a.highLink{
	padding-right:13px;
	text-decoration: none;
	color: #39aa01;
}

#topnav #topSubNav a:hover{
	color: #39aa01;
}


/* //////////////////////////////// CONTENT STYLES //////////////////////////////// */

/* //////////////////////////////// BASE TEXT //////////////////////////////// */
h1 {font-size:20px; font-weight: normal; line-height: 26px; margin-top:6px; margin-bottom:2px; color: #666;}
h2{margin-top: 18px; margin-bottom: 2px; font-size:13px; line-height: 18px;}

h3{
	margin-top: 18px;
	margin-bottom: 2px;
	font-size:12px;
	line-height: 18px;
	color: #267700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
p, ul, ol {font-size: 12px; line-height: 18px; margin-top: 2px; margin-bottom: 12px;}
.lightGrayText{color:#bbbbbb;}
.grayBold{
	color:#595959;
	font-weight: bold;
}
.greenBold{
	color:#168539;
	font-weight: bold;
}
.copy11{
font-size: 11px;
}
.copy11form{
font-size: 11px; line-height: 13px;
}

/* ///////////////CONTENT AREA LINKS - CHANGE PER SECTION /////////////////// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */

/* ///////////////CONTENT AREA BOXES /////////////////// */

#content{padding: 0px 35px 25px 35px;}

#flashBox, #mainContentTop, #mainContentBG, #mainContentBottom, #boxesHome, #ContentBottomHome,#footContent {
	width: 944px;
	margin:0px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
}

#mainContentBG {
	background-color:#bcbcbc;
	background-image:url(http://ets4tech.com/images/iface/bg_content_main.gif); 
	background-repeat: repeat-x;
	}

#mainContentBG #contentBottomBG { 
width:100%;
text-align: left;
background: url(http://ets4tech.com/images/iface/bg_content_bottom.gif) no-repeat left bottom; 
	}	

#mainContentBG #contentBottomBG #mainContentTopBG {
	background-image:url(http://ets4tech.com/images/iface/bg_content_top.gif); 
	background-repeat: no-repeat;
	width:100%;  
	height:39px;
	margin-bottom: -1px;
	
	}
	
/* /////////////// ETS PAGES TEXT /////////////////// */	
#contentLeft {
width: 540px;
text-align: left;
margin: 0px;
padding:0px;
}


/*NEW TEXT STYLES*/

#news h2 {margin-top: 20px; padding-top:4px; margin-bottom: 3px; font-size:13px; line-height: 22px; color:#595959;}

#content p, #content ul, #contentLeft p, #contentLeft ul{font: 12px/19px Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 8px;
}

#content div.about_lists, #contentLeft div.about_lists {
	margin-bottom:10px;
}

#content div.about_lists a, #content div.about_lists p, #contentLeft div.about_lists a, #contentLeft div.about_lists p {
	font-size:12px;
	display:block;
	padding:5px 0px 5px 15px;
	margin-left: 25px;
}
#content div.about_lists p, #contentLeft div.about_lists p {margin-top: 0px; margin-bottom: 0px;}

#content div.about_lists a:link, #content div.about_lists a:visited, #content div.about_lists p, #contentLeft div.about_lists a:link, #contentLeft div.about_lists a:visited, #contentLeft div.about_lists p {
	line-height:12px;
	background: url(http://ets4tech.com/images/iface/resources_bullet_up.gif) no-repeat left center;
}

#content div.about_lists a:hover, #content div.about_lists a:active, #contentLeft div.about_lists a:hover, #contentLeft div.about_lists a:active {
	background-image:url(http://ets4tech.com/images/iface/resources_bullet_over.gif);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:12px;
}

.contactImage{
	margin-top: 12px;
	margin-bottom: 16px;
	}




/* ////////////////////////ETS SECTION FORM STYLES///////////////////////////// */

/*NEW BOX FOR ETS SECTION FORM*/
#formBox {
float: right;
margin: 0px;
padding: 0px;
width: 304px;
}

td.contactBoxHeader{
	padding-top:35px;
	margin: 0px;
	font: 1px/1px "Times New Roman", Times, serif;
}
td.contactBG1 {
	text-align: left;
	background-image: url(http://ets4tech.com/images/iface/bg_contact1.gif);
	background-repeat: repeat-y;
	padding: 10px 18px 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
}

.required_field {color:#CC0000;font-size:11px;
	line-height: 12px;}

.contactBG1 #form_table {
	width:100%;
}

.contactBG1 #form_table td {
	font-size:11px;
	line-height: 12px;
	padding-top:4px;
}

.contactBG1 #form_table input {
	font-size:11px;
	line-height: 12px;
	color: 1e1e1e;
	width:200px;
	border:1px solid #999999;
}

.contactBG1 #form_table textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color: 1e1e1e;
	width:100%;
	border:1px solid #999999;
	height:80px;
	margin-top:0px;
}

.contactBG1 #form_table .index_submit {
	border:0px solid #fff;
	background-color:#fff;
	background:none;
	background-image:url(http://ets4tech.com/images/iface/submit_green.gif);
	background-repeat:no-repeat;
	width:78px;
	height:20px;
	cursor: hand;
}

.contactBG1 #form_table #your_message_text {
	padding-top:0px;
	margin:0px;
}

/* ADDED FOR CLICK-TO-CALL */

#callBox {
	margin-top: 3px;
	margin-bottom: 18px;
	padding:8px 10px 6px 6px;
	text-align: center;
	/*border: 1px solid #67bc56;*/
}

#callBox .phone_input_3 {
    text-align:center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 2.3em;
}
#callBox .phone_input_4 {
    text-align:center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 4.3em;
}
.contactBG1 #callBox .callBtn {
	border:0px;
	background-color:#fff;
	background:none;
	border: none;
	background-image:url(http://ets4tech.com/images/iface/btn_click-to-call_green.gif);
	background-repeat:no-repeat;
	width:110px;
	height:21px;
	cursor: hand;
}
td.bgPhone {
	background-image: url(http://ets4tech.com/images/iface/bg_phone.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



/* //////////////////////////////// FOOTER STYLES //////////////////////////////// */

#mainContentBottom{
padding-top: 14px;
padding-bottom:20px;
}


/* / FOOT LINKS IN DARK STRIP / */

#wrapperFootNav{
	width: 100%;
	height: 39px;
	margin-right:auto;
	margin-left: auto;
	text-align: center;
	margin-top:0px;
	padding:0px;
	background-color: #151515;
}
#wrapperFootNav #helpDeskBG{
	width: 944px;
	height: 39px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ///// SWAP HELPDESK ICON DEPENDING ON SECTION //// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#wrapperFootNav #helpDeskBG{
	background-image: url(http://ets4tech.com/images/iface/icon_helpdesk_g.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

#wrapperFootNav #helpDeskBG #footLinks {
	width: auto;
	padding-top: 13px;
	padding-right:6px;
}
#wrapperFootNav #helpDeskBG #footLinks #footNavLeft {
float: left;
width: 800px;
text-align: left;
font-size: 10px;
line-height: 12px;
margin: 0px;
padding: 0px;
}

#wrapperFootNav #helpDeskBG #footLinks #footNavLeft a{
text-transform: uppercase;
color: #999;
padding-left: 18px;
padding-right: 18px;
}

/* ///// SWAP HOVER COLOR DEPENDING ON SECTION //// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */

#wrapperFootNav #helpDeskBG #footLinks #footNavLeft a:hover{
color: #33cc33;
}


#wrapperFootNav #helpDeskBG #footLinks #footNavRight {
	float: right;
	width: 110px;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

#wrapperFootNav #helpDeskBG #footLinks #footNavRight a{
text-transform: uppercase;
color: #ccc;
padding-left: 6px;
}

#wrapperFootNav #helpDeskBG #footLinks #footNavRight a:hover{
color: #33cc33;
}


/* ///////////// FOOT CONTENT VERY BOTTOM - INFO AND COPYRIGHT ///////////// */

#wrapperBottom {
	width: 100%;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:15px;
	text-align: center;
	padding:0px;

}

#partners, #bottomInfo{
	width: 944px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:12px;
}

#bottomInfo p, #bottomInfo p.copyright{
font-size: 12px;
color: #666;
line-height:18px;
margin-top:10px;
margin-bottom:12px;
}

#bottomInfo p.copyright{
font-size: 10px;
}


/* //// SWAP LINK COLORS DEPENDING ON SECTION /// */
/* ///////// THE ETS SECTION IS THE DEFAULT ////////// */
#bottomInfo a {
color: #2e7a08;
}
#bottomInfo a:hover {
color: #33cc33;
}



/*New header*/

#header {
	background:url('http://www.etsonline.com/web 2/images/bg-header.jpg') repeat-x;
}
#header .holder {
	width:942px;
	height:110px;
	margin:0 auto;
	position:relative;
}
.logo {
	margin:0;
	padding:22px 0 0 14px;
	height:56px;
	width:172px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	float: left;
}
.logo a {
	background:url('http://www.etsonline.com/web 2/images/logo.png') no-repeat;
	cursor:pointer;
	height:100%;
	display:block;
}
#header .menu {
	float:right;
	margin:8px 13px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	display:inline;
}
#header .menu li {
	float:left;
	background:url('http://www.etsonline.com/web 2/images/separator01.gif') no-repeat 0 0;
	padding:3px 4px 8px 21px;
	margin:11px 1px 0 -1px;
}
#header .menu a {
	float:left;
	color:#ccc;
	font-weight:bold;
}
#header .menu .live-chat {
	float:left;
	/*background:url(http://www.etsonline.com/images/live-chat.gif) no-repeat;
	text-indent:-9999px;*/
	overflow:hidden;
	width:100px;
	height:37px;
	margin:-11px 0 0;
	position:relative;
}
#nav {
	position:absolute;
	/*bottom:13px;*/
	bottom: 25px;
	right:22px;
	margin:0;
	padding:0;
	list-style:none;
	z-index: 5000;
}
#nav li {
	float:left;
}
#nav a {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
}
#marketing #nav a.selected {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
	color: #f4a63a;
}
#about #nav a.selected{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	cursor:pointer;
	color: #39aa01;
}
#nav a span {
	height:90px;
	width:100%;
	float:left;
}
/*#nav .marketing {
	width:126px;
	margin:0 -6px 0 0;
	position:relative;
}
#nav .marketing span {
	background:url('http://www.etsonline.com/web 2/images/marketing.png') no-repeat;
}
#nav .it {
	width:126px;
	margin:0 -10px 0 0;
	position:relative;
}
#nav .it span {
	background:url('http://www.etsonline.com/web 2/images/it.png') no-repeat;
}
#nav .managed {
	width:126px;
}
#nav .managed span {
	background:url('http://www.etsonline.com/web 2/images/managed.png') no-repeat;
}*/
#nav .marketing {
	width:126px;
	margin:0 -6px 0 0;
	position:relative;
}
#nav .marketing span {
	background:url(http://www.etsonline.com/images/marketing.png) no-repeat;
}
#nav .medusa {
	width:66px;
	margin:0 2px 0 0;
	position:relative;
}
#nav .medusa span {
	background:url(http://www.etsonline.com/images/medusa.png) no-repeat;
}
#nav .it {
	width:106px;
	margin:0 -15px 0 0;
	position:relative;
}
#nav .it span {
	background:url(http://www.etsonline.com/images/it.png) no-repeat;
}
#nav .managed {
	width:126px;
}
#nav .managed span {
	background:url(http://www.etsonline.com/images/managed.png) no-repeat;
}


#nav .contact, #nav .resources, #nav .about, #nav .blog {
	width:25px;
	height:8px;
	margin:10px 0 0 25px;
}
#nav .blog span {
	background:url('http://www.etsonline.com/web 2/images/blog.png') no-repeat;
}
#nav .about {
	width:48px;
	margin-left:39px;
}
#nav .about span {
	background:url('http://www.etsonline.com/web 2/images/about.png') no-repeat;
}
#nav .resources {
	width:57px;
	margin-left:38px;
}
#nav .resources span {
	background:url('http://www.etsonline.com/web 2/images/resources.png') no-repeat;
}
#nav .contact {
	width:60px;
	margin-left:37px;
}
#nav .contact span {
	background:url('http://www.etsonline.com/web 2/images/contact.png') no-repeat;
}
#nav li.hover .blog span, #nav li:hover .blog span, #nav li.hover .about span, #nav li:hover .about span, #nav li.hover .resources span, #nav li:hover .resources span, #nav li.hover .contact span, #nav li:hover .contact span {
	margin:-8px 0 0;
}
#nav li.selected span{margin:-8px 0 0;}
#nav li.hover a span, #nav li:hover a span {
	margin:-30px 0 0;
}
#nav li.hover .hasdrop span, #nav li:hover .hasdrop span {
	margin:-60px 0 0;
}
#nav li.hover, #nav li:hover {
	position:relative;
}
#nav li.hover .drop, #nav li:hover .drop {
	display:block;
}
#nav .drop {
	display:none;
	position:absolute;
	top:30px;
	left:-9px;
	height:414px;
	width:219px;
	z-index: 1000;
}
#nav .drop .frame {
	background:url('http://www.etsonline.com/web 2/images/bg-drop.png') no-repeat;
	width:408px;
	height:213px;
	padding:6px 0 0 6px;
}
#nav .drop a {
	height:auto;
	width:auto;
	display:block;
	position:relative;
	text-indent:0;
	cursor:pointer;
}
#subnav {
	position:absolute;
	right: 20px;
	list-style: none;
	bottom: -7px;
	z-index: 1;
}
#marketing #header #subnav a.highLink,#marketing #header #subnav a:hover{
	color: #f4a63a;
	text-decoration: none;
}
#about #header #subnav a.highLink,#about #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}

#contact #header #subnav a.highLink,#contact #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}

#resources #header #subnav a.highLink,#resources #header #subnav a:hover{
	color: #39aa01;
	text-decoration: none;
}
#it #header #subnav a.highLink,#it #header #subnav a:hover{
	color: #2491fd;
	text-decoration: none;
}

#it #header #subnav a{
	color: #ccc;
	text-decoration: none;
}


#subnav li {
	float:left;
	padding: 0 0 0 20px;
}
#subnav a {
	float:left;
	/*height:30px;*/
	cursor:pointer;
	color:#ccc;
	font-weight:bold;
}
#subnav a.consultLink 
{
	color: #35fd71;
}
/*new header end*/

.partners {
	width:911px;
	overflow:hidden;
	margin:0 auto;
	padding:29px 12px 10px 11px;
}
.partners ul {
	margin:0 auto 0 auto;
	padding:0;
	list-style:none;
	display:table
}
.partners ul li {
	display:table-cell;
	vertical-align:middle;
	padding:0 27px 0 0;
}
.partners ul li a {
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 30px 0 0;
}
.partners ul .wantech {
	background:url(http://www.etsonline.com/images/wantech.gif) no-repeat;
	width:46px;
	height:36px;
}
.partners ul .evo {
	background:url(http://www.etsonline.com/images/evo.gif) no-repeat;
	width:55px;
	height:19px;
}
.partners ul .alliance {
	background:url(http://www.etsonline.com/images/alliance.gif) no-repeat;
	width:44px;
	height:22px;
}
.partners ul .obc {
	background:url(http://www.etsonline.com/images/obc.gif) no-repeat;
	width:42px;
	height:21px;
}
.partners ul .cisco {
	background:url(http://www.etsonline.com/images/cisco.gif) no-repeat;
	width:43px;
	height:26px;
}
.partners ul .hp {
	background:url(http://www.etsonline.com/images/hp.gif) no-repeat;
	width:36px;
	height:20px;
}
.partners ul .microsoft {
	background:url(http://www.etsonline.com/images/microsoft.gif) no-repeat;
	width:69px;
	height:12px;
}
.partners ul .sonicwall {
	background:url(http://www.etsonline.com/images/sonicwall.gif) no-repeat;
	width:68px;
	height:17px;
}
.partners ul .dell {
	background:url(http://www.etsonline.com/images/dell.gif) no-repeat;
	width:47px;
	height:15px;
	margin-right:0;
}
.partners .by {
	width:124px;
	height:37px;
	float:right;
	margin:5px 0 0;
}
.partners .by span {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(http://www.etsonline.com/images/text-supported.gif) no-repeat;
	width:62px;
	height:12px;
	margin:11px 19px 0 0;
}
.partners .by a {
	float:left;
	background:url(http://www.etsonline.com/images/text-hersh.gif) no-repeat;
	width:43px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}

#partners, #bottomInfo {
	width: 944px;
	padding:0px;
	margin-right:auto;
	margin-left: auto;
	margin-top:30px;
	margin-bottom:12px;
}