@charset "utf-8";
/* Body Elements */
html, body {
	height: 100%;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*Header and Menu*/
#header {
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: inherit;
	font-size: 0.8em;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:2;
} 
#menucontainer {
	height:59px;
	width:941px;
}
#mainmenu {
	height: 32px;
	padding-top:27px;
	padding-left:220px;
}
#MenuBar1 {
	float: right;
	padding-right: 10px;
	
}
#header .title {
	padding-left: 220px;
	font-style: italic;
	padding-top: 30px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#header .title h1 {
	color: #2e419b;
	font-size: 24px;
	margin:0;
	padding:0;
}
#header .title p {
	font-size: 14px;
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#container #regsel {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:5px;
	font-size: 0.8em;
}


/* Body */
#mainContent {
	font-size: 1em;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	z-index:1;
}
#mainContent a:link, #mainContent a:visited {
	color: #2e419a;
	text-decoration: underline;
}
#mainContent a:active, #mainContent a:hover {
	color: #e31b22;
	text-decoration: underline;
}
.rightColumn #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	width: 725px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	z-index:1;
} 
.oneColumn #mainContent {
	margin-left: 1px;
}
.rightColumn #right_col {
	float: right;
	width: 200px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	position:relative;
	font-size: .8em;
	z-index:1;
}
.rightColumn #right_col h2, .rightColumn #right_col p {
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	text-align: center;
}
.rightColumn #right_col ul {
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Fooder */
#footer {
	/*background-image: url(../img/footer.jpg);
	background-repeat: no-repeat; */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 55px;
	font-size: 0.8em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .footer_text {
	float: right;
	margin-left: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* General Elements */
h1 {
	color: #2e419b;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #2e419b;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0px;
}
h3 {
	color: #2e419b;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_bull {
	float: left;
	height: 75px;
	width: auto;
	margin-right: 20px;
}
#img_mc_right_narrow {
	float: left;
	margin-right: 10px;
}
.ui-helper-clearfix:after {}
.ui-helper-clearfix {
	overflow:hidden;
	zoom:1;
}
/*Specific Elements*/

.prod_specs_hdr {
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
}
.prod_specs {
	text-align: right;
	font-size: 0.9em;
}
.prodList li {
	margin-left: 0px;
}
.prodList {
	margin-left: 0px;
	margin-top: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-left: 8px;
}
#img_mc_right {
	float: right;
	height: auto;
	width: 230px;
	padding-left: 10px;
}
.prod_row {
	height:160px;
}
.subproduct {
	font-size: 0.8em;
}

.content_section {
	min-height:600px;
}

.divline {
	background-color: #000066;
	height: 1px;
	margin-bottom: 5px;
	line-height: 0px;
	color: #FFFFFF;
}
.content_section h1,.content_section h2, .content_section p {
	padding-left: 6px;
}

#sb_contact {
	text-align:center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sb_contact h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
#sb_contact p {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

.importantnotice {
	background-color:#F1DD9F;
}
.advert {
	text-align:center;
}
.advert h3 {
	text-align:center;
	font-style:italic;
	font-size:1.2em;
}
.advert a:link, .advert a:visited, .advert a:active, .advert a:hover {
	color: #2e419b;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.cas_link a:link, .cas_link a:visited, .cas_link a:active, .cas_link a:hover {
	color: #69be28 !important;
	font-size: 1em !important;
	font-weight: bold !important;
	text-decoration: underline;
}
.cas_link_home a:link, .cas_link_home a:visited, .cas_link_home a:active, .cas_link_home a:hover {
	color: #2e419b !important;
	font-size: 0.8em !important;
	font-weight: bold !important;
	text-decoration: underline;
}