@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size:13px;
	color:#D5D5D5;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(../graphics/top_bgrpt.jpg) repeat-x;
}
html {
   overflow-y: scroll;
}

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
}
ul, ol, li { list-style-type:none;}
img, fieldset, input {
	border:0;
	float:left;
	outline:none;
}
a {
	outline:none;
	border:none;
	text-decoration:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}
.display {
	display:none;
}
.clear {
	clear:both;
}
/******** Main Container ********/
.wrapper {
	width:963px;
	margin:auto;
}
/******** Header Region Css ********/
#header {
	width:961px;
	height:auto;
	float:left;
	height:136px;
	background-color:#222222;
}
#header h1 {
	width:auto;
	float:left;
	padding:30px 0 0 0;
}
#header_right, .right_inner {
	width:649px;
	height:auto;
	float:left;
}
#log {
	width:83px;
	height:35px;
	float:right;
	text-align:center;
	background:url(/graphics/login_bg.gif) no-repeat;
}
#log a {
	font-size:11px; line-height:32px; color:#000;
}

/******** navigationgation Bar ********/
ul.navigation {
	float:right;
	width:611px;
	padding:18px 0 7px 0;
}
ul.navigation li {
	float:left;
	width:auto;
	padding:10px 12px;
	background:url(/graphics/tab_seprator.png) 0 0 no-repeat;
}
ul.navigation li.sep_out {
	background:none;
}
ul.navigation li.padd_out {
	padding:10px 0 10px 12px;
}
ul.navigation li a {
	float:left;
	height:19px;
}
/**** Home ****/
a.home {
	background:url(/graphics/tab_home.gif) 0 -19px no-repeat;
	width:56px;
}
a.home:hover, .home_active {
	width:56px;
	background:url(/graphics/tab_home.gif) no-repeat;
	float:left;
	height:19px;
}

/**** Overview ****/
a.over {
	background:url(/graphics/tab_overview.gif) 0 -19px no-repeat;
	width:71px;
}
a.over:hover, .over_active {
	width:71px;
	float:left;
	height:19px;
	background:url(/graphics/tab_overview.gif) no-repeat;
} 

/**** Applications ****/
a.app {
	background:url(/graphics/tab_applications.gif) 0 -19px no-repeat;
	width:99px;
}
a.app:hover, .app_active {
	width:99px;
	float:left;
	height:19px;
	background:url(/graphics/tab_applications.gif) no-repeat;
}

/**** Network ****/
a.net {
	background:url(/graphics/tab_network.gif) 0 -19px no-repeat;
	width:125px;
}
a.net:hover, .net_active {
	width:125px;
	float:left;
	height:19px;
	background:url(/graphics/tab_network.gif) no-repeat;
}

/**** Contact Us ****/
a.contact {
	background:url(/graphics/tab_contactus.gif) 0 -19px no-repeat;
	width:77px;
}
a.contact:hover, .contact_active {
	width:77px;
	float:left;
	height:19px;
	background:url(/graphics/tab_contactus.gif) 0 0 no-repeat;
}
/**** Contact Us ****/
a.blog {
	background:url(/graphics/tab_blog.gif) no-repeat;
	width:48px;
}

/******** Chatting Logos ********/
ul.chat_link {
	float:right;
	width:190px;
}
ul.chat_link li {
	float:left;
	width:auto;
	padding:0 0 0 10px;
	font-size:13px; color:#B2B2B2; line-height:20px;
}
a.face {
	background:url(/graphics/icn_facebook.gif) no-repeat;
	width:25px;
	height:24px; float:left;
}
a.twit {
	background:url(/graphics/icn_twitter.gif) no-repeat;
	width:22px;
	height:24px; float:left;
}
a.inn {
	background:url(/graphics/icn_linkedin.gif) no-repeat;
	width:24px;
	height:24px; float:left;
}



/******** Container Region Css ********/
#content {
	float:left;
	width:100%;
}

/******** Footer Css ********/
#footer { float:left; width:957px; border:1px solid #E9E9E9; background-color:#FFF; padding:1px;}
#footer_mid { float:left; width:957px; background:#F8F8F8 url(../graphics/footer_bgrpt.jpg) repeat-x; padding:10px 0;}
#footer p {
	float:left;
	width:956px;
	font-size:11px; line-height:18px; color:#5D5D5D;
	text-align:center;
}
#footer p a {
	color:#008EBC;
	text-decoration:underline;
}
#footer p a:hover {
	text-decoration:none;
}
#footer_logos {
	float:left;
	width:961px;
	padding:0 0 0 195px;
	padding:38px 0 25px 0;
}
#cust_supp {
	float:left;
	width:195px;
	height:52px;
	background:url(/graphics/icn_support.jpg) no-repeat;
}
#month_month {
	float:left;
	width:286px;
	height:52px;
	background:url(/graphics/icn_keys.jpg) center top no-repeat;
}
#long_term {
	float:left;
	width:214px;
	height:52px;
	background:url(/graphics/icn_calender.jpg) center top no-repeat;
}
#your_app {
	float:left;
	width:265px;
	height:52px;
	background:url(/graphics/icn_applications.jpg) center top no-repeat;
}