* {
	font-family: Arial, Helvetica, Sans Serif;
}

body {
	background:#aaa;
	font-size:80%;
}

div#page {
	width: 770px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #FF9514 url("/images/bg.gif") top repeat-x;
}

h1 {
	margin: 0;
	padding: 124px 0 0 0;
	background-image: url("/images/logo.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	overflow: hidden;
	height:0;
	color: #000;
	font-size: 0.1%;
}

a {
	color: #f00;
	text-decoration: underline;
}


/* NAVIGATION */

	div#nav {
		border-bottom: solid 1px #000;
		background:#FBA912;
		padding:0;
		margin:0;
	}

	div#nav ul {
		float:left;
		margin:0;
		padding: 0;
		width: 100%;
	}

	div#nav li {
		border-right: solid 1px #000;
		display: block;
		padding: 10px 20px;
		float:left;
	}
	div#nav li#lastnav {
		border-right:0;
	}
	div#nav a {
		color: #000;
		text-decoration: none;
	}

	div#nav a:hover {
		text-decoration: underline;
	}
	
	div#nav a#selected {
		font-weight: bold;
	}

/* CONTENT */

	div#content {
		width: 730px;
		margin: 10px 20px;
		padding: 10px 0;
		background: #E7A975 url("/images/bg2.gif") top repeat-x;
		position: relative;
	}

	/* for Mozilla/Safari/Opera */
	*>div#content {
		padding-top: 400px;
		min-height: 1px;
	}
	*>div#content div#text {
		margin-top: -400px;
	}
	/* for IE, with IE5/Mac backslash filter \*/
	* html div#content {
		height: 400px;
	}
	/* end filter */
	
	

/* TEXT */

	div#text h2 {
		padding-left: 130px;
	}

	div#text h3 {
		padding-left: 130px;
		font-size:100%;
	}

	div#text img {
		border:solid 1px #000;
		float: left;
		clear: left;
		margin-left: 10px;
	}
	
	div#text img.prize{
		margin-left:210px;
		float: none;

			
	}

	div#text p {
		clear: right;
		padding: 0 0 0 120px;
		margin:0 10px 5px 10px;
	}

	div#text .review {
		padding: 0 0 0 200px;
		margin:0 10px 5px 10px;	
	}

	div#text blockquote, div#text cite {
		display: block;
		padding: 0 0 0 120px;
		margin:0 10px 5px 10px;
	}

	div#text cite {
		margin-bottom: 1.5em;
	}

	div#text span.quote img {
		float:none !important;
		margin:0 !important;
		padding:0 10px 0 0 !important;
		border:none !important;
		clear:none !important;
		
	}

/* IMAGES FOR SHOWCASE */

	div#image {
		margin:10px 0 0 125px;
		padding:0 5px;
	}
	
	div#image img {
		border:solid 1px #000;
		margin:0 30px 0 0;
		float: left;
		clear: none;
	}
	
	
	

/* TABLES */

	table {
		border-collapse:collapse;
		clear: right;
		margin:0 0 10px 130px;
		width:570px;
	}

	td {
		border-collapse:collapse;
		border-bottom:1px solid #000;
		margin:0;
		padding:2px 10px;
	}

	td.price {
		text-align:right;
		width:40px;
	}

/* CONTENT BOTTOM ROUNDED CORNERS */

	div.top,
	div.bottom {
		margin: 0;
		position: absolute;
		overflow: hidden;
		height: 16px;
		width: 100%;
	}

	div.left,
	div.right {
		position: absolute;
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
	}

	div.top,
	div.top div {
		top: 0;
	}

	div.bottom,
	div.bottom div {
		bottom: 0;
	}

	div.left	{ left:  0; }
	div.right	{ right: 0; }

	div.top		div.left  { background-position: top    left  !important; }
	div.top		div.right { background-position: top    right !important; }
	div.bottom	div.left  { background-position: bottom left  !important; }
	div.bottom	div.right { background-position: bottom right !important; }


	div.top		div.left  { background-image: url("/images/lightcorners.gif"); }
	div.top		div.right { background-image: url("/images/lightcorners.gif"); }
	div.bottom	div.left  { background-image: url("/images/darkcorners.gif"); }
	div.bottom	div.right { background-image: url("/images/darkcorners.gif"); }

/*********************************************************************************************************************/
/* Fix for boxes containing only floats */
/* See http://www.positioniseverything.net/easyclearing.html for details */
/*********************************************************************************************************************/

.floatcontain:after{
    content: ".";
    display: block;
    height: 0;
    margin:0;
    padding:0;
    clear: both;
    visibility: hidden;

}

.floatcontain{
	display: inline-table;
}

/* IE Fix, hidden from IE for Mac \*/
* html .floatcontain{
	height: 1%;
}

.floatcontain{
	display: block;
}

/* End of float box fixes */
