@charset "UTF-8";
/* CSS Document */

/* general and reusables */

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

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

a:hover
{
	color: #000;
}

#bannerimage
{
	position: relative;
	min-height: 280px;
}

body
{
	background: #000 url(../images/bg.jpg) no-repeat top center;
	/* background: fixed #000 url(../images/bg.jpg) no-repeat top center; */
	font: 14px/1.8em "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	color: #000;
}

.box
{
	background: url(../images/box.png) repeat center center;
	padding: 15px;
	margin-bottom: 10px;
}

.clear
{
	clear: both;
}

.divider
{
	float: left;
	width: 50%;
}


.dividerthree
{
	float: left;
	width: 33.3%;
}

.dividerthreelong
{
	float: left;
	width: 66.6%;
}


.dividerfour
{
	float: left;
	width: 25%;
}

.dividerfourlong
{
	float: left;
	width: 75%;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

h1
{
	font: normal 40px/1em "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
	color: #0a0;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h2
{
	font: bold 26px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d00;
	margin-bottom: 5px;
}
	
h3
{
	font-size: 18px;
	font-weight: normal;
	color: #300;
	margin: 3px 0;
	text-transform: uppercase;
}

	h3 a
	{
		color: #300;
	}
	
	h3 a:hover
	{
		color: #900;
	}
	
hr 
{
	width: 100%;
	border-bottom: 1px solid #eee;
	margin: 5px 0;
}

input[type=text],input[type=password],textarea,select
{
	font: 13px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #c0c0c0;
	width: 95%;
	padding: 2px 0;
}

input[type=submit]
{
	background-color: #ff9900;
	padding: 5px;
	font: bold 13px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 2px outset #f90;
	
}

.inside
{
	padding: 10px;
}

.itemthumb
{
	margin: 5px;
	border: 1px solid #c0c0c0;
	position: relative;
	background-color: #222;
}

	.itemthumb a
	{
		display: block;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		height: 90px;
	}
	
	.itemthumb strong
	{
		padding: 2px 5px;
		font-weight: normal;
		color: #030;
		display: block;
	}
	
	.itemthumb .thumbdetails
	{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #f0f0f0;
	}
	
		
	
	.itemthumb .thumbdetails .inside
	{
		font: 14px/1.2em "Gill Sans MT", Arial, sans-serif;
		padding: 5px 10px;
		color: #fff;
	}
	
	
p
{
	padding-bottom: 15px;
}

.required
{
	color: #f00;
	font: bold 12px/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

small
{
	font: 10px/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

strong
{
	color: #090;
}

table
{
	background: url(../images/box.png);
	width: 100%;
}

	td
	{
		font: 13px/1.2em "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
		width: 10%;
		border: 1px dotted #ccc;
		padding: 7px 10px;
		color: #360;
	}
	
	td.desc
	{
		width: 25%;
	}
	

textarea
{
	height: 180px;
}

/* layout */


#wrap
{
	width: 100%;
	text-align: center;
}
	
	.maxwidth
	{
		width: 1000px;
		margin: auto;
		text-align: left;
	}
	
	#header
	{
		background: url(../images/dropdown.png) repeat-x top center;
	}
	
		#header #logo
		{
			float: left;
		}
		
		#header #menu
		{
			margin-top: 40px;
			float: right;
		}
		
			#header #menu li
			{
				float: left;
				list-style: none;
				position: relative;
				z-index: 5;	
			}
			
			#header #menu a
			{
				font: 19px/19px "Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, sans-serif;
				text-transform: uppercase;
				text-decoration: none;
				border-left: 1px solid #fc0;
				padding: 0 10px;
				color: #000;
			}
			
			#header #menu a:hover
			{
				color: #fff;
				background: #090 url(../images/dropdown.png) repeat-x top left;
			}
				
			#header	#menu li ul
			{
				text-align: left;
				position: absolute;
				top: 21px;
				left: 0;
				z-index: 5;
				background: #fff;
				display: none;
				border: 1px solid #f0f0f0;
			}
			
				#header	#menu li ul li a
				{
					text-transform: none;
					color: #090;
					font-size: 15px;
					display: block;
					padding: 2px 5px;
					min-width: 190px;
					letter-spacing: 0px;
					border: 0;
					
				}
				
				#header	#menu li ul li a:hover
				{
					background: #f90 url(../images/dropdown.png) repeat-x top left;
					color: #fff;
				}
		
	#content
	{
		padding-bottom: 50px;
	}
	
	#footer
	{ 
		border-top: 6px solid #060;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 3;
		height: 30px;
		background: #660 url(../images/dropdown.png) repeat-x top center;
		color: #fff;
	}
	
		#footer a
		{
			color: #fc0;
		}
		
		#footer a:hover
		{
			color: #fff;
			border-bottom: 1px dotted #fff;
		}
		
		#footer .dividerthreelong
		{
			text-align: right;
		}
		
			#footer .dividerthreelong a
			{
				font-size: 16px;
				text-transform: uppercase;
				letter-spacing: 1px;
			}