@charset "UTF-8";

/* @group Global */

body  {
	background: #999966 url(images/pg_bk2.jpg) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #797979;
	font: 12px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.twoColFixRtHdr #container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(images/swirl.jpg) no-repeat right bottom;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.maps { 
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: -32px;
}

.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;
}



/* @end */

/* @group Navigation */

.twoColFixRtHdr #nav {
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	height: 25px;
	background: #fff url(images/nav_back.gif) repeat-x;
	text-align: center;
} 

.twoColFixRtHdr #nav a {
	text-decoration: none;
	color: #929292;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #d5d5d5;
	line-height: 25px;
	height: 25px;
	padding-bottom: 8px;
	display: inline;
	overflow: hidden;
}
	
.twoColFixRtHdr #nav a:hover{
	color: #929000;
	background-color: #fff;
}
	
.twoColFixRtHdr #nav a.selected{
	color: #929000;
	background-color: #fff;
}



/* @end */

/* @group Header */

.twoColFixRtHdr #header_home { 
	background: #9a964d url(images/logo.jpg) no-repeat;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	height: 150px;
	text-align: right;
}
	

.twoColFixRtHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* @end */

/* @group SideBar */

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #f9f9f9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	margin-bottom: 15px;
}

.twoColFixRtHdr #sidebar1 h1{
	color: #929000;
	font-size: 12px;
	line-height: 18px;
	margin-left: 20px;
	padding-top: 8px;
	border-top: 1px dotted #d5d5d5;
	border-bottom: 1px dotted #d5d5d5;
	margin-right: 32px;
	padding-bottom: 8px;
}

.twoColFixRtHdr #sidebar1 h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin: 0;
	background: #99954c url(images/logo.jpg) no-repeat;
}

.twoColFixRtHdr #sidebar1 p{
	padding-left: 20px;
	padding-right: 20px;
}

.twoColFixRtHdr #sidebar1 strong{
	font-weight: bold;
	color: #929000;
}

.twoColFixRtHdr #sidebar1 a{
	color: #929000;
	text-decoration: none;
}

.twoColFixRtHdr #sidebar1 a:hover{
	color: #000;
	text-decoration: underline;
}



/* @end */

/* @group SideBar Brands */

.twoColFixRtHdr #sidebar2 {
	float: right;
	width: 240px;
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #d5d5d5;
	margin-top: 15px;
	margin-bottom: 15px;
}

.twoColFixRtHdr #sidebar2 h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin: 0;
	background: #99954c url(images/logo.jpg) no-repeat;
}

.twoColFixRtHdr #sidebar2 p{
	padding-left: 20px;
	padding-right: 20px;
}


.twoColFixRtHdr #sidebar2 img{
	opacity: 0.3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	margin-top: 15px;
	border-top: 2px dotted #a9a9a9;
}



/* @end */

/* @group MainContent */

.twoColFixRtHdr #mainContent { 
	margin: 15px 270px 0 0;
	border: 1px solid #d5d5d5;
	color: #797979;
	text-indent: 20px;
	padding: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

.twoColFixRtHdr #mainContent h1{
	color: #777f00;
	text-indent: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.twoColFixRtHdr #mainContent h2{
	color: #777f00;
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}

.twoColFixRtHdr #mainContent h3{
	text-indent: 0;
	font-size: 8px;
}

.twoColFixRtHdr #mainContent strong{
	color: #777f00;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent a{
	text-decoration: none;
	color: #929000;
}

.twoColFixRtHdr #mainContent a:hover{
	text-decoration: underline;
	color: #000000;
}


/* @end */

/* @group MainContent2 Home */

.twoColFixRtHdr #mainContent2 { 
	margin: 15px 270px 0 0;
	padding: 20px;
	border: 1px solid #d5d5d5;
	color: #797979;
	text-indent: 20px;
	background: #f1eedd url(images/dstar_bk.jpg) no-repeat left bottom;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.twoColFixRtHdr #mainContent2 img{
	clear: none;
	float: left;
	margin-bottom: 80px;
	margin-right: 25px;
}

.pdf_img {
	margin-left: -70px;
}



.twoColFixRtHdr #mainContent2 h1{
	color: #777f00;
	text-indent: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

.twoColFixRtHdr #mainContent2 h2{
	color: #777f00;
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}

.twoColFixRtHdr #mainContent2 h3{
	text-indent: 0;
	font-size: 90%;
}

.twoColFixRtHdr #mainContent2 strong{
	color: #777f00;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent2 a{
	color: #929000;
	text-decoration: underline;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent2 a:hover{
	color: #000;
}



/* @end */

/* @group MainContent3 Category Pages */

.twoColFixRtHdr #mainContent3 { 
	margin: 15px 270px 0 0;
	border: 1px solid #d5d5d5;
	color: #797979;
	text-indent: 20px;
	padding: 15px 15px 15px 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fff no-repeat;
}

.twoColFixRtHdr #mainContent3 p{
	padding-left: 180px;
	padding-right: 10px;
}


.twoColFixRtHdr #mainContent3 img{
	float: left;
}

.twoColFixRtHdr #mainContent3 h1{
	color: #777f00;
	text-indent: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-left: 180px;
}

.twoColFixRtHdr #mainContent3 h2{
	color: #777f00;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	padding-left: 180px;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: 1px dotted #d5d5d5;
}

.twoColFixRtHdr #mainContent3 strong{
	color: #777f00;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent3 a{
	text-decoration: none;
	color: #929000;
}

.twoColFixRtHdr #mainContent3 a:hover{
	text-decoration: underline;
	color: #000000;
}


/* @end */

/* @group MainContentContact */

.twoColFixRtHdr #mainContent_contact { 
	margin: 15px 270px 0 0;
	border: 1px solid #d5d5d5;
	color: #797979;
	padding: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}


.twoColFixRtHdr #mainContent_contact p{
	padding-left: 300px;
	padding-right: 10px;
}

.twoColFixRtHdr #mainContent_contact a {
	color: #929000;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent_contact a:hover {
	color: #000;
	}
	
.twoColFixRtHdr #mainContent_contact h1{
	color: #777f00;
	text-indent: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding-left: 300px;
	border-top: 1px solid #d5d5d5;
	padding-top: 16px;
}

.twoColFixRtHdr #mainContent h2{
	color: #777f00;
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
}

.twoColFixRtHdr #mainContent strong{
	color: #777f00;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent a{
	text-decoration: none;
	color: #929000;
}

.twoColFixRtHdr #mainContent a:hover{
	text-decoration: underline;
	color: #000000;
}


/* @end */

/* @group SubContent Category Pages */

.twoColFixRtHdr #subContent { 
	margin: 15px 270px 0 0;
	border: 1px solid #d5d5d5;
	height: 120px;
	background: url(images/section_hdr_bk.jpg) repeat-x right;
}

.twoColFixRtHdr #subContent img{
	margin: 15px 15px 15px 52px;
	float: left;
}

/* @end */

/* @group Footer */

.twoColFixRtHdr #footer { 
	padding: 0 20px;
	background: #fff;
	border: 1px solid #d5d5d5;
	text-align: right;
	margin-bottom: 16px;
	height: 35px;
	line-height: 16px;
	font-size: 10px;
	margin-top: 15px;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.twoColFixRtHdr #footer a {

	text-decoration: none;
	color: #929000;
}

.twoColFixRtHdr #footer a:hover {
	text-decoration: underline;
}



/* @end */

.ed_img {
	padding: 4px;
	border: 1px solid #d5d5d5;
	margin-left: 16px;
}