@charset "UTF-8";

/*GLOBAL CLASSES*/
*:focus{
	outline:0;
}

html{
	height:100%;
	overflow-y:scroll;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	
	font-family:Verdana, Geneva, sans-serif;
	line-height:21px;
	font-size:12px;
	color:#333333;	
}

img{
	border:none;
	vertical-align:bottom;
}

form{
	padding:0px;
	margin:0px;
}

/*LAYOUT CLASSES*/
.headerWrapper{
	float:left;
	width:100%;
	height:145px;
	overflow:hidden;
	background-image:url(images/headerBg.jpg);
}

.floatLeft{
	float:left;	
}

.floatRight{
	float:right;	
}

.clear{
	clear:left;	
}

.paddingRight{
	padding-right:0px;	
}

.menuPadding{
	float:left;
	width:100%;
	padding-bottom:10px;
}

.menuWrapper{
	margin-left:20px;
	margin-right:20px;
}

.menuBgTop{
	float:left;
	width:100%;
	background-image:url(images/buttonsBg.jpg);
	line-height:9px;
}

.menuBgLeft{
	float:left;
	width:100%;
	background-image:url(images/buttonsLeft.jpg);
	background-repeat:no-repeat;
}

.menuBgRight{
	float:left;
	width:100%;
	height:37px;
	background-image:url(images/buttonsRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.menuButton{
	float:left;
	height:12px;
	padding-top:12px;
	line-height:16px;
}

.columnWrapper{
	margin-left:10px;
	margin-right:10px;
}

.footerPadding{
	float:left;
	width:100%;
	height:50px;
}

.threeColumnA{
	float:left;
	width:33%;
}

.threeColumnB{
	float:left;
	width:34%;
}

.twinColumn{
	float:left;
	width:50%;
}

.footer{
	margin:auto;
	width:32%;
}

.footerAlt{
	float:left;
}

.popUpPadding{
	float:left;
	padding:20px;
}

/*PRODUCTS CLASSES*/
.productsWrapper{
	padding-left:12px;
	padding-right:12px;
}

.productsMenu{
	position:absolute;
	left:22px;
	top:200px;
	width:225px;
	height:1130px;
	background-image:url(images/blackBack.jpg);
	background-repeat:no-repeat;
	clear:left;
}

.productsMenuPadding{
	float:left;
	padding:16px;
	padding-left:19px;
	padding-right:0px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
}

.productsInfo{
	float:none;
	margin-left:245px;
	margin-right:0px;
}

/*INVESTOR RELATIONS CLASSES*/
.investorsMenu{
	position:absolute;
	left:22px;
	top:200px;
	width:225px;
	height:500px;
	background-image:url(images/whiteBack.jpg);
	background-repeat:no-repeat;
}

.investorsMenuAlt{
	position:absolute;
	left:22px;
	top:200px;
	width:225px;
	height:500px;
	background-image:url(images/whiteBackAlt.jpg);
	background-repeat:no-repeat;
}

.investorsMenuPadding{
	float:left;
	padding:16px;
	padding-left:19px;
	padding-right:0px;
	font-size:14px;
	color:#000;
	font-weight:bold;
}

/*CONTACT CLASSES*/
.contactPadding{
	float:left;
	padding-top:6px;
}

.contactTable{
	font-size:14px;	
}

.customerSupportPadding{
	float:left;
	padding-left:8px;
}

.supportImagePadding{
	float:left;
	padding-left:7px;	
}

.contactText{
	float:left;
	font-size:16px;
	line-height:21px;	
}

.contactTextAlt{
	float:left;
	padding-top:6px;	
}

.contactForm{
	float:left;
	padding-top:0px;
	line-height:35px;	
}

.contactTextField{
	float:left;
	width:300px;	
}

.contactSelectField{
	float:left;
	width:307px;	
}

.messageArea{
	float:left;
	width:305px;
	margin-top:8px;	
}

.formButtons{
	float:left;
	width:310px;
	text-align:right;	
	padding-top:10px;
}

/*PARAGRAPH CLASSES*/
.regular{
	float:left;
	width:100%;
	padding-bottom:8px;
}

.regularShort{
	float:left;
	width:650px;
	padding-bottom:8px;
}

.regularEnd{
	float:left;
	width:100%;
	padding-bottom:0px;
}

.regularShortEnd{
	float:left;
	width:650px;
	padding-bottom:0px;
}

.heading{
	float:left;
	width:100%;
	padding-bottom:8px;
	font-weight:bold;
	font-size:14px;
}

.headingHome{
	float:left;
	width:100%;
	padding-bottom:8px;
	font-weight:bold;
	font-size:14px;
}

.regularHome{
	float:left;
	width:100%;
	padding-bottom:8px;
}

.red{
	color:#F00;
}

/*IMAGES CLASSES*/
.regularImage{
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

.centeredText{
	float:left;
	width:100%;
	text-align:center;
}

.rightAlignedText{
	float:left;
	width:100%;
	text-align:right;
}

/*LIST CLASSES*/
ul{
	margin:0px;
	padding:0px;
	padding-left:20px;
	line-height:18px;
}

li{
	padding-bottom:8px;	
}

.productsList{
	list-style:none;
	padding:0px;
	line-height:21px;	
}

.productsList li{
	padding-bottom:12px;	
}

/*LINK CLASSES*/
a{
	color:#333333;
	text-decoration:underline;
	cursor:pointer;
}

a:hover{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;	
}

a.menuLinks{
	color:#666666;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}

a.menuLinks:hover{
	color:#F00;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;	
	font-size:14px;	
}

a.smallLinks{
	color:#666666;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	font-size:9px;
}

a.smallLinks:hover{
	color:#F00;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;	
	font-size:9px;	
}

a.whiteLink{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

a.whiteLink:hover{
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}