/******************************************************************
	DANIELVANWESTEN.COM Stylsheet
	
	LAST UPDATE: 2009/10/09

*/

/******************************************************************
	Main	
*/

html {
	text-align: center;
	background-color: #f1f3f0;
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #252525;
	line-height: 14px;
	border-top: solid 6px #000;
}

body {
	margin: 40px 0 0 0;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 850px;
}

#header {
	text-indent: -9000em;
	width: 291px;
	height: 85px;
	background: url('../images/header2.jpg') no-repeat;
	margin: 0 0 0 -6px;
}

hr {
	width: 850px;
	height: 1px;
	border: none;
	border-bottom: solid 1px #9d9e9c;
	margin: -2px 0 0 0;
}

h2 { 
	font-size:13px;
	font-weight: bold;
	text-transform:uppercase; 
	background-color: #fff; 
	height: 15px;
	padding: 0 4px 2px 4px; 
	float: left;
	clear: both;
	margin: 0 0 28px -4px;
	
}

.clearer { clear: both; }

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

a:focus {
	outline: none;
}

#content a:hover {
	background-color: #0fffc5;
}

.pxBox {
	float: left;
	width: 100px;
	clear: both;
}

ul.smallBox {
	float: left;
	width: 150px;
}

/******************************************************************
	Navigation
*/

#navigation {
	margin: 40px 0 0 0;
	overflow: hidden;
	position: relative;
	height: 24px;
}

#navigation ul {
	position: relative;
	list-style: none;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}

#navigation li.backLava {
	padding-bottom: 5px;
	z-index: 8;
	width: 9px;
	position: absolute;
	border-bottom: solid 5px #0fffc5;
}

#navigation li a {
	position: relative;
	float: left;
	outline: none;
	color: #252525;
	text-decoration: none;
	font: bold 13px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	/*letter-spacing: -1px;*/
	z-index: 10;
	display: block;
	overflow: hidden;
}

#navigation li a:hover {
	border: none;
}


/******************************************************************
	Content
*/

#content {
	margin: 30px 0 0 0;
}

.descriptionBox {
	margin: 15px 0 40px 0;
	border-bottom: solid 1px #9d9e9c;
/*	background: #fff; */
}

.descriptionBox p {
	margin: 0 0 20px 0;
}

/******************************************************************
	jQuery slideViewer 1.1
*/

*preload classes*/ 
.svw {width: 50px; height: 20px;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;    
	margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
	margin: 20px 0 40px 0;
	border-bottom: solid 1px #9d9e9c;
}
.stripTransmitter p {
	float: left;
}
.stripTransmitter ul {
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
	float: right;
} 
.stripTransmitter ul li{ 
	width: 14px; 
	float:left; 
	margin: 0 1px 1px 0; 
} 
a.number:hover {
	color: gray;
	background: none !important;
}
.number { 
	text-align: center; 
	color: #000; 
	text-decoration: none; 
	display: block; 
	line-height: 15px;
} 
.number.current{ 
color: #0fffc5; 
} 

.number:hover {
	color: gray;
}