/* reset starts! */
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,  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: #888;
	background: url('images/bg-tree.gif');
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#0c2234;
    background-attachment:fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
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: "" "";
}
/* reset ends! */

img, div, input { behavior: url("iepngfix.htc") }


/* layout starts! */


#wrapper {
	width: 1000px;
	margin: 0 0 0 10px;
	text-align: left;
	padding: 0px;
	border:0;
}

#fc {
	background: url(images/faux.jpg);
	overflow: auto;
	width: 100%
}


#leftC {
	width:300px;
	background-color:#1a3a4f;
	float:left;
}

#rightC { 
	width:700px;
	background-color:#fff;
	float:left;
	margin: 152px 0 0 0;
}

#topNav { 
	position:fixed; 
	top:0px; 
	left:310px;
	width: 700px;
	height:100px;
	background-color:#a7d0ea;
}



/* layout ends! */

p { 
	line-height:20px;
	margin: 10px 30px 0 40px;
}

p.left{ 
	line-height:20px;
	margin: 10px 30px 0 30px;
}

p.left span{ 
	color:#fff;
	font-size: 11px;
}

.s20 { 
	margin-top:20px;
}

.s30 { 
	margin-top:30px;
}

.s50 { 
	margin-top:50px;
}


h1{
	font-size: 12px;
	color: #703815;
	margin: 10px 30px 0 30px;
}

h2{
	font-size: 12px;
	color: #3b2517;
	margin: 0 0 10px 0;
}

strong{
	color: #666;
	font-size: 11px;
	font-weight:700;
}


.date{
	color: #f05a08;
	font-size: 10px;
	font-weight:400;
	font-style:italic;
	display:block;
}

strong.orange{
	color: #f05a08;
	font-size: 12px;
	font-weight:400;
	margin: 10px 0 0 0;
	display:block;
}

.pics{
	border:10px solid #e9f1f6;
	margin: 20px 0 10px 30px;
}


.prodPics{
	border:10px solid #e9f1f6;

}


.store{
	color: #1ba4d3;
}



a{
	color: #1ba4d3;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.fProdWrapper { 
	width:640px;
	margin:15px 0px 0px 30px;
}


.fProdImage { 
	width:180px;
	float:left;
	margin-bottom:20px;
}


.fProdText { 
	width:410px;
	padding:5px 10px 0 20px;
	float:left;
	line-height:18px;
	margin-bottom:20px;
}




/* side nav */
#sideNavContainer { 
	width: 250px; 
	margin-left:30px;
	margin-bottom:80px;
}

#sideNavContainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#sideNavContainer a {
	display: block;
	padding: 0px;
	width: 250px;
	line-height:33px;
}

#sideNavContainer a:link, #nav a:visited {
	color: #87aab1;
	text-decoration: none;
}

#sideNavContainer a:hover{
	color: #ddf6fb;
}


form { 
	line-height:30px;
	margin: 10px 30px 0 30px;
}

input.form_txt {
	border:1px solid #e2e2d8;
	color:#3b2517;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	padding:7px;
	width:500px;
}

textarea.form_txt {
	border:1px solid #e2e2d8;
	color:#3b2517;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:11px;
	padding:7px;
	width:500px;
}




/* top nav */

#topNavContainer { 
	padding:20px;
	background-color:#a7d0ea;
}


ul#topnav{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#topnav li{
	display: inline;
	list-style-type: none;
}

#topnav a { 
	padding: 3px 10px; 
	color: #576f7f;
	text-transform:uppercase;
	font-size:10px;
}

#topnav a:link, #navlist a:visited {
	color: #576f7f;
	text-transform:uppercase;
	text-decoration: none;
}

#topnav a:hover {
	color: #1a2f3c;
	text-decoration: none;
	text-transform:uppercase;
}


