/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{
	padding: 0;
}
body 										{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	TYPOGRAPHY
*/
ul											{
}
a, a:visited								{
	text-decoration: none;
	color: #996600;
}
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{
	width: 590px;
	position: relative;
	top: 15px;
	left: 15px;
}
											
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{position: relative;
											overflow: hidden;
											width: 590px;
											height: 220px;}
											
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 590px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{
	margin-top: -47px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
}
#movers-row div								{
	width: 15%;
	float: left;
	top: 0px;
}
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{
	background: url(images/transpBlack.png);
	padding: 5px;
	height: 34px;
	margin-top: -60px;
	position: relative;
	z-index: 9999;
	color: #FF6600;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.photo-meta-data span 						{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}
.cross-link									{
	display: block;
	width: 62px;
	margin-top: -5px;
	position: relative;
	padding-top: 10px;
	z-index: 9999;
	margin-left: 5px;
}
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	margin: 0 auto;
	width: 800px;
	height:600px;
	vertical-align: middle;
}

#header {
	width: 920px;
	height: 170px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #CCCCCC;
	float: left;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
	left: 15px;
	position: relative;
}

#main_content {
	width: 920px;
	height:900px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: #242424;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/circles.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navbar {
	float:left;
	width: 230px;
	height:700px;
	margin-top: 20px;
	margin-left: 5px;
	background-position: bottom;
}

#flash {
	width: 610px;
	height: 100px;
	float: left;
	text-align: right;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #333333;
}

#news {
	float:left;
	width: 620px;
	height: 300px;
	margin-left:0px;
	margin-top:20px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-repeat: no-repeat;
	background-image: url(images/newsframe.png);
}

#products {
	float:left;
	width: 300px;
	height: auto;
	margin-left:0px;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#special {
	float:right;
	width: 300px;
	height: auto;
	margin-left:20px;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin-right: 40px;
}

#stuff {
	float:left;
	width: 420px;
	height: auto;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:0px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

#menu ul.vert-one {
	padding:0;
	list-style-type:none;
	display:block;
	line-height:165%;
	width:160px;
	margin-top: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	margin-left: 10px;
}
#menu ul.vert-one li{
	margin:0;
	padding:0;
	border-bottom:1px solid #cccccc;
	color: #FFFFFF;
}
#menu ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:0 0 0 10px;
	width:150px;
}
#menu ul.vert-one li a:hover{
	background:#999999;
	color: #ffFFFF;
}
#menu ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#333333;
	color: #999999;
}


#menu ul.vert-two {
	padding:0;
	list-style-type:circle;
	display:block;
	line-height:165%;
	width:140px;
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	margin-left: 20px;
}
#menu ul.vert-two li{
	margin:0;
	padding:0;
	color: #FFFFFF;
}
#menu ul.vert-two li a{
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	padding:0 0 0 10px;
	width:130px;
}
#menu ul.vert-two li a:hover{
	background:#999999;
	color: #FFFFFF;
}
#menu ul.vert-two li a.current,ul.vert-one li a.current:hover{
	background:#333333;
	color: #999999;
}


.image {
margin-left:5px;
margin-right:5px;
}

.emphasis {
	font-weight:bold;
	color:#FFFFFF;
}

div.optimist a{
	background:url(optbuttonover.gif);
	float: left;
	width:188px;
	text-indent: 0px;
	height:44px;
	margin-left:20px;
	margin-top:35px;
	text-decoration:none;
	border: 1px solid #fff;
	margin-right: 40px;
	clear: right;
}
 
div.optimist a:hover {
	background:url(optbutton.gif) 0px 0px;
}

div.class420 a{
	background:url(420buttonover.gif);
	float: left;
	width:188px;
	text-indent: 0px;
	height:44px;
	margin-left:20px;
	margin-top:20px;
	text-decoration:none;
	border: 1px solid #fff;
	margin-right: 40px;
	clear: right;
}
 
div.class420 a:hover {
	background:url(420button.gif) 0px 0px;
}

div.class470 a{
	background:url(470buttonover.gif);
	float: left;
	width:188px;
	text-indent: 0px;
	height:44px;
	margin-left:20px;
	margin-top:20px;
	text-decoration:none;
	margin-right: 40px;
	border: 1px solid #fff;
	clear: right;
}
 
div.class470 a:hover {
	background:url(470button.gif) 0px 0px;
}

div.laser a{
	background:url(laserbuttonover.gif);
	float: left;
	width:188px;
	text-indent: 0px;
	height:44px;
	margin-left:20px;
	margin-top:20px;
	text-decoration:none;
	border: 1px solid #fff;
	margin-right: 40px;
	clear: right;
}
 
div.laser a:hover {
	background:url(laserbutton.gif) 0px 0px;
}
#prodtext {
	height: 300px;
	width: 350px;
	margin-top: 35px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #242424;
	padding: 10px;
	line-height: 175%;
}
#opt1 {
	height: auto;
	width: 200px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
#bar {
	height: 33px;
	width: auto;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#pagetitle {
	float: right;
	height: 20px;
	width: 700px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #999999;
	vertical-align: bottom;
	margin-top: -20px;
	margin-right: 50px;
	text-align: right;
	font-size: 20px;
}
.date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/clip-bottom.png) right bottom no-repeat;
	margin-right:10px;
	width:40px;
}
.month {
	display:block;
	font-size: 10px;
	padding-top:12px;
	background:url(images/clip-top.gif) center top repeat-x;
	color: #000000;
}
.day {
	display:block;
	font-size:14px;
	color: #000000;
}
#newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #666666;
	margin: 20px;
	float: left;
	height: auto;
	width: 450px;
	border: thin solid #CCCCCC;
	padding: 10px;
	text-align: justify;
}
#morenews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	float: left;
	height: auto;
	width: 500px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#abouttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 20px;
	padding: 10px;
	float: left;
	height: auto;
	width: 450px;
	margin-bottom: 0px;
}
div#qTip {
padding: 3px;
height:15px;
border: 1px solid #666;
display: none;
background:#F5F7FE;
color:#666666;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
position: absolute;

}#prod2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	text-align: justify;
	margin: 20px;
	padding: 10px;
	float: left;
	height: auto;
	width: 450px;
	border: thin solid #999999;
	color: #CCCCCC;
	margin-bottom: 0px;
	background-color : #333333;
	opacity:0.7;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
} 
#sidebox {
	height: 240px;
	width: 240px;
	position: relative;
	left: -10px;
	background-image: url(images/sidephotobg.png);
	background-repeat: no-repeat;
	top: 100px;
}
#footer {
	background-color: #242424;
	height: 25px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
}
.sideimg {
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 39px;
}
.imginside {
	margin: 10px;
	clear: right;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imgnews {
	clear: left;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#achievements {
	float: right;
	height: 400px;
	width: 120px;
	margin-right: 30px;
	margin-top: 20px;
}
#start470 {
	width: 450px;
	height: 250px;
	float: left;
	margin: 10px;
}
#start420 {
	width: 210px;
	height: 200px;
	float: left;
	margin: 40px;
}
#start3 {
	height: 50px;
	width: 300px;
	float: left;
	margin: 40px;
	font-size: 36px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align: center;
}
#start4 {
	float: left;
	height: 300px;
	width: 350px;
	position: relative;
	top: -50px;
}
.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#page-wrap {
	width: 800px;
	margin: 0 auto;
	background: url(images/form-bg.jpg) top center no-repeat;
	min-height: 600px;
}
form {
	padding: 83px 0 0 76px;
}
h1 {
	text-align: center;
	padding-top: 200px;
}
#formLeft {
	width: 300px;
	float: left;
	}
	#formLeft input {
		width: 250px;
		margin: 0 0 20px 0;
		border: none;
		text-align: center;
		background: none;
		margin: 13px 0 0 8px;
		font-size: 1.4em;
	}
	#formLeft .input-bg {
		background: url(images/form-sm-bg.jpg) bottom left no-repeat transparent;
		height: 45px;
		margin-bottom: 10px;
		position: relative;
	}
	#formLeft .active {
		background: url(images/form-sm-bg.jpg) top left no-repeat transparent;
	}
#formRight {
	width: 300px;
	float: right;
	padding-right: 44px;
	}
	#formRight textarea {
		width: 298px;
		height: 209px;
		display: block;
		border: none;
		background: none;
		margin: 0 0 0 20px;
		padding: 13px 0 13px 0;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
		overflow: auto;
	}
	#formRight .message-bg {
		background: url(images/message-bg.jpg) bottom left no-repeat transparent;
		height: 238px;
	}
	#formRight .active {
		background: url(images/message-bg.jpg) top left no-repeat transparent;
	}
label {
	display: block;
	font-size: 1.3em;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 1.0em;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.submit-button {
	float: right;
	padding-right: 31px;
}
