@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-size: 12pt;
	background-image: url(images/home_images/bkgrnd4.png);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container {
	width: 949px;
	margin: 0 auto;
	background-image: url(images/newbkgrnd2.jpg);
	background-repeat: repeat-y;
} 
.homemenu {
	height: 26px;
	width: auto;
	border: 1px solid #2F1909;
	background-color: #2F1909;
	margin-right: 25px;
	text-align: left;
	vertical-align: bottom;
	color: #FFF;
	font-size: 11px;
	margin-left: 20px;
}
.twoColFixRtHdr #header {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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: #EBEBEB;
	background-color: #2F1909;
	margin-top: 42px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 11px;
	margin-right: 30px;
	padding-right: 10px;
}
.twoColFixRtHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.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;
}
.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;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFE4B3;
	margin-left: 60px;
	text-align: justify;
	font-weight: normal;
	margin-right: 60px;
}
.photoright {
	float: right;
	border: 1px solid #000000;
	margin-left: 20px;
	margin-bottom: 10px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 75px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E4CCA0;
	margin-bottom: -5px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 5px;
	margin-left: 60px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-left: 60px;
	line-height: 20px;
	color: #F90;
	margin-top: -1px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: -10px;
	margin-left: 60px;
	text-align: left;
}
a:link {
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF9900;
}
a:visited {
	color: #0099FF;
}
a:active {
	color: #FF9900;
}
.imagewcaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	height: auto;
	width: 500px;
	margin-right: 60px;
	margin-left: 25px;
	color: #FFEAC3;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 14px;
	text-align: left;
	border-bottom-color: #2B180A;
	border-top-color: #2B180A;
	border-right-color: #2B180A;
	border-left-color: #2B180A;
}
.imgleftindent {
	padding-left: 160px;
}
.boxedcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: auto;
	width: 401px;
	float: right;
	padding-bottom: 20px;
	margin-right: 10px;
}
imagecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 300px;
	width: 401px;
}
.imagewcaptionsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	height: auto;
	width: 250px;
	margin-left: 20px;
	color: #FFEAC3;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 20px;
	line-height: 14px;
	text-align: justify;
}
.homecontainer {
	width: 900px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: left;
}
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFECC1;
	text-align: left;
}
.soldout {
	color: #F00;
	font-weight: normal;
	font-size: 12px;
}
.box {
	height: auto;
	width: 680px;
	border: 2px solid #000;
	margin-left: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #ffebd8;
	padding: 20px;
}
.twoColFixRtHdr #container #mainContent #sidebar1 div .style2.style4 a {
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #F90;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dot {
	color: #0CF;
}
.ltbluebold {
	color: #AEEDFF;
	font-size: 12px;
	font-weight: bold;
}
.phome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}
.DYKtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F6D9AA;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.phome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FEE3B2;
	padding-left: 20px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F90;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFE4B3;
	margin-left: 60px;
	text-align: left;
	line-height: 18px;
	margin-bottom: -10px;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #45240C;
	text-align: center;
}
.boldwhite {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}
.boldwhite {
	color: #FFF;
	font-weight: bold;
}
