

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	
	background-image:url(../images/mainbg1.jpg);
	background-position:center;
background-attachment:fixed;
	
	background-repeat:repeat-y;
	background-color:#313131;
	line-height:14px;
	color:#CCCCCC;
}

a:focus
{
	outline: 1px dotted invert;
}






hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	clear: both;
	height: 0;
}

#header{
width: 940px;
height: 152px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}







#navbar{
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
width: 940px;
height: 33px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	

}






#flashbar{
width: 940px;
height: 292px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}




.productcolumn
{
display: inline;
	float: left;
	margin-left: 10px;
	padding-right: 7px;

	width: 140px;
	border-right:#333333 solid 1px;
	margin-bottom:25px;
}




#footer{
color:#999999;
padding-top:10px;
border-top:#CCCCCC solid 1px;
font-size:11px;
width: 940px;
height: 100px;
display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

a:link {
	color: #B5AC96;
	text-decoration: none;
}

a:visited {
 color: #B5AC96;
	text-decoration: none;
}

a:hover {
	color: #003CFF;
	text-decoration: none;
}

a:active {
	color: #B5AC96;
	text-decoration: none;
}


.bluetext {
	color: #003CFF;
	font-weight:bold;
}

.boldtext {
	
	font-weight:bold;
}

.smalltext {
	
font-size:9px;
}

#buttonbox{

padding-bottom:8px;
display: inline;
float: left;
margin-left: 8px;
margin-right: 0px;
}





.gallerypic {
border:1px; border-thickness: 1px; border-color: #000000; border-style: solid;
}

a:link .gallerypic { border-color: #000000; }
a:hover .gallerypic, a:active .image {border:1px; border-thickness: 1px; border-color: #B5AC96; border-style: solid}


/* =Headings
--------------------------------------------------------------------------------*/

h1{

font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 0px;
	color: #fff;
	line-height: 24px;

margin-bottom:20px;
margin-top:10px;
}

h2{

font-weight:normal;
font-family: Impact;
color: #666666;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 16px;
padding-bottom:7px;
padding-top:2px;
}

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}


hr
{ height: 1px; 
border: 1px solid #C9C9C9;
clear:both;
 
}

img.left
{
float: left;
margin-right: 14px;
margin-bottom:7px;
}

img.right
{
float: right;
margin-left: 14px;
margin-bottom:7px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,

h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}


/* =form
--------------------------------------------------------------------------------*/

.cssform{
padding-top: 12px;

}


.cssform p {
border-top:1px dashed gray;
clear:left;
height:1%;
margin:0;
padding:5px 0 8px 155px;
width:300px;
}
.cssform label {
float:left;
font-weight:bold;
margin-left:-155px;
width:150px;
}

.cssform textarea {
height:150px;
width:250px;
}
* html .threepxfix {
margin-left:3px;
}
.cssform textarea {
background:#FFFFFF url(../images/formgrad.png) repeat-x scroll left top;
border:1px solid #999999;
}
.cssform input {
padding:1px 5px;
}
.cssform textarea {
padding:5px;
}


#stylefour{position:relative;display:block;height:33px;font-size:12px;background:transparent url(../images/navbg1.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;line-height:2.6em; font-weight:bold;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#B5AC96;text-decoration:none;padding:0px 20px 0 20px;height:33px;background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B5AC96;background: url(../images/navbg2.gif) repeat-x top left;
border-right:1px;}