body {
	margin: 10px 0;
	font: .75em Arial;
}

a {
	color: #000;
}

a img {
	border: 0;
}

ul, ol, form {
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 0;
	font-size: 0;
    
}

hr {
	color: #ddd;
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

.required{
    color:red;
}

/****************************************************************************************************
*
* Wrapper styles
*
****************************************************************************************************/

#wrapper {
	width: 990px;
	margin: 0 auto;
}

/****************************************************************************************************
*
* Header styles
*
****************************************************************************************************/

#header {
	height: 114px;
	background: url(images/header.jpg) no-repeat;
}

#header h1 {
	display: none;
}

/****************************************************************************************************
*
* Menu styles
*
****************************************************************************************************/

#left_menu {
	float: left;
	display: inline;
	width: 260px;
	margin-right: 10px;
	background-color: #c7c8ca;
	font-size: 11px;
}

#right_menu {
	float: left;
	display: inline;
	width: 720px;
	background-color: #c7c8ca;
	font-size: 11px;
	color: #fff;
}

#left_menu ul, #right_menu ul {
	list-style: none;
	padding: 4px 4px 6px;
}

#left_menu li, #right_menu li {
	float: left;
  	position: relative; 
	padding: 2px 4px 6px;
	white-space: nowrap
}

#left_menu a, #right_menu a {
	color: #fff;
	text-decoration: none;
}

#left_menu a.current, #left_menu a:hover, #right_menu a.current, #right_menu a:hover, #right_menu li:hover, #right_menu li.over, #right_menu li:hover a, #right_menu li.over a {
	color: #808285;
}

/****************************************************************************************************
*
* Drop down menu styles
*
****************************************************************************************************/

#right_menu li {
	margin-right: 30px;
}

#right_menu ul ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

#right_menu ul ul a.parent, #right_menu ul ul li.parent {
	background: url(images/arrow.gif) no-repeat 173px 8px;
}

#right_menu ul ul a, #right_menu ul ul li.parent {
	color: #808285;
	display: block;
	width: 175px;
	padding: 5px;
	border-top: 1px solid #c7c8ca;
}

#right_menu ul ul a:hover, #right_menu ul ul li:hover a, #right_menu ul ul li.over a, #right_menu ul ul li:hover ul a:hover, #right_menu ul ul li.over ul a:hover, #right_menu ul ul li.parent:hover {
	color: #000;
	background-color: #ddd;
}

#right_menu ul ul li:hover ul a, #right_menu ul ul li.over ul a {
	background-color: #eee;
}

#right_menu ul ul {
	display: none;
	padding: 0;
}

#right_menu ul ul li {
	width: 185px;
}

#right_menu li:hover ul, #right_menu li.over ul {
	display: block;
	position: absolute;
	top: 21px;
	left: -5px;
	background-color: #eee;
	border: 1px solid #c7c8ca;
	border-top: 0;
}

#right_menu li:hover ul ul, #right_menu li.over ul ul {
	display: none;
}

#right_menu li ul li:hover ul, #right_menu li ul li.over ul {
	display: block;
	position: absolute;
	top: 0;
	left: 185px;
}

/****************************************************************************************************
*
* Content styles
*
****************************************************************************************************/

#content div.column1, #content div.column2, #content div.column3 {
	float: left;
	display: inline;
	margin-right: 10px;
}

#content div.column1 {
	width: 260px;
	display:block;
}

#content div.column2 {
	width: 530px;
}

#content div.column3 {
	width: 180px;
	margin-right: 0;
}

#content h2, #content h3, #content p {
	margin: 5px 0 15px;
}

#text_image {
	opacity:1;
	filter:alpha(opacity=100);
}

#location_info {
	height: 230px;
	margin-top: 5px;
}

#content img.margin {
	margin-top: 5px;
}

#content h2 {
	font-weight: normal;
	font-size: 1.3em;
}

#content h2.bold {
	font-weight: bold;
	color: #aaa;
	margin-bottom: 5px;
} 

#content h3 {
	font-weight: normal;
	font-size: 1.3em;
}

#content p {
	line-height: 16px;
}

#content div.images {
	margin-bottom: 10px;
}

#content div.images img {
	margin: 10px 0 0 0;
}

#content div.images span {
	font-style: italic;
	font-size: .9em;
}

#content div.images a {
	text-decoration: none;
}

#content span.code {
	color: #777;
}

/****************************************************************************************************
*
* Product styles
*
****************************************************************************************************/

fieldset {
	padding: 10px;
	margin: 10px 0;
}

fieldset form {
	margin: 10px 0 5px;
}

fieldset ul {
	padding-left: 20px;
}

fieldset li {
	padding: 2px 0;
}

fieldset a {
	text-decoration: none;
}

div.box, div.large_box {
	float: left;
	display: inline;
	width: 233px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
	padding: 10px;
}

div.large_box {
	width: 495px;
}

div.image {
	float: right;
}

img.hidden, span.hidden {
	display: none;
}

/****************************************************************************************************
*
* Form styles
*
****************************************************************************************************/

input, textarea, select {
	border: 1px solid #ccc;
	padding: 2px;
	font: 1em Arial;
}

#contact input {
	width: 200px;
}

#contact textarea {
	width: 420px;
	height: 160px;
}

#contact input.submit {
	width: auto;
}

/****************************************************************************************************
*
* Map styles
*
****************************************************************************************************/

#map {
	width: 520px;
	height: 464px;
	background: url('images/map.jpg') no-repeat;
	margin-top: 5px;
}

#map a {
	color: #00f;
}

#map a.black {
	text-decoration: none;
	color: #000;
}

#map p {
	margin: 0 0 0 380px;
	font-weight: bold;
}

#map p.location2 {
	padding-top: 170px;
}

#map p.location3 {
	padding-top: 15px;
}

#map p.location4 {
	padding-top: 47px;
}

/****************************************************************************************************
*
* Sidebar styles
*
****************************************************************************************************/

#sidebar {
	margin-top: 10px;
}

#signup_newsletter {
	margin-top: 5px;
	background-color: #f00;
	border: 1px solid #000;
}

#signup_newsletter a.text {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 10px;
	display: block;
}

#collection {
	margin-top: 5px;
	background-color: #f00;
}

#collection h2 {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 5px;
	margin: 0;
}

#collection a {
	color: #fff;
	text-decoration: none;
}

#usp {
	margin-top: 5px;
	background-color: #fff100;
	border: 1px solid #000;
	padding: 5px;
}

#usp a {
	color: #000;
	text-decoration: none;
}

#usp h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

#usp p {
	margin: 10px 0 0;
}