body
{
	font-family: Arial;
	margin: 0px auto;
	border: none;
	background-color: #AAA;
	width: 871px;
	background-image: url('../images/gradient.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ACACAC;
	color: white;
	font-size: 12px;
	line-height: 18px;
}

table { margin: auto; border: solid 1px #888; }
td, th { padding: 8px; vertical-align: top; text-align: left;  }
a img { border: none; }

input.text { border: solid 1px black; padding: 3px; }
textarea { width: 200px; height: 100px; font-family: Arial; }

#header
{
	height: 352px;
	font-size: 1.8em;
	width: 799px;
	margin:  0px auto;
}
#header span
{
	display: none;
}
h1 { font-size: 1.6em; color: #FFE04A; }
h2 { font-size: 1.2em; }

#menu
{
	background-color: black;
	margin: 2px 40px;
	padding: 9px;
}
#menu li
{
	list-style-type: none;
	display: inline;
	border-right: solid 1px white;
	padding: 0px 14px 0px 14px;
}
#menu li:last-child
{
	border-right: none;
	padding-right:0;
}


#menu li a
{
	color: white;
	text-decoration: none;
}
#menu li a:hover
{
	color: #FFEA52;
}
#menu li a.active
{
	color: #FFEA52;
}



/* minimum menu requirements for functionality */

.topmenuul{
border: 0;
margin: 0;
padding: 0;
width:788px;
float: left;
background-color: #D6D5D5;
}

.topmenuli{
	list-style-type:none;
	float:left;
}


li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

/* menu design */

#dmenu {
	font-weight:normal;
	margin:0;
	padding:0;
	display:block;
	width: 780px;
	margin: auto;
	margin-top:7px;
	margin-bottom:40px;
	background:black;
}

.topmenu a{
	background: url(../images/bar.gif) no-repeat center right;
	border-bottom:0;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family:arial;
	font-size:12px;
	line-height:26px;
	padding:0 17px;
}

.topmenu a.two
{
	background: none;
}

* html .topmenu a  {
}


.topmenuli a:hover
{
color: #FFEA52;
font-weight:normal;
}

* html .submenuli a  {
}



.submenuul{
	list-style-type:none;
	position:absolute;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-bottom:1px;
	margin-left:-20px;
	padding-bottom:0px;
	line-height:normal;
	display:none;
	text-align:center;
	border:0;
}

.submenuli a{
	margin-top:0;	
	margin-right:0px;
	margin-left:0px;
	border-top:0px;
	text-align:left;
	background:#333;
	border-right:0;
	width:100px;
}




#container
{
	width: 860px;
	margin: auto;
	margin-bottom: 10px;

	background-image: url('../images/home-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	
	border-top: none;
	border-bottom-width: 2px;

	height: 1145px;

	/*
	background-image: url('../images/container-bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	*/
}

#content
{
	padding: 40px;
	padding-top: 20px;
	min-height: 400px;
	margin: 4px;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 0px;

}

#footer
{
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: small;
	margin-top: -35px;
	line-height: 22px;
}
#footer a
{
	color: #EED03A;
	text-decoration: none;
}
a
{
	color: #EED03A;
}













/* Makes tables Nice */
table.nicetable
{
	font-family: Arial;
	border: solid 2px black;
	border-collapse: collapse;
}
table.nicetable th
{
	padding: 6px;
	border: solid 1px black;
	vertical-align: top;
}
table.nicetable td
{
	padding: 6px;
	border: solid 1px black;
	text-align: left;
}
/*******************/



table.contactform
{
	border: solid 1px #555;
	margin: 20px;
	border-collapse: collapse;

}
table.contactform th
{
	text-align: left; vertical-align: top; padding-right: 20px; padding-bottom: 10px; 
	background-color: #888;
	border: solid 1px #AAA;
}
table.contactform td
{
	padding-bottom: 10px;
	background-color: #DEDEDE;
	border: solid 1px #AAA;
}





table.nicetable3
{
	background-color: #cccccc;
	color: black;
}

table.nicetable3 td
{
	background-color:white;
}
table.nicetable3 td a
{
	color: black;
}

table.nicetable3 td.head
{
	text-align:right;
	font-weight:bold;
	background:#e0e0e0;
}

table.nicetable3 td.head2
{
	text-align:center;
	font-weight:bold;
	background:#e0e0e0;
}

table.nicetable3 td.cent
{
	text-align:center;
}

table.nicetable3 td.header
{
	text-align:center;
	background:#999999;
	font-weight:bold;
	color:#ffffff;
}
/*******************/

#carddetails
{
display: none; border-collapse: collapse; border: none;
}
#carddetails td { border: none; }



table.product
{
	width: 619px;
	margin: auto;
	border: none;
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
table.product tr
{
	border: none;
}
table.product th
{
	padding: 4px;
	border: none;
}
table.product td
{
	padding: 4px;
	border: none;
}
table.product td h2
{
	font-size: 1.4em; 
	color: #FFE04A;
}
table.product td a
{
	color: black;
	font-weight: bold;
}




#foldingcorner { 
	background-image: url('../images/folding-corner.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 35px;
}




#submenu { display: none; }


#sitemap li
{
	padding: 6px;
}
