@charset "UTF-8";
/* Roche Designs | M.Tyas 2009 for planetcode.co.uk */

* { 
	margin:0; 
	padding:0; 
	border:0;
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background:#000; 
	text-align:center;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	} 

/*************************************************************** BASIC LAYOUT */

#global_wrapper {
	margin: 0 auto;
	width:960px;
	text-align:left;
	background-color:#fff;
}

#clearer {
	clear: both;
	width: 900px;
	height: 0px;
}

/**************************************************************** FORMATTING */	


.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.grey {
	color: #eee;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 20px;
	font-weight:lighter;
}

.white {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	font-weight:lighter;
}

/******************************************************************** HEADER */

#header {
	width: 960px;
	height: 120px;
	background-color:#fff;

}

#brand {
	width: 304px;
	height: 69px;
	margin: 15px 0px 0px 30px;
	float: left;
	display:inline; /* IE 6 DOUBLE MARGIN BUG */
}

address {
	width: 300px;
	height: 69px;
	margin: 15px 30px 0px 0px;
	float: right;
	display:inline; /* IE 6 DOUBLE MARGIN BUG */
	color: #aaa;
	font-size: 14px;
	font-style:normal;
	text-align:right;
	line-height: 22px;
}

address a {
	color: #aaa;
	text-decoration: none;
}

address a:hover {
	color: #aaa;
	text-decoration: underline;
}

.email {
	margin: 0px 5px -5px 0px;
}

/*************************************************************** NAVIGATION */

#navigation {
	width: 960px;
	height: 40px;
	margin: 0px 0px 0px 17px;
	float:left;
	/*display:block;*/ /* IE 6 DOUBLE MARGIN BUG */
}

#navigation ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

#navigation ul li { 
	display: inline; 
}

#navigation ul li a {
	padding: 10px 15px 0px 15px;
	color: #aaa;
	text-decoration: none;
	float: left;
	font-size:12px;
	font-weight:bold;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #000;
}

/******************************************************************** MAIN CONTENT */

#content {
	width: 960px;
	height: 500px;
	background:url(../images/leather_bg.jpg) no-repeat;
	z-index: 2;
	position:relative;
}

#sidebar {
	width: 220px;
	height: 420px;
	padding: 40px 15px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
	background-color:#000; 
	z-index: 2;
	opacity: 0.7;
}

#sidebar h1 {font-weight:bold;}
#sidebar table {color:#fff;border-style:dotted;border-width:1px;font-size:8pt;}
#sidebar table td {padding:3px;}

#main_content {
	width: 646px;
	height: 360px;
	float: left;
	display: inline;
	background-color:#fff;
	margin: 20px 20px 20px 20px;
	z-index: 2;
}

#section_bar {
	z-index: 4;
	position:relative;
	background-color:#fff;
	top: 390px;
	width: 960px;
	height: 100px;
}


/******************************* INNER SECTION_BAR */

#select_product {
	z-index: 6;
	width: 170px;
	height: 80px;
	padding: 30px 20px 10px 50px;
	position:absolute;
}

#select_product h3 {
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
}

#select_product p {
	color: #999;
	font-size: 12px;
}

#flash_area {
	width: 700px;
	height: 90px;
	position:absolute;
	left: 260px;
	overflow:hidden;
}

#DockMenuDiv {
  margin-top:0px;
}
	
/******************************************************************** FOOTER */

#footer {
	width: 900px;
	height: 10px;
	padding: 20px 30px 20px 30px;
	background-color:#fff;
}

#footer_left {
	float: left;
	width: 400px;
	color: #aaa;
	font-size:1px;
}

#footer_right {
	float: right;
	width: 400px;
	color: #aaa;
	font-size:13px;
	text-align:right;
}

#footer a {
	color: #aaa;
	font-size:13px;
	text-decoration:none;
}

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

#producticons {width:646;height:40px;text-align:right;overflow:hidden;}
#productviews {float:right;width:646;height:80px;}
.selecttext {float:right;margin:20px 20px 0 0;font-size:12pt;font-weight:bold;color:#555}
.productthumbs {width:70px;height:60px;float:right;margin:5px 10px 10px 10px;border:1px solid;}

.grey {margin-top:-20px;}
#navitems {float:left;text-align:left;margin:5px 15px 20px 20px;font-size:12px;font-weight:bold;color:#555}
.textarea {border:1px dashed;padding:3px;}
.formholder {padding:10px;margin:5px 0 0 5px;}

.thestoryimage {display:none;}
.headline,.listheadline,#bigSample h1 {margin:15px 0px 0px 20px;font-size:17px;font-weight:bold;color:#555}
.storydate {margin:4px 0px 0px 20px;font-size:10px;font-style:italic;color:#555}
.story {margin:8px 10px 0px 20px;font-size:13px;font-weight:normal;color:#555}
.story p {margin:12px 0px 12px 0px;}
