/* * * * browser equalization / don't mess with this * * * */

* { margin: 0; padding: 0; }

/* * * * general * * * */

body {
	color: #1f1f1f;
	font: 85% Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-align: center;
	background-image: url(../images/gradient1D4732.png);
	background-repeat: repeat-x;
	/*background-color: #1E4933;*/
}

/* * * * links * * * */

a { 
	color: #111111; 
	text-align: center;
	 }
a:hover { color: #1d4732; }

/*a img { border: 1px solid #ccc; margin: 5px; padding: 5px; }*/
a:hover img { border-color: #db8080 }

/* * * * standard * * * */

p  {
	line-height: 1.5em;
	font-size: .98em;
	padding: 5px 0px 10px 0px
}

li  {
	margin: .5em 0 .5em 2em;
	list-style-type: circle;
}

h1 {
	color: #345134;
	font-size: 200%;
	font-weight: bold;
}

h1 a {
	text-decoration: none;	
}
	
h2 {
	color: #dbd3b9;
	font-size: 160%;
	font-weight: normal;
	margin: 0em 0 1em 0;
	padding: 0em 0.2em;
	background-image: url(../images/bgnd2.jpg);
	background-repeat: repeat-y;
	font-style: italic;	
}
h3 {
	color: #333333;
	font-size: 105%;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	/*margin-bottom: 7px;*/
}
.hidden { display: none; }



/* * * * wrap / header * * * */

#wrap {
	border: 1px solid #1D4732;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background-color: #ffffee;
}
#header {
	background: url(../images/bg6.jpg) no-repeat;
	color: #345134;
	font-style: italic;
	border-bottom: 1px solid #ccc;
	height: 80px;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-weight: bold;	
}

.header-llc {
	font-size: 50%;
	font-style: italic;
	font-variant: small-caps;
	text-decoration: none;
	display: inline;
	color: #111111;
}


/* * * * top navigation * * * */

/*************Son of Suckerfish / Nav_Tree Styles**************/

/* Credits: HTML Dog/Patrick Griffiths/Dan Webb @ http://www.htmldog.com/articles/suckerfish/dropdowns/ */



#nav  { 
	padding: 8px 10px 10px 10px;
	margin: 0;
	list-style: none;
	line-height: 1.6em;
	height: 20px;
	background-image: url(../images/dbd3b9-30grad-fff5d8.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid /*#548254;*/ #ccc;
	background-position: bottom;
	background-color: #fff5d8;
	font-size: .87em;
	
}

#nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	margin: 0;
	display: block;
	text-decoration: none;
	list-style: none;
	color: #777;
	font-weight: bold;
	

}

#nav li {
	margin: 0;
	float: left;
	width: 77px;
	list-style: none;
/*	padding: 0px 14px;*/
/*	border-right: 1px solid #ccc;*/
}

/*#nav li.right {
	border: none;
}*/

#nav li a:hover  {
	color: #345133;
	list-style: none;
}

#nav li ul { /* second-level lists */
	margin: 0;
	position: absolute;
	background: #e6ddc2;
	list-style: none;
	width: 100px;
	padding: 0px 8px;
	line-height: 1.4em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li  {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-right: none;
	width: 100px;
}

#nav li ul li a:hover {
	color: #345133;

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

	
}

/* * * * content * * * */

#content {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 8px 0 0 10px;
	background-image: url(../images/f7f4d9_5_ffffff.png);
	background-repeat: repeat;
	}

/* * * left column * * * */

#column1 {
	float: right;
	/*clear: left;*/
	width: 144px;
	padding: 0px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
	
}
#column1 p {
	line-height: 1.1em;
	text-align: right;
	font-size: .85em;
	margin: 0px 0px 0px 0px;
}

#column1 a  {
	text-decoration: none;
	text-align: right;	
}

#column1 a:hover  {
	font-weight: bolder;
	border-bottom: 1px solid #1d4732;
	
	
} 

#column1 h3  {
	text-align: center;
	margin: 5px;
	
}

.li_std  {
	line-height: 1.4em;
	margin: 1em 0 0 3em;
}

/* * * right column * * */

#column2 {
	width: 580px;
	float: left;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	/*border-right: 1px dotted #cccccc;*/
	
}


/********NO Column Divs******/
#nocolumn  {
	margin: 0px 0px 0px 10px;
	padding: 10px;
}

.sizeprice {
	float:left;
	width: 180px;
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 5px 5px 5px;
	padding-top: 10px;
	
}
.sizeprice p{
	
	margin: 5px;
}

.sizeprice h3 {
	/*text-align: center;*/
}

.options1 {
	float:left;
	width: 251px;
	line-height: 1.4em;
	margin: 10px;
	padding: 7px;
	border: 1px solid #dbd3b9;
	background-color: #ffffef;
}

#options1 img  {
	border: 1px solid #aaaaaa;
}	

.options2 {
	float:left;
	width: 251px;
	line-height: 1.4em;
	margin: 10px;
	padding: 7px;
	border: 1px solid #dbd3b9;
	background-color: #ffffef;
	/*padding-left: 10px;*/
	/*border-left: 1px solid #cccccc;*/
}

/*****Model Divs*******/
#model-top  {
	float:left;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

.model-thumb  {
	float:left;
	margin: 10px 15px 10px 10px;
	padding: 5px 10px;
	width: 140px;
	border: 1px solid #dbd3b9;
	background-color: #ffffef;
	text-align: center;

}
.model-thumb img  {
	margin: 5px 0px;
	padding: 0px;
	border:1px solid #445566;

	text-align: center;
}

.caption  {
	text-align: center;
	font-size: 0.85em;
	margin: 5px 0px;
	padding: 0px;
	line-height: 1.3em;
	color: #333333;
}

.sold  {
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: .98em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.thumb-heading  {
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	margin: 5px;
	padding: 0px;
	color: #1D4732
}

 .clearboth { 
 	clear: both; 
}
 
.table_heading  {
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

.class_center  {
	margin: auto;
}


/* * * * footer * * * */

#footer {
	clear: both;
	margin-top: 30px;
	padding-top: 20px;
	/*line-height: 2.2em;*/
	text-align: center;
	color: #999;
	border-top: 1px solid #ddd;

}
#footer li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 5px 2px 5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: .8em; 
}

#footer a {
	
	color: #999;
	text-decoration: none;
	/*border-bottom: 1px solid #ccc;*/
	
}
#footer a:hover  {
	/*background-color: #fff5d8;*/
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
#footer p  {
	font-weight: normal;
	font-size: .77em;
	color: #999;

}

.flt_right {
	float: right;
	margin: 10px 0px 5px 10px;
}

.flt_left  {
	float: left;
	margin: 10px 20px 10px 0px;
	
}

img {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

td {
	border: none;
	text-align: center;
	padding: 3px 0px;
}

th  {
	border: none;
	text-align: center;
	font-weight: bolder;
}

form {
	border: 1px solid #dddddd;
	padding: 10px 20px;
}
caption {
	color: #333333;
	font-size: 105%;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
table {
	border: none;
}

.no-border {
	border: none; 
	underline: none;
}

