/* ********************************************************** */
/* Main Structure
/* ********************************************************** */
body {
	 margin-left:5px; 
	padding: 0; 
/*	max-width:1024px;*/
	background-color:#FFFFFF;
}
#wrapper {
    margin: 0 auto;
    width: 1024px;
		background-color:#FFFFFF;
}
#content {
    width: 100%;
		background-color:#FFFFFF;
}

#header
{
	width: 950px;
	height:95px;
/*	background-color:#00FF00; */
	background-image:url(../userimages/header.jpg); 
	background-repeat:no-repeat; 
	margin:0px 0px 0px 0px;
	padding-left:10px;
}
#footer
{
	clear:both;
	width:500px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px ; 
}
#hiddentext
{
visibility:hidden;
}

#topmain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px ; 
	}
#topmain img
{
	margin:2px;
}
#middlemain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px; 
}
#middlemain img
{
	margin:2px;
}
#fourthmain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px; 
}
#fourthmain img
{
	margin:2px;
}
#fifthmain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px; 
}
#fifthmain img
{
	margin:2px;
}
#sixthmain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding:0px 0px 0px 0px; 
}
#sixthmain img
{
	margin:2px;
}
#bottommain
{
	float:left;
	width: 750px;
	height:240px;
	background-color:#FFFFFF;
	margin:0px -5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
#bottommain img
{
	margin:2px;
}
#products   /*    */
{

	float:left; 
	width:750px;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
}
#products h1
{
	color:#FF0000;;
	text-align:center;
}
#productbox
{
clear:both;
float:left;
width:750px;
background-color:#FFFFFF; /* :#003366; */
}
#productimage
{
	
	float:left;

	height:auto;
	background-color:#FFFFFF;
	padding-left:10px;
	margin-top:5px;
	align:center ;
}
#producttext
{
	float:left;
	width:420px;
/* height:100%; */
	background-color:#FFFFFF;
	font-size:15px;
	color:#000000;
	padding-left:10px;
	margin-top:5px;
	text-align:left;
}
#producttext p
{
	font-size:12px;
	color::#CCCC9A;
}
#productdisplaybox
{
	clear:both;
	float:left;
	width:750px;
	height:auto;
	background-color:#AAdaFF;
	margin:5px;
}
#productdisplayimage
{
	
	float:left;
	margin:10px;
	width:150px;
	height:auto;
}
.imageborder 
{
	border: 4px solid #ACCCff;
	margin: 5px 5px 15px 10px;
	width: 120px;
}
#nextrow
{
	clear:both;
}
#errmessage
{
	display:block; 
	background-color:#FF0000;

	text-transform:uppercase;
	color:#FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
}
#carttable
{
	/* color:#CC3366; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto;
}
#carttable table
{

background-color:#999999;
}
#simpletext
{
	float:left;
	width:500px;
/* height:100%; */
	background-color:#FFFFFF;
	color:#000000;
	padding-left:10px;
	margin-top:5px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
/* ********************************************************** */
/* End of Main Structure
/* ********************************************************** */

/* ******************************************** */
/*     Start of Horizatal Navigation Section    */
/* ******************************************** */
#topnav
{
	
	width:1024px;
	height:45px;
	background-color:#FFFFFF;
	color:#ffffff;
	padding-top:5px;
	margin-top:5px;
	margin-left: -40px ;
	padding-left:-40px;
}

#navholder {  /* Define the shape and color of the list */
	width:100%;
	height:35px;
	background-color:#CCCCCC;
	padding-top:5px;
}

#navholder img
{
	
	margin: 0px 0px 0px 0px ;
}
#nav li:hover ul, #nav li.over ul 
{
	/*  Caused the SecondaryList to be displayed/hidden */
 
 display: block; 
}

#nav ul {
	float:left;

	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;

}

#nav li {       /* Each list element is shown horz */
	float:left;
	font-size:0;
	position: relative;
	list-style-type:none;
	list-style: none;
	}

#nav li ul {   /* Causes each sub list be hidden  */
	position: absolute;
	left: 0px;
	top: 41px;
	display: none;
	width:144px;
	list-style: none;
	}


#nav img { /*  Define any images used */
	display:block;
	padding:0px;
	margin:0px;
	border:0px;
}

ul.subnav a {   /*  Define the properties of the drop down entries */
	font-family:Arial;
	font-size:14px;
	color:#fff;
	background-color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
	padding-left:10px;
	width:144px;
	display: Block;

}
#nav a
{
	font-size:10px;
	line-height:20px;
	letter-spacing:1px;
	margin-right:1px;
}

.subnav li a:hover { 
	/*  Define the properties of the drop down entries when the mouse is moved over*/ 
	background-color:#adf;
}

.subnav li { /* Define the border colors of the drop down list   */
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#FF0000;
}

ul.subnav {  /* Define the border at the top ?? */
	border-top-style:solid;
	border-width:5px;
	border-color:#FFFFFF;
}
/* ******************************************** */
/*     End of Horzontal Navigation Section    */
/* ******************************************** */

/* **************************************** */
/*      Start of Text Based Classes         */
/* **************************************** */
.base
{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}

.productbase
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.time
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.basebold
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

.question
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFCCFF;
}

.answer
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none }

/* **************************************** */
/*        End of Text Based Classes         */
/* **************************************** */
/* ********************************** */
/*  Start of Form, Form,Fields CSS    */
/* ********************************** */
label
{
width: 11em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input, file, textarea, select
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
padding:0px;
width: 700px ;
/* float:left; */
clear:left;
}

#formheader
{ 
	display:block;
	width:100%; 
	height:20px;
	/* color: #781351;*/
	background:#FF9933; /* #fee3ad;*/
	/* border: 1px solid #781351 */
	text-align:center;
	font-size:12px;
	/* padding:3px 3px 3px 3px;*/
}
#errmessage
{
        display:block;
        background:#FF0000;
        /* border: 1px solid #781351;*/
        padding:0px 0px 0px 0px;
        margin:5px ;
        text-transform:uppercase;
        color:#FFFFFF;
        font-size: 12px;
        font-style: italic;
        font-weight:bold;
}
legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}
/* ********************************** */
/*    End of Form, Form,Fields CSS    */
/* ********************************** */