﻿@charset "utf-8";
body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #101415;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h1 {
	color:#19A10C;
	margin:4px 4px 4px 0;
	padding:4px 4px 4px 0;
	font-size: 22px;
}

h2 {
color: #A10C19;
	margin:4px 4px 4px 0;
	padding:4px 4px 4px 0;
font-size: 20px;
}

h3 {
color: black;
	margin:4px 4px 4px 0;
	padding:4px 4px 4px 0;
font-size: 16px;
}


a:link {
color: #0C64A3;
font-weight:normal;
}

a:visited {
color: #A10C19;font-weight:normal;
}

a:hover {
color: #19A10C;font-weight:normal;
}

a:active {
color: #19A10C;font-weight:normal;
}

.center
{text-align: center;font-weight:normal;
}



#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 800px;
	/*height: 165px;*/
}
#header .headerBackground {
	width:800px;
	/*height:160px;*/
	/*background:url(../images/headerBackground.jpg) no-repeat left top;*/	
	background:url(../images/headerBackground1.jpg) no-repeat left top;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	text-align:right;
	font-size:32px;
}

#header h2 {
				margin: 0;
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */				padding: 5px 40px 0 0;
/* using padding instead of margin will allow you to keep the element away from the edges of the div */		
		color: #FFFFCC;
				text-align: right;
				font-size: 26px;
}

#header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 40px 14px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:white;
	text-align:right;
	font-size:24px;
	font-style:italic
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:20px 20px 20px 0;
}

#sidebar1 a {
	color:#333399;
}
#mainContent { 
	margin: 20px 220px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
.productPic {
	float:left;
	margin:0 0 10px 0;
}
#footer { 
	height:120px;
	background:url(../images/footerBackground.gif) repeat-x left top;
}

#footer p {
	padding-top:20px;
	margin:0 0 0 0;
	text-align:center;
	font-size: 11px;
} 

#footer a:link {
	color: #FFFFCC;
}

#footer a:visited {
	color: #FFFFCC;
}

#footer a:hover {
	color: #00FF00;
}
#footer a:active {
	color: #00FF00;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#quotemark{
				float:left;
}
#quotes {
	background-color:#fff;
	width:460px;
	/*height:170px;*/
	/*margin:10px auto 0 auto;
	padding:20px;*/
	position:relative;
	font-style:italic;
	margin-left:60px;
	font-size: 14px;
/*	background: url(../images/openquote.gif) no-repeat left top;
	background-position:-50px;*/
	}

#author{
	color:black;
	width: 360px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left: 100px;
	text-align: right;	
	font-weight: bold;
}
/*blockquotes*/
blockquote {
	background-color:#fff;
    position:relative;
	font-style:italic;
	font-size: 14px;
}

cite {
	display: block;
	color:black;
	width: 400px;
	margin-top:10px;
	margin-bottom:20px;
	padding-left: 110px;
	text-align: right;	
	font-weight: bold;
	font-style:normal;
	font-size: 12px;
}
.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url("../images/arrow-square.gif") no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 110%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

p.brichter
{font-size: 12px; line-height:100%; margin:6px 0 2px 2px; padding:1px;}

/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #eeeeee url(../images/n_dot.gif) 0 0 repeat-x;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 10px} 
/* end news border corners*/



@media print {
body {background: white; color: black; font: 11pt normal Times, "Times New Roman", serif;}
#content, #container, #header, #footer {
	border:0; width: 100%;
	font: 11pt normal Times, "Times New Roman", serif;
}
#footer {
	background: white; color: black;
}
}
