/* CSS Document */
@import url("/css/nav.css");
@import url("/css/sifr.css");
body{
	text-align:center;
	font-size:100%;
	line-height:1.25em;
	font-family: Helvetica, Arial, sans-serif;
	color:white;
	margin:0 0 0 0;
	padding:0;
	background:#ddd url(../images/backs/bottom.png);
}
#ow{
	background:url(../images/backs/top.png) repeat-x;
	width:100%;
	min-height:200px;
	font-size:0.75em;
}
#notfooter{
	background:#ddd url(../images/backs/light.png);
}
#iw{
	text-align: left;
	margin: 0px auto;
	padding: 16px 0 0 0;
	width: 951px;
	position:relative;
}
#bw{
	background:#181818 url(../images/backs/bottom.png);
	border-top:1px solid black;
	width:100%;
	min-height:60px;
	clear:both;
	color:#999;
	font-size:0.75em;
}
div#content{
	overflow:auto;
	_height:1%;
	clear:both;
	padding:0 15px;
}

h2{
	font-weight:normal;
	font-size:200%;
	color:#5a5a5a;
	margin-top:1em;
	margin-bottom:1em;
	width:250px;
	float:left;
	line-height:1.4em;
}

p a{
	color:#f15c22;
}

div.filters{
	float:right;
	width:400px;
	text-align:right;
	margin-top:2em;
}
div.filters select{
	background-color:#333;
	color:#FFF;
	border-color:#333;
	border-width:1px;
	font-weight:bold;
	font-size:110%;
	font-family:Helvetica, Arial, sans-serif;
	text-shadow: 0 0 2px black;
}
div.filters select option{
	margin-bottom:0.1em;
	margin-top:0.2em;
}

div#grid{
	clear:both;
}

div.gridbox{
	float:left;
	width:146px;
	margin-right:9px;
	background:#000;
	margin-bottom:10px;
}
div.gridbox a img{
	border:2px solid #000;
	display:block;
}
div.gridbox a{
	text-decoration:none;
	display:block;
}
div.gridbox a span{
	display:block;
	border:2px solid #000;
	border-top:0;
	font-size:100%;
	font-weight:bold;
	line-height:1.3em;
	text-shadow: 0 0 2px black;
	color:#f15c22;
	background:#111;
	padding:5px;
	height:2.5em;
}
div.gridbox a:hover span{
	background:#f14c0b;
	color:white;
}
div.gridbox a:hover img{
}
	
div.gridbox.begin{
	clear:both;
}
div.gridbox.end{
	margin-right:0;
}

h4{
	font-size:100%;
	margin:0;
}
div.c1 ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-top:0;
	
}
div.c1 ul.flush{
	margin-left:0;
}

div.c1 ul li a{
	
	color:#f15c22;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0 0 2px black;
}
div.c1 ul li.on a{
	color:#ccc;
	
}
div.c1 ul li a:hover{
	text-decoration:underline;
}
	

div.c1, div.c2, div.c3{
	float:left;
	margin-bottom:20px;
}
div.c1{
	
	width:170px;
	padding:20px 10px 10px 0;
}
div.c2{
	min-height:300px;
	background:black;
	width:365px;
	border:1px solid black;
	border-top:0;
	margin-top:20px;
	padding-top:1px;
}
div.c2.port {
	background:transparent;
	border:0;
	width:367px;
}
div.c2 img{
	display:block;
	border:1px solid black;
}
div.c2 div.imgholder{
	overflow:hidden;
}

div.c2 small{
	display:block;padding:5px 0 0 10px;
	font-size:100%;
}
div.c2 small a{
	color:#666 !important;
	text-decoration:none;
	font-weight:bold;
}
div.c2 small a:hover{
	text-decoration:underline;
}

div.c3{
	width:350px;
	padding:20px 0 10px 20px;
	text-align:justify;
}

div.c3.extended{
	padding-top:5.3em;
}

div.c3 h2, div.c3 h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:190%;
	margin-top:0;
	color:white;
	font-weight:normal;
	margin-bottom:0;
	float:none;
}
div.c3 h3{
	color:#878787;
	margin-bottom:1em;
}
div.c3 div.dimensions{
	color:#999;
	font-size:120%;
}
div.dimensions p{
	margin:0;
	padding:0;
}
div.quote{
	font-size:150%;
	line-height:1.4em;
	color:#f15c22;
}
div.description{
	font-size:109%;
	line-height:1.4em;
}
div.flashholder{
	border:1px solid black;
	float:left;
	margin-top:20px;
	margin-right:-2px;
}
div.flashholder object{
	display:block;
}

div.album{
	padding:11px 1px 0 11px;
	overflow:auto;
	_height:1%;
	background:black;
	width:355px;
}
div.album img{
	display:block;
}
div.album a{
	display:block;
	float:left;
	margin:0 11px 11px 0;
	height:60px;
	width:60px;
	background-position:center;
}
div.album a:hover{
	border:2px solid white;
	height:56px;
	width:56px;
}
div#footer{
	text-align: left;
	margin: 0px auto;
	padding-top:20px;
	width:905px;
}

div#footer a{
	color:#666;
	font-weight:bold;
	display:block;
	float:right;
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}