/* MEYER 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* BEGIN SITE STYLES */


body {
	background-color: #c1bbac;
	background-image:url("../media/otc-bg.gif");
	background-position:50% 0;
	background-repeat:repeat-y;
	color: #fff;
	text-align: left;
	/*font-faminly: Arial;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

img.floatleft { 
    float: left; 
    /*margin: 4px; */
}

	
p {
	line-height: 22px;
}

a img{
	border: none;
}

#pagewrapper {
	background-color: #231F20;
	margin: 0 auto;
	width: 960px;
}

#header {
	height: 200px;
	background-color: #231F20;
	background-image:url("../media/otc-header02.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
}

#pagecontent {
	background-color: #6a6b6d;
	padding: 26px 26px 0 12px;
}


#navcontainer {
	padding: 150px 0 0 86px;
}

#navlist li {

	font-family: georgia;
	font-size: 1.2em;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navlist li a{
	color: #fff;
	text-decoration: none;
	}

#navlist li a:hover{
	color: #CF7F74;
	/*text-decoration: underline;*/
	}	


#pagecol1 {
	padding: 10px;
	width: 320px;
	float: left;
}

#pagecol1 p {
	margin: 0 0 16px 0;
	/*text-align: justify;*/
}

#pagecol1 p a{
	color: #fff;
}

#pagecol2 {
	width: 560px;
	float: right;
}

#pagecol2 img {
	margin: 10px 0 0 0;
	border: 4px solid #000;
}

.favproduct {
	display: block;
	float: left;
	width: 220px;
	height: 320px;
	background-color: #231F20;
	margin-left: 10px;
	margin-bottom: 10px;
}

.favproduct img {
	padding: 10px;
}

.favproduct p {
	padding: 0 10px 10px 10px;
	color: #fff;
}

.favproduct a {
	text-decoration: none;
}


	

#footer {
	background-image:url("../media/otc-footer-edge.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #231F20;
	color: #999;
	padding: 40px 12px 30px 12px;
}

#footer p {
	font-family: georgia;	
}

#footer p a{
	color: #999;

}

.clearfloats {
	clear: both;
}
