@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
}

/**********************************************************************************************************/
/********************************************* REDEFINITIONS **********************************************/
/**********************************************************************************************************/

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	width: 1000px;
	margin: 0px auto;
}

.red {
	color:#FF0000;
}

.grey {
	color:#999;
}

a {
	text-decoration: none;
	color:#333333;
}

a:hover {
	color:#FF0000;
}

h1 {
	font-size: 1.5em;
	color:#333333;
}

h2 {
	font-size: 1.3em;
	color:#666666;
	text-align: center;
}

h3 {
	font-size: 1.3em;
	color:#FF0000;
	margin-bottom: 5px;
	text-align:center;
}

h4 {
	font-size:1.1em;
	color:#666666;
}

/**********************************************************************************************************/
/************************************************** HEADER ************************************************/
/**********************************************************************************************************/

#header {
	float: left;
	height: 100px;
	width: 1000px;
	background-image: url(../images/header/headerBGD.png);
	background-repeat: repeat-x;
}

#header a {
	text-decoration: none;
	color:#333333;
}


#header a img {
	border: none;
}

#header a:hover {
	text-decoration: none;
	color:#FF0000;
}

#headerText {
	float: left;
	width: 440px;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 2.2em;
}

.headerContact {
	font-size: 1.4em;
	float: right;
	clear: right;
	width: 300px;
	margin-top: 7px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	text-align: left;
}

.headerContactLeft {
	float: left;
	text-align: left;
}

.headerContactRight {
	float: right;
	text-align: right;
	margin-right:10px;
}

#companyLogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 232px;
}

/**********************************************************************************************************/
/*************************************************** MENU1 ************************************************/
/**********************************************************************************************************/

#menu1 {
	float: left;
	width: 1000px;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#menu1 li {
	float:left;
	display:block;
	width:100px;
	color:#FF0000;
	padding: 5px 0px 5px 0px;
}

#menu1 a {
	float: left;
	display: block;
	width: 100px;
	text-decoration: none;
	color:#333333;
}

#menu1 a:hover {
	color:#999999;
}

/**********************************************************************************************************/
/************************************************* CONTENT ************************************************/
/**********************************************************************************************************/

#content {
	float: left;
	width: 1000px;
	margin-top: 10px;
}
#contentLeft {
	float: left;
	width: 370px;
	padding-left: 10px;
}

#contentLeft p {
	font-size: 1.1em;
}

#contentRight {
	float: right;
	width: 600px;
}

#contentRight p {
	font-size: 1.2em;
}

#contentRight a {
	color:#FF0000;
}

#contentRight a:hover {
	color:#333333;
}

#contentRight a img {
	border: none;
}

#contentImage {
	float: left;
	width: 600px;
	margin-bottom: 10px;
}

#contentCareers {
	float:left;
	margin:0px;
	padding: 10px 10px 0px 10px;
	background-image: url(../images/contentCareersBGD.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #999999;
}

#contentCareers p {
	margin-bottom:10px;
}

#contentCareers ul {
	font-size:1.3em;
	list-style:circle;
	margin:5px 0px 10px 20px;
}

.careersPara {
	border-top:1px solid #999999;
	padding-top:5px;
}

/**********************************************************************************************************/
/************************************************* PODS ***************************************************/
/**********************************************************************************************************/

.pod {
	float: left;
	height: 188px;
	width: 185px;
	margin-right: 7px;
	padding: 5px;
	background-image: url(../images/pods/podBGD.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.pod2 {
	float: left;
	height: 188px;
	width: 185px;
	margin-left: 1px;
	padding: 5px;
	background-image: url(../images/pods/podBGD.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.podRight {
	float: left;
	height: 198px;
	width: 195px;
	margin-left: 1px;
}

.pod3 {
	float: left;
	height: 198px;
	width: 195px;
	margin-right: 7px;
}

/**********************************************************************************************************/
/*********************************************** FOOTERS **************************************************/
/**********************************************************************************************************/

#footer1 {
	float: left;
	width: 1000px;
	margin-top: 10px;
	text-align: center;
}

#footer2 {
	float: left;
	width: 1000px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color:#666666;
	border-top:1px solid #999999;
}

#footer2 img {
	margin-top: 10px;
}

#footer2 a {
	color:#666666;
}

#footer2 a:hover {
	color:#FF0000;
}

#footer2Left {
	float:left;
	text-align:left;
	margin-left:10px;
}

#footer2Right {
	float:right;
	text-align:right;
	margin-right:10px;
}

#validator {
	float:left;
	width:1000px;
	text-align:center;
}

/**********************************************************************************************************/
/*********************************************** MOOQUEE **************************************************/
/**********************************************************************************************************/

#mooqueeup {
	height:150px;
	float:left;
	width: 185px;
}

#mooqueeup p {
	font-size: 1.2em;
}

/**********************************************************************************************************/
/******************************************** PRODUCT LINKS ***********************************************/
/**********************************************************************************************************/

#productLinks {
	float: left;
	clear:left;
	width: 370px;
	margin-top: 10px;
	margin-left:10px;
}

.productLinkMain {
	float: left;
	width: 370px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 5px 0px 5px 0px;
	padding-top:5px;
	font-size: 1.3em;
}

.productLinkMain a {
	color:#FF0000;
}

.productLinkMain a:hover {
	color:#666666;
}

.productLinkLeft {
	float: left;
	text-align: left;
}

.productLinkRight {
	float: right;
	clear:right;
	text-align: right;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	color:#666666;
}

/**********************************************************************************************************/
/************************************************ ACCORDIAN ***********************************************/
/**********************************************************************************************************/

#accordion {
	margin:0px;
}

h3.toggler {
	cursor: pointer;
	font-size: 1.3em;
	background-color:#FFFFFF;
	color: #333333;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	text-align:left;
	border-top: solid 1px #999999;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
