body {
	background-color:#fff;
	color: #000;
	margin: 0 0 10px 0;
	font: 15px/18px Arial, Helvetica, Verdana, sans-serif;
}

h1, h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000;
}

h3, h4, h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
		font-size: 14px;
	letter-spacing: 0px;
	color: orange;
	margin: 0;
}

pre {
	background-color: #eeeeee;
	padding: 10px;
	font-size: 11px;
}

fieldset {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	margin: 0;
}

a {
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #73BE1E;
	text-decoration: none;
}

a:visited {
	color: #551A8B;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: none;
}

form {
	margin: 0;
}

input, textarea {
	font-size: 16px;
	font-weight: bold;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#notice, #message, #warning {
	float: left;
	margin: 10px 0;
	font-weight: bold;
	font-size: 18px;
	color: hotpink;
}

#warning {
	font-style: italic;
}


/*-----------------------------------------------------------------------------
2. NAVIGATION
-----------------------------------------------------------------------------*/

#nav_primary {
	float: right;
	font-size: 10px;
	font-weight: normal;
}

#nav_product {
	float: left;
}

.nav a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.nav a:hover {
	color: hotpink;
}


/*-----------------------------------------------------------------------------
3. CLASSES
-----------------------------------------------------------------------------*/

div.clear {
	clear: both;
}

div.line {
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	border-top: 0px solid #ddd;
	overflow: hidden;
}

.nobreak {
	white-space: nowrap;
}


/*-----------------------------------------------------------------------------
4. LAYOUT
-----------------------------------------------------------------------------*/

/*----- 4a. HEADER ----------------------------------------------------------*/
#content-wrapper {
	width: 930px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#content {
	float: left;
	padding: 10px 20px 0 20px;
	width: 900px;
	background-color: white;
}

#header {
	float: left;
	margin-bottom: 4px;
	width: 100%;
}

#project_title {
	float: left;
	width: 470px;
	font: 15px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	font-weight: bold;
}

#project_title a {
	color: #333;
	text-decoration: underline;
}

#project_title a:hover {
	color: green;
}

#tagline {
	background-color: #333;
	color: #333;
	line-height: 16px;
	font-weight: bold;
}

#tagline:hover {
	background-color: white;
	color: #333;
}


/*----- 4b. PAGE CONTENT ----------------------------------------------------*/
#page_content {
	float: left;
	width: 920px;
	margin: 0;
	padding: 0;
}

#left_column {
	float: left;
	width: 680px;
	min-height: 400px;
	padding-left: 0px;
	padding-top: 10px;
	border-right: 1px solid #ddd;
}

#left_column a  {
	text-decoration: underline;
}

#left_column a:hover {
	color: #73BE1E;
}

#right_column {
	float: left;
	width: 200px;
	padding-left: 0px;
	padding-top: 10px;
}

#right_column a {
	text-decoration: underline;
}

#right_column ul li {
	list-style: circle;
	margin: 5px 5px 5px 15px;
}


/*----- 4c. PRODUCT MODULE --------------------------------------------------*/
div.product_module-wrapper {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

div.product_module {
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

div.product_thumb {
	float: left;
	width: 270px;
	height: 100px;
	border-top: 6px solid #ddd;
	overflow: hidden;
}

div.product_thumb:hover {
	border-color: hotpink;
}

div.product_text {
	float: left;
}

div.product_module a {
	font-weight: bold;
	background-color: #333;
	color: #333;
	text-decoration: underline;
}

div.product_module a:hover {
	background-color: white;
	color: hotpink;
	}


/*----- 4c. PRODUCT LISTING -------------------------------------------------*/
div.product_listing {
	float: left;
	margin: 0 0px 0px 0;
	width: 200px;
	/*height: 220px;*/
	padding: 10px;
	background-color: #fff;
	border-bottom: 0px solid #bbb;
	border-right: 0px solid #bbb;
	border-left: 0px solid #ddd;
	border-top: 0px solid #ddd;
	overflow: hidden;
}

div.product_listing span.product_title {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	color: #333;
}

div.product_listing a:hover {
	color: white;
}

div.product_listing img {
	border-top: 0px solid #ddd;
	cursor: pointer;
}

div.product_listing img:hover {
	border-color: hotpink;
}

div.product_listing span.producer {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666;
}


/*----- 4c. PRODUCT GALLERY -------------------------------------------------*/
#image_display {
	width: 470px;
	height: 353px;
	overflow: hidden;
	text-align: center;
	background-color: #f6f6f6;
}

a.thumb_gallery img {
	border-top: 6px solid #eee;
}

a.thumb_gallery img:hover {
	border-color: hotpink;
}


/*----- 4c. PAGES ELEMENTS --------------------------------------------------*/
p.no_top {
	margin-top: 0;
}

ul#faq_links {
	margin-left: 20px;
	margin-bottom: 20px;
}

ul#faq_links li {
	list-style: circle;
}

ul#faq_links li a, #faq_content a  {
	text-decoration: underline;
}

ul#faq_links li a:hover, #faq_content a:hover {
	color: hotpink;
}

table tr.row-0 {
	background-color: #eee;
}

table tr.row-1 {
	background-color: #e4e4e4;
}

div.full_product_images img {
  display: block;
  margin: 20px auto;
}


/*----- 4e. FOOTER ----------------------------------------------------------*/
#footer {
	float: left;
	width: 800px;
	background: transparent url(/images/back.gif) no-repeat left bottom;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}

#footer a {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: hotpink;
}

#footer span#credit_left {
	float: left;
	padding: 4px 20px;
}

#footer span#credit_right {
	float: right;
	padding: 4px 20px;
}