@charset "utf-8";

/* GENERAL */
body {
	background-color: #348fd2;
	background-image: url(../images/thorotread_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 16px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #4d277e;
	padding: 0px 0 0px 25px;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9575ad;
	padding: 0 0 0 30px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #9575ad;
}
.imageBorder {
	border:1px solid #999999;
}

.headerContainer {
	background-image: url(../images/arrowplt.gif);
	background-position: 46% left;
	background-repeat: no-repeat;
	height: 62px;
}

a {
	color: #4D277E;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
.highlightText {
	color:#003366;
	font-size:14px;
}

/*  KEYWORD CONTAINER */
#keywordContainer {
	text-align: center;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
#keyword01 {
	padding: 21px 25px 0 30px;
	float: left;
}
.keyword02 {
	padding: 21px 25px 0 45px;
	float: left;
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.keyword02[class] {
	background-image: url(../images/star_burst.png);
}

/* HEADER CONTAINER */
#headerContainer {
	background-image: url(../images/headerBG09.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 849px;
	height: 145px;
}

.shareBar {
background:url(../images/shareBarBG.jpg) top left no-repeat;
height:26px;
width:271px;
padding: 10px 0 0 90px;
float:right;
}

.share {
padding:15px 40px 15px 2px;
margin: 0 0 0 0;
font-style:italic;
line-height:24px;
font-weight:bold;
color:#252525;
}

.email {
background:url(../images/emailIco.jpg) top right no-repeat;
}

.facebook {
background:url(../images/fbIco.jpg) top right no-repeat;
}

.twitter {
background:url(../images/twitterIco.jpg) top right no-repeat;
}

.callButton {
background:url(../images/callButton.jpg);
display:block;
height:25px;
color:#FFFFFF;
font-weight:bold;
font-style:italic;
font-size:14px;
padding: 8px 0 0 45px;
width:121px;
margin:5px 0 0 20px;
float:left;
}

.messageButton {
background:url(../images/messageButton.jpg);
display:block;
height:25px;
color:#FFFFFF;
font-weight:bold;
font-style:italic;
font-size:14px;
padding: 8px 0 0 34px;
width:134px;
margin:5px 0 0 20px;
float:left;
}

.messageButton:hover {
text-decoration:underline;
color:#FFFFFF;
}


/* NAVIGATION CONTAINER */
.navContainer {
	padding: 12px 0 14px 0;
}

/*** ESSENTIAL STYLES ***/

.sf-menu {
	font-size: 12px;
	color: #003366;
	list-style:none;
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	margin:0;
	padding:0 10px 0;
}

.sf-menu li {
list-style:none;
display:inline-block;
	position:relative;
	zoom:1;
	*display:inline;
}

.sf-menu li a {
	background-image: url(../images/menu_bg.gif) -100px 0;
	text-decoration: none;
	color: #003366;
	padding:15px 22px 15px;
	margin:0 50px;
}

.sf-menu li a:hover {
	color: #fff;
	background: url(../images/menu_bg.gif) -100px -45px;
}
.sf-menu li a.active {
	color: #fff;
	background: url(../images/menu_bg.gif) -100px -45px;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	padding:0;
	background:#A7A6A6;
	text-align:left;
	margin:0;
}
.sf-menu ul li {
	width:			100%;
	display:block;
	padding:0;
}
.sf-menu ul li a {
	width:			100%;
	display:block;
	padding:0 10px 0;
	background:none;
	margin:0;
}
.sf-menu ul li a:hover {

}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			50px;
	top:			45px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-menu li:hover a, .sf-menu li.sfHover a {
	background: url(../images/menu_bg.gif) -100px -45px;
}

.sf-menu li:hover ul li a, .sf-menu li.sfHover ul li a {
	background:none;
}

.sf-menu li:hover ul li a:hover, .sf-menu li.sfHover ul li a:hover {
	background:#505050;
}

/* MAIN CONTAINER */
.mainContainerMiddle {
	background-image: url(../images/main_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 849px;
	margin-bottom: 13px;
}
.mainContainerTop {
	background-image: url(../images/main_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 849px;
	height: 15px;
	padding-bottom: 10px;
}
.mainContainerBottom {
	background-image: url(../images/main_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 811px;
	padding: 0 19px 60px 19px;
}
.mainHomeContainer {
	width: 390px;
	float: left;
	margin-right: 10px;
}


.askExpertCTA {
float:right;
width:320px;
padding:5px;
clear:both;

}
.askExpertCTA h3 {
	padding-left:30px;
}
.askExpertCTA p {
margin-bottom:0;
margin-top:5px;
padding-left:30px;
}

/* FOOTER CONTAINER */
.footerContainer {
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px;
}
.footerContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerContainer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLeft {
	float: left;
}
.footerRight {
	text-align: right;
	line-height:30px;
}


/*** products page ***/
.galleryThumb {
	float:left; 
	margin:20px 5px;
	width:150px;
	text-align:center;
	font-style:italic;
}
.vidLink {
	margin-bottom:40px; 
	font-size:15px; 
	text-transform:uppercase; 
	font-weight:bold; 
	text-align:left;
}
.vidLink a {
	color:#FF6600;
	text-decoration:none;
}


/*** CONTACT FORM ***/
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerColor {
	background-color: #e4f5ff;
}
.contactCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00309C;
	padding-bottom: 5px;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
margin: 5px 0;
padding: 5px;
background-color: #8f2021;
color : #ffffff;
font-weight: bold;
}
input.required, textarea.required {
border: 1px solid #CC0000;
}

.formErrorMsg {
	margin:20px 0 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}

.warranty {
line-height:180%;
font-size:12px;
}

/*Warranty Form*/
.warrantyForm {
width:550px;
padding:5px;
padding-bottom:15px;
margin:0 auto;
}

.warrantyForm .top {
display:block;
height:20px;
width:510px;
margin-top:-20px;
margin-left:-5px;
}

form.warrantyForm fieldset {
margin:0;
padding:0;
border:none;
background:transparent;
margin-bottom:10px;
}

form.warrantyForm legend {
padding: 0 2px;
color:#000;
font-weight:bold;
margin-bottom:3px;
}

form.warrantyForm label {
display:block;
line-height: 1.8;
vertical-align: top;
color:#000;
}

form.warrantyForm label {
display:inline-block !important;
}

form.warrantyForm fieldset ol {
margin: 0;
padding: 0;
}

form.warrantyForm fieldset li {
list-style: none;
padding: 5px;
margin:1px 1px 1px 5px;
background: #e4f5ff;
}

form.warrantyForm fieldset li input.required, form.warrantyForm fieldset li textarea.required {
border: 1px solid #CC0000;
}

form.warrantyForm em {
font-style: normal;
color: #f00;
font-style:italic;
}

form.warrantyForm li label {
width: 180px; /* Width of labels */
}

form.warrantyForm li label.card {
width: 70px; /* Width of labels */
padding-right:20px;
}

form.warrantyForm li label.sep {
border-left: 1px solid #fff;
padding-left:5px;
}

form.warrantyForm li .cardRadio {
margin-right:35px;
}

#tm1, #tm2 {
width:46%; float:left; padding-right:20px;
margin:5px 5px 20px;
}

#tm1 ul, #tm2 ul {
list-style:none;
margin:10px 0 10px;
padding:0;
line-height:160%;
}

#tm1 ul li, #tm2 ul li {
padding:1px 5px 1px;
background:#fff;
}

#tm1 ul li.odd, #tm2 ul li.even {
background:#eff7fe;
}

a.manual {
text-align:center;
display:block;
background:#E7ECF1;
line-height:160%;
margin:-5px 0 0;
padding:10px;
border:4px solid #fff;
font-weight:bold;
}

a.manual img {
border:none;
}

.register {
margin:20px;
padding:10px;
border:4px solid #fff;
background:#E7ECF1;
display:block;
text-align:center;
font-size:16px;
font-weight:bold;
}

.orderInfo {
padding:20px;
border:2px solid #fff;
}

.cards {
float:right;
font-size:14px;
font-weight:bold;
} 

.cards img {
padding:4px;
}


/* News */

.newsDate {
float:right;
font-size:11px;
color:#585858;
padding:10px;
}

.newsTitle {
background:#72B5E9;
padding:3px;
font-size:16px;
}

.newsContent {
padding:10px;
}

.newsItemContainer {
margin:10px 10px 30px;
padding:0 0 10px;
border-bottom:1px solid  #959595;
}
.newsCat {
	float:left;
	width:150px;
	padding:10px;
	margin:5px 40px 0 40px;
	background-color:#FFF;
	border:1px solid #09F;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}