@charset "utf-8";
/* Normalise HTML -----------------------------------------------*/

html, body{
	margin:0;
	padding:0;
	font-size:62.5%;
}

/* Common Tags -----------------------------------------------*/

body{
	background:url('images/bg.jpg') repeat-x top #bd8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1.6em;
	color:#fff;
}

h1{
	padding-bottom:5px;
	border-bottom:3px solid #fff;
}

img{
	border:1px solid #480;
}

a{
	color:#fff;	
}
a:hover{
	color:#ccc;
}

/* Wrapper -------------------------------------------------------*/

#wrapper{	
	position:absolute;
	float:left;
	width:760px;
	top:0;
	left:50%;
	background:#bd8;
	margin:50px 0 20px -381px;
	border:1px solid #6a2;
}

/* Header --------------------------------------------------------*/

#header{
	float:left;
	width:760px;
	height:400px;
	border-bottom:1px solid #6a2;
}

/* Left Column - Images ------------------------------------------*/

#col_left{
	float:left;
	width:202px;
	padding:10px;
}
	#col_left img{
		margin:15px 0;
	}
	
	#breadcrumbs{
		float:left;
		width:200px;
		font-size:0.9em;
		color:#333;
		margin:0;
		padding:0;
	}	
		#breadcrumbs li{
			list-style:none;
			display:inline;
			margin:0;
			padding:0;
		}		
		#breadcrumbs a{
			text-decoration:underline;
			color:#333;
		}		
		#breadcrumbs a:hover{
			text-decoration:underline;
			color:#666;
		}

/* Right Column - Content ----------------------------------------*/

#col_right{
	float:left;
	width:498px;
	background:url('images/col_right-corner.png') bottom left no-repeat #480;
	padding:0 20px 10px 20px;
	border-top:10px solid #040;
}
	#col_right img{
		margin:0 32px;
		border:1px solid #bd8;
	}	
	#col_right img.right{
		float:right;
		margin:5px 0 5px 15px;
	}
	
/* Gallery - Content ----------------------------------------*/

#gallery{
	float:left;
	width:720px;
	background:url('images/col_right-corner.png') bottom left no-repeat #480;
	padding:0 20px 10px 20px;
	border-top:10px solid #040;
}
/* Products -------------------------------------------------------*/

#products{
	float:left;
	width:750px;
	font-size:0.8em;
	line-height:1.6em;
	padding:10px 5px;
	color:#040;
}

	#products a{
		color:#040;
		font-weight:bold;
	}	

	.products_box{
		float:left;
		width:209px;
		padding:0 20px;
		border-right:1px solid #040;
	}
	
	.products_box img{
		float:left;
		margin:5px 10px 5px 0;
	}

/* Footer ---------------------------------------------------------*/

#footer{
	float:left;
	width:740px;
	font-size:0.8em;
	background:#040;
	padding:0 10px;
}