@charset "UTF-8";
/* CSS Document */

/* TAGS ------------------------------------------------------------------------------------------------*/


body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.error {
	color: #990000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	
}

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

a:hover {
	text-decoration:underline;
	color: #006666;
}

sub {
	vertical-align: sub;
	font-size: 85%;
}

sup {
	vertical-align: super;
	font-size: 75%;
}


/* CLASSES ------------------------------------------------------------------------------------------------*/

.hor_row {
	width: 1001px;
	float:left;
}
.hor_row2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.news {
	float:left;
	background-color: transparent;
	background-image: url(im/side_div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 20px 15px;
	width: 250px;
}

.news2 {
	float: left;
	background-color: transparent;
	background-image:url(im/bottom_div.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 20px 15 px;
	width: 280px;
	height: 90px;
}

.twitter {
		float:left;
		background-color: transparent;
		background-image: url(im/bottom_div.gif);
		background-repeat: no-repeat;
		background-position: right;
		padding: 20px 15px;
		width: 131px;
		height: 90px;
}

.news img {
	float: left;
	margin-right: 10px;
}
.news p {
	line-height: 12px;
	font-size: 12px;
	color: #660000;
	padding-bottom: 5px;
}

.submenu {
	float:left;
	background-color: transparent;
	background-image:url(im/t_bg_side.gif)
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 280px;
}

.submenu p {
	line-height: 12px;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

.submenu h2 {
	color: #660033;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.submenu a {
	color: #660033;
	padding-top: 12px;
	padding-bottom: 12px;
	
}

.submenu a p {
	color: #333333;	
}

.submenu a:hover {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: transparent;
	text-decoration: none;
	background-image: url(im/submenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.submenu2 {
	float:left;
	background-color: transparent;
	background-image: url(im/side_div.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 280px;

}

.submenu2 p {
	line-height: 14px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	color: #660033;
}

.submenu2 h2 {
	color: #660033;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.submenu2 a {
	color: #660033;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.submenu2 a:hover {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: transparent;
	text-decoration: none;
	background-image: url(im/submenu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #660033;
}

.left_align {
	float: left;
}

.right_align {
	float: right;
	padding-left: 0px;
	margin-left: 15px;
}


.stroke_right {
	float: right;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 4px;
}


.regular_text {
	font-size: 12px;
}

.regular_text ul {
	font-size: 12px;
}

.stroke {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}


.stroke_w_left {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 32px;
}

.stroke_w_right {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	font-size: 12px;
	line-height: 13px;
}
.TabbedPanelsContent ul {
	line-height: 16px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	list-style-type: square;
}

.TabbedPanelsContent ul ul {
	line-height: 16px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	list-style-type: square;
	margin-right: 10px;
}
.TabbedPanelsContent ul ul li {
	line-height: 16px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	list-style-type: square;
	font-size: 13px;
}

.TabbedPanelsContent li {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.TabbedPanelsContent .regular_text ul {
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	list-style-type: square;
}
.TabbedPanelsContent .regular_text li {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.subscript {
	vertical-align: sub;
	font-size: 85%;
}

.superscript {
	vertical-align: super;
	font-size: 75%;
}


/* ID's ------------------------------------------------------------------------------------------------*/

#hbody {
	width: 450px;
}

#container {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	width: 386px;
	float: left;
	height: 111px;
}

#nav {
	width: 612px;
	float:right;
	background-color: none;
	background-image: url(im/t_nav.gif);
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 65px;
	padding-right: 3px;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	z-index: 9999;
}

#nav_p {
	width: 612px;
	float:right;
	background-color: transparent;
	background-image: url(im/t_nav.gif);
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 12px;
	padding-right: 3px;
	padding-top: 18px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
}

#prod_nav_bg {
	width: 280px;
	float: left;
	background-color: #53000e;
	height: 279px;
	z-index: 9999;
}

#prod_nav_bg_p {
	width: 280px;
	float: left;
	background-color: #53000e;
}

#prod_nav {
	width: 280px;
	float: left;
	font-size: 15px;
	line-height: 15px;
	z-index: 9999;
}

#search {
	width: 279px;
	float: left;
	font-size: 14px;
	line-height: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #792b42;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4a0008;
	color: #FFFFFF;
}

#search p {
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#search #textfield {
	width: 140px;
	margin-right: 5px;
}

.search_text {
	color: #660033;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.search_button {
	background-color: #660033;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
}

#search a {
	color: #FFFFFF;
	padding: 2px 6px 3px;
	border: 1px solid #B85F73;
	background-color: #990033;
}

#search a:hover {
	color: #FFFFFF;
	padding: 2px 6px 3px;
	border: 1px solid #4BB8B8;
	text-decoration: none;
	background-color: #006666;
}

#search_p {
	float: right;
	font-size: 14px;
	line-height: 14px;
	height: 53px;
}

#search_p p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#search_p #textfield {
	width: 140px;
	margin-right: 5px;
}

#search_p a {
	color: #FFFFFF;
	padding: 2px 6px 3px;
	border: 1px solid #B85F73;
	background-color: #990033;
}

#search_p a:hover {
	color: #FFFFFF;
	padding: 2px 6px 3px;
	border: 1px solid #4BB8B8;
	text-decoration: none;
	background-color: #006666;
}

#header {
	width: 721px;
	float: left;
	display: block;
	background: none;
}

#header_p {
	width: 721px;
	float: right;
	background-color: transparent;
	background-image: url(im/header_pages.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
}

#header_p h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 50px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: right;
	padding-top: 110px;
	padding-right: 30px;
	padding-left: 20px;
}

#main_bg {
	width: 1000px;
	float:left;
	background-color: transparent;
	background-image: url(im/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #DEDEDE;
}

#side {
	width: 280px;
	float: left;
	background-color: transparent;
	background-image: url(im/t_bg_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#bottom {
	width: 1001px;
	float: left;
	background-color:transparent;
	background-image:url(im/p_bg.gif);
	background-repeat: repeat;
	background-position: bottom right;
}

#side h1 {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 15px 20px;
	font-weight: normal;
}

#copy {
	width: 670px;
	float: right;
	background-color: transparent;
	background-image: url(im/t_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#copy h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
}
#copy p {
	line-height: 17px;
	padding-bottom: 10px;
}

#copy_p {
	width: 670px;
	float: right;
	background-color: transparent;
	background-image: url(im/t_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#copy_p h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
}
#copy_p p {
	line-height: 16px;
	padding-bottom: 10px;
}

#copy_p h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 30px;
	line-height: 30px;
	color: #660033;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}

#copy_prod {
	width: 670px;
	float: right;
	background-color: transparent;
	background-image: url(im/t_bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-right: 25px;
}

#copy_prod h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
}
#copy_prod p {
	line-height: 15px;
	padding-bottom: 10px;
}

#copy_prod h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 35px;
	line-height: 36px;
	color: #660033;
	font-weight: normal;
}
#copy_prod h3 {
	color: #660033;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	padding-bottom: 15px;
}

#copy_prod h4 {
	color: #666666;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	padding-bottom: 5px;
}

#footer {
	width: 696px;
	float: left;
	background-color: transparent;
	background-image: url(im/logo_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	padding-left: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer ul {
	font-size: 11px;
	line-height: 11px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 0px;
	margin-top: 18px;
}
#footer li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}
#footer a {
	text-decoration: none;
	color: #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px dotted #f8f8f8;
}

#footer a:hover {
	text-decoration: none;
	color: #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px dotted #B2979B;
	background-color: #ECECEC;
}

#copyright {
	width: 1001px;
	float:left;
	font-size: 11px;
	padding: 5px 20px 20px 20px;
}

#panel {
	width: 261px;
	float: right;
	margin-left: 25px;
	background-color: transparent;
	background-image: url(im/p_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#panel p {
	font-size: 11px;
	line-height: 14px;
	padding: 15px 15px 5px;
}
#copy_p h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #006666;
	padding-bottom: 10px;
	padding-top: 10px;
}
#copy_p ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}
#copy_p li {
	padding-bottom: 3px;
}
#specs {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#specs th {
	text-align: left;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#specs td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#caption {
	float: right;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	
}

#caption p {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#copy_prod h6 {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 10px;
}
#copy_prod h5 {
	font-size: 13px;
	line-height: 14px;
	padding-bottom: 5px;
	color: #003366;
}

#caption_left {
	float: left;
	margin-right: 15px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	
}

#caption_left p {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
}

#nested {
	border-bottom-style: none;
	font-size: 11px;
	line-height: 12px;
}

#nested th {
	text-align: center;
	border-bottom-style: none;
}

#nested td {
	text-align: center;
	border-bottom-style: none;
}
.two-images {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}
.two-images_img {
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
#copy_p h5 {
	font-size: 16px;
	line-height: 16px;
	color: #660000;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 8px;
}
#copy_p a {
	text-decoration: underline;
	font-weight: bold;
}
#copy_p h6 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 22px;
}
#footnotes {
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A36C70;
}

/* Form styles */
.form_text {
	color: #660033;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.form_submit {
	background-color: #660033;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px;
}#panel li {
	padding-right: 10px;
}
#panel ul {
	margin-top: 12px;
	margin-bottom: 7px;
}

div#form_button {
	padding: 5px 8px;
	margin: 30px 0 0 0;
	width: 150px;
}

div#form_button a {
	background-image: url("im/form_but_bg.gif");
	background-repeat: repeat-x;
	padding: 5px 8px;
	margin: 0;
	width: 200px;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

div#form_button a:hover {
	background-image: url("im/form_but_bg_o.gif");
	background-repeat: repeat-x;
	padding: 5px 8px;
	margin: 0;
	width: 200px;
	color: #ffffff;
	text-decoration: none;
}
.expand {
	color: #00C;
}

.hbody {
	width: 300px;
}

