body { 
	background: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #333; 
	margin: 0px;
}

#container {
	width: 900px;	
	background-color: #231F20;
	margin: 0 auto;	
	border: solid 2px #AD2126;
}

#title { 
	background: url(../images/header.jpg) no-repeat;
	padding: 121px 0 0 0;	
}

#nav { text-transform: lowercase !important; }

#nav ul { 
	display: block;
	height: 28px;
	background: #E7E7E8 url(../images/bg_nav.jpg) 0 100% repeat-x;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#nav ul li { 
	list-style-type: none;
	float: left;
	border-left:1px solid #A0A0A1;
	height: 28px;
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	display: block;
	color: #545152; 
	text-decoration: none;
	padding: 0 1em;
	border-left:1px solid #F0F0F0;
}
#nav ul li a:hover, #nav ul li.selected a {	
	color: #fff; 
	text-decoration: none; 
	background-color: #807175;
	border-color: #807175;
}



#content {
	width: 860px;
	border: solid 1px #AD2126;
	padding: 10px;
	margin: 10px 0px 10px 10px;
	background-color:#FFFFFF;
}

#content ul {
	padding:0 0 0 20px;
	margin: 0px;
}


#content ul li {
	padding-bottom: 15px;
	text-align: left;
}

#footer {
	text-align: center;
	font-size: 85%;
	color: #fff;
	padding: 5px 0;
	color: #231F20;
}

#footer a { color: #231F20; text-decoration: none; }

#footer a:hover { color: #666666; }


#response { 
	background-color:#eae1d8; 
	color:#AB8D73; 
	font-weight: bold; 
	padding: 1em; 
	border: 2px solid #AB8D73; 
	margin-bottom: 1em; 
}

#left { 
	width: 500px; 
	clear: left; 
	float: left;  
	display: inline; 
	margin-bottom: 10px; 
	text-align: justify;
}

#right { 
	border: 1px solid #FFF; 
	width: 260px; 
	margin: 0 0 0 10px;
	float: left;
}


#right img { 
	margin: 10px 0 0 45px;
}



.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
	font-size: 1px;
}

/*
	* Styles for the navigation menu. to hide the whole menu set #nav to display: none
	* The menu uses the child selector to show/hide levels but is not supported in IE6. 
	* This is fixed in the ie6win.css file where it has been added in manually. IE6 can 
	* support up to 4 levels.
*/

/* #nav { line-height: 1; }

#nav ul {  
	color: #000; 
	list-style: none; 
	font-size: 80%;
	margin: 0; 
	padding: 5px 10px 1px 10px; 
	display: block;
	height: 20px;
}

#nav li { 
	float: left; 
	position: relative;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: #a88d74;
}

#nav ul ul {
	height: auto;
	padding-bottom: 5px;
}

#nav li li { float: none; clear: left; width: 160px; }

#nav ul li { padding: 0.3em; }

#nav a { 
	padding: 0 7px;
	border: none;
	color: #EBE4DE;
	text-decoration: none;
	font-size: 10px;
}

#nav a:hover { 
	color: #FFF;
	text-decoration: underline;
}

#nav li:hover ul { display: block; }

*/



/*
	* These are the global styles that apply to all areas of the website. They 
	* include heading, paragraph and form fields.
*/

h1, h2, h3, h4, h5 { 
	font: bold 100% Arial, Verdana, Helvetica, sans-serif;
	color: #929292;  
	margin: 0;
}

h1 { 
	font-size: 175%;
	color: #666; 
	font-weight: normal;
	margin: 0px 0px 10px 0px; 
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}

h2 { 
	font-weight: normal;
	font-size: 150%;
	margin: 0px 0px 10px 0px; 
}

h3 { 
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 10px 0px; 
}

p { color: #666; max-width: 650px;}

a { color: #666666; }

a:hover {  }

caption { display: none; }
th, td { padding: 0.5em; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; }
td { text-align: center; }
th { text-align: left; color: #000; background: #fafafa; border-right: 1px solid #CCC; width: 180px; }
table { border-spacing: 0; border-collapse: collapse; margin-bottom: 0.5em; width: 680px; border-left:1px solid #CCC; border-right:1px solid #CCC; }

input, 
select, 
textarea { font: 1em verdana, helvetica, sans-serif; color: #333; padding: 0.2em; border: 1px solid #666; }

.button a { background: #dde8f5; border: 1px solid #8CA4C2; color: #6583a8; cursor: pointer; width: auto; 
	padding: 0.3em; margin-left: 1em; margin-bottom: 1em; text-decoration: none; }
 
fieldset { margin-top: 1em; border: none; border-top: 0.1em solid #CCC; padding: 1em 0 0.5em 1em; }
legend { font-weight: bold; padding: 0 1em 0 1em; color: #EF936E; margin-bottom: 0.3em; font-size: 1.3em; }

input, textarea {
	width: 212px;
	background: #fff;
	border: 1px solid #C3C3C3;
	padding: 3px;
}

label {
	padding-bottom: 10px;
	display: block;
}

label span {
	width: 50px;
	display: block;
	float: left;
}

/*
label .title { width: 10em; height: 100%; float: left; margin-right: 1em; }
label .input {	float: left; padding-right: 1em; }
label { padding: 0.5em 0; display: block; clear: left; }
label .alert { margin-top: 0.4em; display: block; }

.alert { color: #FF0000; }

label input,
label textarea, 
label select { border: 1px solid #CCC; background: #fafafa; width: 17em;  }
label select { width: 17.5em; }
*/

fieldset input.button { width: auto; margin: 0; }

.date { float: left; margin-right: 1em; }
.date select { width: auto; }

.radio, .checkbox { display: block; margin-bottom: 0.3em; }
.radio input, 
.checkbox input { margin-right: 0.5em; width: auto; border: none; }

input.button { background: #dde8f5; border: 1px solid #8CA4C2; color: #6583a8; cursor: pointer; width: auto; 
	padding: 0.2em; margin-left: 1em; }


/*

* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }

/*
	* Allow drop-down menu to work in IE at mutiple levels because of 
	* not supporting the child selector. This enables IE6 to support 
	* sub-menus of up-to 4 levels deep.
*/

/*
* html #nav li:hover ul {display: block;}
* html #nav li:hover ul ul { display: none; }

* html #nav li ul li:hover ul {display: block;}
* html #nav li ul li:hover ul ul {display: none;}

* html #nav li ul li ul li:hover ul {display: block;}
* html #nav li ul li ul li:hover ul ul {display: none;}

* html #nav li ul li ul li ul li:hover ul {display: block;}

* html #productDetails .images { padding: 1em; }
*/
