/*GLOBAL ELEMENTS***************************/
* {
  margin: 0;
  padding: 0;
}
body, html {
	height: 100%;
}
body,td,th {
	color: #a7acb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}
h1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 18px;
}
p {
	margin-bottom: 25px;
}
#container {
	height: 100%;
	background-image: url(../img/footer_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.shadowLeft {
	background-image: url(../img/shadow_left.png);
	background-repeat: repeat-y;
	width: 12px;
}
.shadowRight {
	background-image: url(../img/shadow_right.png);
	background-repeat: repeat-y;
	width: 12px;
}
#fullheight {
	height: 100%;
}
a {
	color: #417cd5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.blue {
	color: #417cd5;
}

/*HEADER****************************************/
#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 84px;
	width: 980px;
	vertical-align: middle;
}
#headerBackground {
	background-image: url(../img/header_bg_side.jpg);
	background-repeat: repeat-x;
}
#header #logo{
	margin: 0px 0px 0px 24px;
	display: inline;
	float: left;
	width: 463px;
}
#navigation {
	display: inline;
	float: right;
	text-align: right;
	margin: 17px 18px 0px 0px;
}
#navigation img {
	margin-left: 3px;
}

/*BODY************************************************/
#mainImage {
	width: 980px;
	height: 541px;
}
#mainImageSub {
	width: 980px;
	height: 416px;
}
#mainCopy {
	padding: 24px 24px 24px 24px;
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0a0d24;
	min-height: 335px;
	vertical-align: top;
	width: 932px;
}
#mainCopyBackground {
	background-image: url(../img/content_bg_side.jpg);
	background-repeat: repeat-x;
	background-color: #242d60;
}
#homeButtons {
	text-align: center;
}
.productButtons {
	display: inline;
	float: left;
	width: 218px;
	padding: 0px 18px 0px 0px;
	text-align: center;
}
.last {
	padding: 0px 0px 5px 0px;
}
.productButtons img {
	padding-bottom: 15px;
}
#leftButton {
	width: 158px;
	display: inline;
	float: left;
}
#rightButton {
	width: 158px;
	display: inline;
	float: right;
}
#breadcrumb {
	font-size: 11px;
	color: #417cd5;
	padding-bottom: 18px;
	width: 932px;
}

/*FOOTER**************************************/
#footer {
	text-align: center;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	color: #52555d;
	width: 980px;
	background-color: #050611;
	height: 35px;
	vertical-align: middle;
	bottom: 0;
}
#footer a {
	color: #6577b2;
	text-decoration: none;
}
#footer a:hover {
	color: #9dafed;
	text-decoration: none;
}
#footerBackground {
	background-color: #12162e;
}

/*CAROUSEL***************************************/
div#headerCarousel div#slide-holder {
z-index : 40;
width : 980px;
height : 416px;
position : relative;
}
div#headerCarousel div#slide-holder div#slide-runner {

width : 980px;
height : 416px;
overflow : hidden;
position : absolute;
}
div#headerCarousel div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#headerCarousel div#slide-holder div#slide-controls {
left : 0;
top: 10;
width : 973px;
height : 46px;
display : none;
position : absolute;
}
div#headerCarousel div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 15px 0 0; 
}
div#headerCarousel div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 19px;
height : 19px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
text-align : center;
text-indent: -3000px;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#headerCarousel div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -19px;
}
div#headerCarousel div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(../img/silde-nav-new.png);
}

/*FORM***************************************************/
.textfield {
	background-color: #33415e;
	border-color: #626c84;
	border-style: solid;
	border-width: 1px;
	width: 409px;
	color: #fff;
}
.textarea {
	background-color: #33415e;
	border-color: #626c84;
	border-style: solid;
	border-width: 1px;
	width: 409px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}