/***** Global Settings *****/




html, body {
height: 100%;
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 lucida grande, arial, helvetica, sans-serif;
background: #d9e2ed url(../images/bg.gif) repeat-x;
}

#masthead {
	height: 133px;
}
#masthead #wrap {
	position: relative;
}
#masthead .logo_app {
	float: left;
	width: 150px;
}
#masthead .logo_reseller {
	float: left;
	width: 230px;
	height: 133px;
	background: url(../images/bg_header.gif) repeat-x;
}
#masthead .logo_reseller img {
	
	padding: 35px 0 0 0;
}
#masthead .curves {
	width: 144px;
	height: 133px;
	background: url(../images/header_curves.gif) no-repeat;
	float: left;
}
#masthead .login {
	width: 250px;
	height: 32px;
	background: url(../images/header_login.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#masthead .login .name {
	padding: 10px 0 0 45px;
}
#masthead .login .name a {
	color: #b1b1b1;
	font-weight: bold;
	background: url(../images/icon_key.gif) no-repeat;
	padding: 0 0 0 22px;
}
#masthead .login .name a:hover {
	color: #efefef;
}
#masthead .headerlinks {
	width: 450px;
	position: absolute;
	top: 100px;
	right: 0;
	text-align: right;
	font-size: 8pt;
}
#masthead .headerlinks a {
	color: #666;
	border-bottom: 1px solid #909090;
}
#masthead .headerlinks a:hover {
	color: #333;
}
.navigation {
	float: left;
}






#footer {
	min-width:770px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
	background: url(../images/bg_footer.gif) repeat-x;
	height: 58px;
}
#footer .calltoaction {
	text-align: center;
	padding-top: 15px;
	font-size: 1.5em;
}

/***** Common Formatting *****/



p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

.tabs {
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.tabs ul{
margin:0;
padding:0;
list-style:none;
}

.tabs li{
display:inline;
height: 46px;
padding:0;
}


.tabs a {
float:left;
color: #333;
background: url(../images/tab_off_left.gif) no-repeat left top;
margin:0;
padding:0;
text-decoration:none;
letter-spacing: 1px;
height: 46px;
}

.tabs a span{
float:left;
display:block;
background: url(../images/tab_off.gif) no-repeat right top;
padding: 0px;
margin: 0 4px 0 17px;
padding: 0 17px 0 0;
height: 46px;
line-height: 60px;
}

.tabs a span{
float:none;
}

.tabs a:hover, .tabs a.current {
background: url(../images/tab_on_left.gif) no-repeat left top;
}

.tabs a:hover span, .tabs a.current span {
background: url(../images/tab_on.gif) no-repeat right top;
color: #5177a7;
}


.tabcontainer{
clear: left;
padding: 10px 0 7px 0;
}

.sublinks {
display:none;
}
.sublink {
	float: left;
	font-size: 8pt;
}
.sublink#current {
	background: url(../images/subnav_highlight.gif) right top no-repeat;
}
.sublink .subnavleft {
	float: left;
	width: 10px;
	height: 25px;
}
.sublink#current .subnavleft {
	width: 17px;
	background: url(../images/subnav_highlight_left.gif) no-repeat;
}
.sublink a {
	height: 25px;
	padding: 0 17px 0 0;
	line-height: 23px;
	color: #264a78;
	font-weight: bold;
	text-decoration: none;
}
.sublink a:hover {
	text-decoration: underline;
}
.sublink#current a {
	height: 25px;
	padding: 0 17px 0 0;
	color: #5888c4;
	text-decoration: none;
	font-weight: normal;
}

/** dropdown **/


.navdropdown {
	float: right;
	width: 242px;
	height: 46px;
	background: url(../images/tab_dropdown.gif) no-repeat;
}
.navdropdown:hover {
	background-position: 0 -46px;
}
.navdropdown h3 {
	padding: 10px;
	margin-bottom: 0;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: right;
	background: url(../images/dropdown_section.gif) no-repeat;
}



#dropdown {
	width: 242px;
	z-index: 101;
}
#dropdown, #dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdown a {
	display: block;
	text-decoration: none;
}
#dropdown li.trigger a.trigger {
	width: 242px;
	height: 46px;
	color: #333;
	font-size: 8pt;
	text-align: right;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
}
#dropdown li.trigger a span {
	padding-right: 40px;
}
#dropdown li {
	float: left;
}
#dropdown li {position: relative;}

/* hide from IE mac \*/
#dropdown li {position: static; width: auto;}
/* end hiding from IE5 mac */

#dropdown li ul.drop {
	width: 240px;
	z-index: 101;
}
#dropdown ul li {

}
#dropdown ul li a.trigger  {
	width: 400px;
	height: 60px;
	line-height: 60px;
}
#dropdown li ul {
	position: absolute;
	display: none;
	background-color: #666;
	border: 1px solid #333;
	border-top: none;
	background-repeat: repeat-x;
}
#dropdown li:hover a, #dropdown a:focus,
#dropdown a:active, #dropdown li.p7hvr a {
	color: #000000;
}
#dropdown li:hover ul, #dropdown li.p7hvr ul {
	display: block;
}
#dropdown li:hover ul a, #dropdown li.p7hvr ul a {
	background-color: transparent;
}
#dropdown li.dropdownlist a {
	border-bottom: 1px solid #454545;
	background: #505050 url(../images/dropdown_link_off.gif) repeat-x;
	font-size: 8pt;
	padding: 5px;
	color: #efefef;
	width: 230px;
}
#dropdown li.dropdownlist a:hover {
	background: #161616 url(../images/dropdown_link_on.gif) right top no-repeat;
	color: #fff !important;
}




/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left;margin: 0 15px 15px 0; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
