/*baseline styles--------------------------------------------*/
html, body, div, span, iframe, p,
blockquote, a, abbr, acronym, address, del, dfn, em, font, img, strong, sub, sup, 
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

/*Divs*/
#outer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	
}
#header {
	height: auto;
	width: 750px;
}
#mainhome {
	background-image: url(images/homemain.jpg);
	background-repeat: no-repeat;
	height: 614px;
	width: 750px;
}
#flashhome {
	float: right;
	height: 445px;
	width: 497px;
	margin-top: 45px;
}
#texthome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
	width: 150px;
	padding-top: 150px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	clear: left;
}



#sidewrap { /*contains the side bar image, wraps around boxwrap*/
	width: 750px;
	background-repeat: repeat-y;
	background-image: url(images/mid-stretch.jpg);
	float: left;
}


#boxwrap { /*wrapper for floated picboxes*/
	width: 570px;
	margin-left: 160px;
}



.picbox { /*product pictures*/
	height: 200px;
	width: 175px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	float: left;
	display: inline; /*ie6 fix double margin*/
	color: #5E4048;
	border: thin outset #5F414B;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 0px;
	font-size: small;
}
.picbox_admin { /*product pictures*/
	height: 220px;
	width: 175px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	float: left;
	color: #5E4048;
	border: thin outset #5F414B;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top:5px;
}

.td {
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: bold;
}

.td_admin{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #673F48;
	
}

.td_admin_main{
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #673F48;
	
}

#bottom {
	width: 750px;
}

#credits { /*bottom footer*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5F414B;
	height: 25px;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#credits a:link {
	color: #5F414B;
	text-decoration: none;
}

#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #5E4048;
	height: auto;
	width: 520px;
	margin-left: 160px;
	top: 245px;
	padding: 0 0 0 1em;/*This is what gets the bullets to work in IE*/
}

ul#main_content {
	list-style-position: outside;
	margin-left: 12px;
	list-style-type: square;
}

#main_content a:link {
	color: #5E4048;
	text-decoration: underline;
}


ul {
	list-style-image: none;
	list-style-type: none;
	}

/*Navigation*/
#Nav {
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	color: #FFFFFF;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}	
	
ul#navigation {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-variant: small-caps;
	
}

ul#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 21px;
}

ul#navigation a:visited {
	color: #8C6E76;/*lt purple*/
	text-decoration: none;
	padding-left: 21px;
}
/*root path in Nav.php must be correct for this to work!*/
ul#navigation a#this_page:link, ul#navigation a#this_page:visited {
	color: #2F2233;/*dk purple*/
	font-weight:  bold;	
}	

ul#navigation a:hover {
	color: #8C6E76;
	text-decoration: none;
	padding-left: 21px;
	background-image: url(images/logoButton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
	text-decoration:  underline;	
	
}

#viewcart{
	padding-left: 25px;
}

/*Divs for Single product pages*/
#product {/*product main picture*/
	float: left;
	margin-left: 5px;
	padding:10px;
}

#product_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5F414B;
	padding: 10px;
	float: left;
}

#cart {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#cart table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5F414B;
	
}

#samplewrap {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
}

/*form styles*/


body, .form_field, .form_required, .form_description, .form_button{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #673F48;
}


.phpfmg_form, .form_description, .form_footer{
	padding-left: 10px;
	padding-bottom: 10px;
	width: 520px;
}


.field_block{
    padding: 5px;
}


.lab1 {
	color:#673F48;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:0.5em 0.5em 0 1em;
	text-align:left;
	width:8em;
}

.labR {
	color:#673F48;
	float:left;
	font-size:1.1em;
	font-weight:bold;
	margin:0.5em 0.5em 0 1em;
	text-align:left;
	width:8em;
	background: url(images/favicon.jpg) no-repeat right top;
	
}

.form_submit_block{
    margin-top: 10px;
	cursor: pointer;
}

.text_box, .text_area, .text_select {
    background: #EBE5E7 url(images/gradient_pur.gif) top left repeat-x;
	font-size:120%;
	width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 16px;
    color : black;
    margin: 10px;
}

.form_error_highlight{
    background-color: #FFD6A2;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

.btn {
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	background-color: #673F48;
	padding:15px;
	
}

legend {
	font-weight:bold;
	font-variant:small-caps;
	color: #FFF;
	background-color: #673F48;
	padding:15px 25px;
	
}

