@import url("form.css");


/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #000000 url(../images/body_bg.gif) repeat;
	color: #E0B556;
	font-size: 80%;
}

/*------------------------------------------BEGIN GENERIC STYLES-----------------------*/

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input, select{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
}
ul, ol, dl  {
	list-style: square inside;
	margin-top: 1em;
	line-height: 2em;
}
p {
	margin-top: 1em;
	line-height: 1.5em;
}
hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #E0B556;
	border-left: none;
	color: #E0B556;
}
blockquote, q {
	font-style: italic;
	margin-top: 1em;
}
a img {
	border-style: none;
}

/*Default Link Styles*/
a:link, a:visited {
	color: #cccccc;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover, a:active {
	color: #FFFFFF;
}
/*------------------------------------------------------GENERIC CLASSES--------------*/

/*Apply to 1st paragraph*/
.indent {
	text-indent: .5em;
}

/*Apply span tag to the first letter in the first paragraph*/
.indent span {
	font-size: 2em;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}

.productPictures
{
	margin: 0 auto;
	text-align:center;
	width: 90%;
	padding: 1em;
	margin-top: 1em;
	background-color:#000000;
	}



/*Generic styles for orange box*/
.boxOrange {
	background: #E0B557 url(../images/orange_box_bg.gif) repeat-x;
	color: #333333;
	width: 90%;
	border: 1px solid #F4E6C4;
	padding: 1em;
	margin-top: 1em;
}
.boxOrange ul li {
	display: inline;
	margin-right: 1em;
	border-right: 1px solid #333333;
	padding-right: 1em;
	
}
.boxOrange ul li.last{
		border-right-style: none;
}
.boxOrange  a:link,.boxOrange a:visited {
	color: #333333;
	font-size:100%;
}
.boxOrange  h3 {
	background: #DDB657 url(../images/orange_box_bg.gif);
	padding:  0.2em 0.7em 0.7em;
	margin: 0px;
}
.boxOrange label span {
	width: 45%;
	margin-top: .3em;
}

/*Apply to "New!" text for new products*/
.new {
	color: #FF0000;
}

/*This is apllied to the img tags on the product pages*/
.imgProducts {
	float: right;
}

/*--------------------------------------------------END GENERIC STYLES---------------------*/

/*Background image is 1000px wide and repeats verticaly down the page*/
#wrapper {
	background: #000000 url(../images/wrapper_bg.gif) repeat-y left 220px;
	width: 1000px;
	margin: 1em auto;
}

/*Header has relitave positioning for the absolute positioned elements inside it.*/
#header {
	height: 215px;
	width: 1000px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat;
}

/*For disabled style browsing, screen readers and search optimization.*/
#header h1, #header h2   {
	text-indent: -9999px;
}

/*Login section inside the header*/
#admin {
	position: absolute;
	bottom: 3px;
	right: 18px;
	background: url(../images/admin_bg.gif) no-repeat;
	height: 55px;
	width: 229px;
}
#admin p {
	margin: 0.2em 0px 0px 0.5em;
	font-size: 1.3em;
	line-height: normal;
	font-weight: bold;
}

/*For the dynamic text (visitor, client, admin, persons name)*/
#admin p span {
	color: #FFFFFF;
	margin-left: .2em;
	font-style: italic;
	font-size: 80%;
}

/* Login, logout, clients, account links*/
#admin  ul  {
	list-style: none;
	margin: 0px;
	text-indent: .5em;
	width: 250px;
}
#admin ul li {
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.5em;
	line-height: normal;
}
#admin a.link,   #admin a:visited, #admin a
{
	color:#fff;
	line-height: 1.7em;
	
	}
	
	
#admin a:hover
{
	color:#E0B556;
	line-height: 1.7em;
	
	}	
	
	
/*----------------------------------------BEGIN MAIN NAVIGATION--------------------*/

/*Absolutely positioned inside of the header*/
#nav  {
	background: url(../images/nav_bg.gif) no-repeat;
	position: absolute;
	left: 19px;
	bottom: 10px;
	width: 727px;
	height: 47px;
}
#nav ul {
	display: block;
	height: 47px;
	margin-left: 15px;
	margin-top: 0px;
	list-style: none;
}
#nav ul li {
	line-height: 2.5em;
	float: left;
	width: 90px;
	height: 47px;
	margin-right: 10px;
	margin-top: 0px;
}

/*Sends the text of the screen - For disabled styled browsing, screen readers, and search engine optimization.*/
#nav ul li span {
	text-indent: -9999px;
	display: block;
}
#nav  a:link, #nav a:visited {
	display: block;
	height: 47px;
}

/*----------------admin navigation---------------------------------*/

/*Absolutely positioned inside of the header*/
#adminnav  {
	background: url(../images/adminnav_bg.gif) no-repeat;
	position: absolute;
	left: 19px;
	bottom: 10px;
	width: 727px;
	height: 47px;
}
#adminnav ul {
	display: block;
	height: 47px;
	margin-left: 15px;
	margin-top: 0px;
	list-style: none;
}
#adminnav ul li {
	line-height: 2.5em;
	float: left;
	width: 90px;
	height: 47px;
	margin-right: 10px;
	margin-top: 0px;
}

/*Sends the text of the screen - For disabled styled browsing, screen readers, and search engine optimization.*/
#adminnav ul li span {
	text-indent: -9999px;
	display: block;
}
#adminnav  a:link, #adminnav a:visited {
	display: block;
	height: 47px;
}


/*----------------Client Navigation-------------------------------------------*/

/*Absolutely positioned inside of the header*/
#clientsnav  {
	background: url(../images/clientsnav_bg.gif) no-repeat;
	position: absolute;
	left: 19px;
	bottom: 10px;
	width: 727px;
	height: 47px;
}
#clientsnav ul {
	display: block;
	height: 47px;
	margin-left: 15px;
	margin-top: 0px;
	list-style: none;
}
#clientsnav ul li {
	line-height: 2.5em;
	float: left;
	width: 90px;
	height: 47px;
	margin-right: 10px;
	margin-top: 0px;
}

/*Sends the text of the screen - For disabled styled browsing, screen readers, and search engine optimization.*/
#clientsnav ul li span {
	text-indent: -9999px;
	display: block;
}
#clientsnav  a:link, #clientsnav a:visited {
	display: block;
	height: 47px;
}


/*-------------------------------------------------------END MAIN NAVIGATION-------------------*/

/*Floated to contain the floated columns*/
#contentWrapper {
	margin-left: 1.5em;
	background: #000000 url(../images/content_bg.gif) no-repeat;
	width: 962px;
	float: left;
}

#form1
{
background: url(none);
border-style: none;
margin: 0px;
padding: 0px;	
}

	

#sideColumn {
	padding: 30px;
	width: 31%;
	float: right;
}
#sideColumn h1 {
	font-size: 2em;
	margin: 0px 0px 1em;
}
#sideColumn h2 {
	font-size: 1.5em;
}
#mainColumn {
	width: 56%;
	padding: 30px;
	float: left;
}
#mainColumn h1 {
	font-size: 2em;
	margin: 0px 0px 1em;
}
#mainColumn h2 {
	font-size: 1.5em;
}

#mainColumn a.link,   #mainColumn a:visited, #mainColumn a
{
	color:#E0B556;
	line-height: 1.7em;
	font-size: 100%
	}
	
	#mainColumn a:visited
{
	color:#cccccc;
	line-height: 1.7em;
	font-size: 100%
	}
	
/*Used to seperate the columns and may need an inline style to control the height depending on the page.*/
#gutter {
	width: 2px;
	height: 500px;
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
	border-right: 2px dotted #333333;
}

/* Footer has relitave positioning for the absolute positioned elements inside it. */
#footer {
	background: url(../images/footer_bg.gif) no-repeat bottom;
	height: 51px;
	width: 1000px;
	clear: both;
	position: relative;
}
#footer ul {
	list-style: none;
	margin-left: 1em;
	position: absolute;
	left: 1em;
	bottom: 1em;
}
#footer ul li {
	display: inline;
	margin-right: 0.5em;
	border-right: 1px solid #cccccc;
	padding-right: 0.5em;
	margin-left: 0px;
	padding-left: 0px;
}
#footer  ul  li  a {
	line-height: 1.7em;
}
#footer ul li.last {
	border-right-style: none;
}
#footer p#copyright {
	text-align: right;
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#footer a.link,   #footer a:visited, #footer a
{
	color:#FFF;
	font-size:100%;
	}

#footer a:hover
{
	color:#E0B556;
	line-height: 1.7em;
	
	}	
#recover a:link,   #recover a:visited, #recover a
{
	color:#333333;
	line-height: 1.7em;
	font-size: 100%;
	}
	
	
#recover a:hover
{
	color:#000000;
	line-height: 1.7em;
	
	}	