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

/********************  START CSS RESET  **************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	/*vertical-align: top;*/
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1em;
	margin:auto;
	text-align: left;
}
a img  {
	border:none 0px;
}

/********************  END CSS RESET  **************************/

html {
	background-color: #FFF;
	background-image: url(img/bkgd_html.jpg);
	background-repeat: repeat-x;
}

body {
	background:url(img/bkgd_body.jpg) no-repeat top left;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#525258;
	margin: 0px auto;
	width: 977px;
	background-color:#FFF;
}
/*div {
border:solid 1px #ff0000;
}*/
/********************  Text Elements  **************************/


h1 {
	font-family:  Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:21px;
	color:#000;
	padding:0px 0px 20px 0px;
}

h3 {
	font-family:  Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	color:#525258;
}

h2 {
	font-family:  Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	color:#525258;
}

h4 {
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	color:#525258;
	margin:0px;
}

h5 {
	font-family:Arial, sans-serif;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
	/*letter-spacing:.05em;*/
	color:#525258;
	text-transform:uppercase;
	margin:0px 0px 6px;
}

h6 {
	font-family:Arial, sans-serif;
	font-size:9px;
	line-height:9px;
	font-weight:normal;
	letter-spacing:.05em;
	color:#525258;
}

p {
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:0px 0px 14px;
	color:#525258;
	text-align:left;
}

p.white {
	color:#FFF;
}

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

ul {
	padding-left:25px;
	margin:0px;
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	padding-left:2em;
	list-style-position: outside;
	list-style-type: decimal;
}

hr {

}


/*          header              */

.clear {
clear:both;
}

#header {
	height:80px;
	padding: 0px 0px 0px 19px;
}
#footer {
	background: url(img/bkgd_footer.gif) top left no-repeat;
	height:32px;
	padding: 30px 0px 0px 24px;
}
#footer p {
	color:#66666E;
}
#content {
	padding: 0px 15px 0px 19px;
}
#mainMenu li {
	list-style:none;
	display:inline;
	padding:15px 4px 15px 0px;
	font-size:11px;
}
#mainMenu a {
	color:#db241f;
	font-size:11px;
}
ul#mainMenu {
	margin:0px;
	padding:10px 0px 20px 15px;
}
#watchContent {
	width: 455px;
	float:left;
	padding:0px 0px 0px 15px;
	margin:0px 25px 0px 0px;
}
.fullCatalogLink a {
	padding:10px;
	background-color:#db241f;
	font-size:12px;
	color:#FFF;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
p.fullCatalogLink {
	display:block;
}
#featuredProducts {
	float: left;
	width:438px;
	border:#8a8a8a solid 1px;
	padding:2px 2px 0px 2px;
}
#featuredProducts h3 {
	background:url(img/bkgd_featured_H1.gif) no-repeat left top;
	padding: 5px 5px 3px;
	text-transform:uppercase;
	font-size: 14px;
	color:#FFF;	
	font-weight:normal;
}
.product {
	background-color:#d3e2f4;
	padding:6px;
	margin: 0px 0px 2px 0px;
}
.prodImage {
	padding: 0px 30px 0px 0px;
}
.product .clear {
	margin: 0px 0px 15px 0px;
}
.product h3 {
	color:#267ac6;
	font-weight:bold;
	font-size:18px;
	padding: 0px 0px 10px 0px;
}
.product h4 {
	color:#66666E;
	font-weight:bold;
	font-size:14px;
	padding:0px 10px 6px 10px;
}
.product p {
	color:#66666E;
	font-weight:normal;
	font-size:11px;
	margin:5px 10px 0px 10px;
	padding-bottom:2px;
	line-height:13px;
}
h2.title {
	padding-top: 20px;
}