@charset "utf-8";
/* Global styles. Content:
 - reset styles
 - element styles
 - Headings
 - Misc
 - Layout
 - Footer
 - Forms
 - Full Width / OneColumn Pages style in one_column.css
 - navigation styles are in navigation.css
			Color guide
			----------------
			#C2C5C6			body background
			#f5f5f5			main bg
			#33333			text, links, mainNav,
			#b70024			hover links.
*/

/* reset styles */
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, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
caption, th {
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
address, caption, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/* end reset */

body {
	background: #C3C4C6 url(Images/bg_body.jpg) repeat-x 0px 0px;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	/* sets all font size to 10px, now resize subsequent elements in em. e.g. 1.2 em = 12px. watch out for inheritance!! */
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #B70024;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-size: 1em;
}
p.more a, p.more a:visited {
	background: url(Images/arrow_more.gif) no-repeat right 3px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 1.1em;
	font-weight: normal;
	_background-position: right 2px; /* ie6 shows 1px too low */
}
.clear {
	clear: both;
	_height: 1%; /* clears show too tall in ie6 */
}
/* Headings
-------------------- */
h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 25px;
	color: #9F3538;
}
h2 {
	font-size: 1.5em;
	color: #9F3538;
	margin-bottom: 8px;
	text-transform: uppercase;
	clear: both;
}
h2 a {
	color: #9F3538 !important;
}
h3 {
	margin: 10px 0 5px;
	padding: 0px;
	color: #9F3538;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	clear: both;
}

h3 a {
	color: #9F3538 !important;
}

#sidebar h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 0px;
	overflow: hidden;
}
h4 {
	font-size: 1.1em;
	clear: both;
}
/* Misc
-------------------- */
.left {
	float: left;
}
.right {
	float:	right;
}
img.feature {
	border: solid 1px #fff;
}
img.right {
	margin: 5px 0 5px 20px;
}
img.left {
	margin: 5px 20px 5px 0;
}
img.banner {
	margin: 10px 0 20px;
}
p.img-with-caption {
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}
.learn-more a {
	padding-left: 10px;
	background: url(Images/bullet_learnmore.gif) no-repeat 0px 5px;
}

hr {
	color: #B70024;
	background: #B70024;
	border: 0;
	height: 1px;
}
hr.break {
	margin: 0px;
	padding: 0px;
}

/* Layout
-------------------- */
#wrapper {
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 64px;
}
#header {
	height: 64px;
	width: 1024px;
	background: url(Images/bg_header.png);
	_background: url(Images/bg_header.gif); /* sending a gif to IE6 */
	z-index: 500;
	position: absolute;
	top: -64px;
}
#masthead {
	position: absolute;
	height: auto;
	width: 100%;
	left: 9px;
	top: 6px;
	z-index: 5;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
body.full #masthead {
	background: url(Images/default.gif) no-repeat;
	height: 106px;
}
body.full .mh_aboutus #masthead {
	background: url(Images/aboutus.gif) no-repeat;
}
body.full .mh_investors #masthead {
	background: url(Images/investors.gif) no-repeat;
}
body.full .mh_products #masthead {
	background: url(Images/products.gif) no-repeat;
}
body.full .mh_products_broadband #masthead {
	background: url(Images/products_broadband.gif) no-repeat;
}
body.full .mh_products_mobile #masthead {
	background: url(Images/products_mobile.gif) no-repeat;
}
body.full .mh_products_network #masthead {
	background: url(Images/products_network.gif) no-repeat;
}
body.full .mh_support #masthead {
	background: url(Images/support.gif) no-repeat;
}
body.full .mh_computex11 #masthead {
	background: url(Images/computex11.png) no-repeat;
}
body.full .mh_cisco11 #masthead {
	background: url(Images/cisco11.png) no-repeat;
}
body.full .mh_FCoE #masthead {
	background: url(Images/FCoE.png) no-repeat;
}
body.full .mh_ptexpo11 #masthead {
	background: url(Images/ptexpo11.png) no-repeat;
}

#main {
	padding: 0;
	background: url(Images/bg_main_left.png) 0 0 no-repeat;
	width: 968px;
	min-height: 300px;
	height: auto;
	position: relative;
	margin-left: 0px;
	margin-top: 7px;
	/* ie6 png fix in ie.css */
	_zoom: 1;
}
#main_inner {
	background: #FCFCFC url(Images/bg_main.png) repeat-x 0px -6px;
	padding-top: 120px;
	overflow: hidden;
	height: auto;
	width: auto;
	margin: 6px 17px 0px;
	padding-right: 5px;
	padding-left: 10px;
	/* ie6 fixes below */
	_background: #FCFCFC url(Images/bg_main.gif) repeat-x 0 -6px;
	_padding-top: 125px;
	_width: 920px;
}
#main_right {
	background: url(Images/bg_main_right.png) right top no-repeat;
	position: absolute;
	top: 0px;
	width: 17px;
	height: 100%;
	right: 0px;
	z-index: 1;
	/* ie6 fixes below */
	_height: 8600px; /* ie6 doesn't do 100% as one would expect */
	_background: url(Images/bg_main_right.gif) no-repeat;
}
#content {
	width: 930px;
	margin: 0;
	padding: 0;
	color: #555;
}
#main.twocol-page #content {
	width: 665px;
	float: left;
}
#main.twocol-page #sidebar {
	width: 250px;
	float: right;
	padding-top: 5px;
}
/* Footer
-------------------------- */
#footer {
	padding: 0 15px 5px 10px;
	overflow: hidden;
	margin-left: 5px;
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #777;
	_zoom: 1;
}
span.footer-bg {
	background: url(Images/bg_footer.png) no-repeat 0 0;
	height: 25px;
	margin-left: -15px;
	display: block;
	/* ie6 png fix in ie.css */
}

#footernav {
	float: left;
}
p.copyright {
	float: right;
	margin-right: 8px;
	text-transform: uppercase;
}

#footernav li a {
	margin-right: 10px;
	background: url(Images/pipe.gif) no-repeat right;
	padding-right: 13px;
	color: #777;
}
#footernav li a:hover {
	color: #B70024;
}
#footernav li#sitemap a,
#footernav li.last a {
	background: none;
}
#footernav li {
	display: block;
	float: left;
}
/* Lists and Tables are in content.css */

/* Forms ------------------ */
form td {
	vertical-align: top;
}
input, select, textarea, label, form span {
	color: #000;
	font: 1.1em Arial, Helvetica, sans-serif;
}
input, select, textarea {
	border-color: #aaadb2 #dcdfe6 #e2e9ef #e3e3ed;
	margin: 3px;
	padding: 0 0 0 0px;
	border-width: 1px;
}
.form-actions {
	text-align: right;
}

/* "sliding door" dynamic buttons ----------------- */
.slide_button {
	display: inline-block;
	/* Sliding right image */
	background: transparent url('Images/btn_right.gif') no-repeat scroll top right; 
	height: 22px;
	padding-right: 6px;
}

.slide_button input {
	text-decoration: none;
	font-weight: bold;
	color: #B70024;
	background: none;
	border: 0;
	cursor: pointer;
	height: 16px;
}

.slide_button input:hover {
	color: #D50404;
}

.slide_button span {
	display: inline-block;
	/* Background left image */ 
	background: transparent url('Images/btn_left.gif') no-repeat; 
	line-height: 22px;
	padding-left: 6px;
}

/* Tabs ----------------------- */
.tabs-wrap {
	margin: 0 !important;
	padding: 0 !important;
}
.tabset {
	margin: 0 10px 0 0 !important;
	padding: 0;
	height: 30px;
	border-top: 0;
	border-bottom: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.tabset li {
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	list-style-image: none !important;
}
.tabset a { 
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
.tabset .slideTab {
	display: inline-block;
	background: transparent url('Images/tab_right.gif') no-repeat scroll top right;
	height: 30px;
	padding-right: 5px;
}
.tabset .slideTab span {
	display: inline-block;
	background: transparent url('Images/tab_left.gif') no-repeat;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 15px;
}
.tabset a:hover {
	cursor: pointer;
	color: #B70024;
	text-decoration: none;
	font-weight: bold;
}
.tabset a:hover .slideTab {
	background: transparent url('Images/tab_right_hover.gif') no-repeat scroll top right;
}
.tabset a:hover .slideTab span {
	background: transparent url('Images/tab_left_hover.gif') no-repeat;
}
.tabset a.current {
	cursor: pointer;
	color: #B70024 !important;
	border-bottom: 1px solid #d0d0d0;
}
.tabset a.current .slideTab {
	background: transparent url('Images/tab_right_active.gif') no-repeat scroll top right;
}
.tabset a.current .slideTab span {
	background: transparent url('Images/tab_left_active.gif') no-repeat;
}
.tab-pane {
	background: transparent url('Images/tab_gradient.gif') repeat-x 0px 0px;
	display: none;
	height: auto;
	width: auto;
	border-top: 0;
	border: 1px solid #D3D3D3;
	padding: 15px 24px 10px 24px;
	margin: 0 10px 15px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* ie7 needs more bottom margin */
	*margin-bottom: 20px;
	/* IE6 isn't familiar with the box model, or math, or both */
	_padding-right: 1px;
}
.tab-pane-bottom {
	clear: both;
}
