@charset "utf-8";
/* CSS Document */
/*General */
body {
	background: url(images/background_pattern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: condensed;
	color: white;
	text-align: center;
	margin: 0px;
}
#container_top{
	background: url(images/background-gradient.png);
	height: 50px;
}
#container {
	position:absolute;
	left: 50%;
	width: 1000px;
	height: 250px;
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
}
#container_top{
	background: url(images/background-gradient.png);
	height: 500px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-stretch: condensed;
	color: white;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: condensed;
	color: white;
	text-transform: uppercase;
}
#logo {
	width: 250px;
	height: 175px;
	display: inline;
	float: left;
}
#logo img {
	margin-bottom: 25px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: condensed;
	color: white;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: condensed;
	color: white;
	text-align: left;
	vertical-align: top;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: condensed;
	color: #666;
	text-align: left;
	vertical-align: top;
}

/* NAV BAR*/
#navbar_wrapper {
	background: url(images/background_navbar.jpg) repeat-x;
	width: 100%;
	height: 50px;
}
#navbar_content {
	color: #999;
	text-decoration: none;
	text-align: left;
	margin: 0px auto;
	padding-top: 15px;
	border:0;
	width: 1000px;
}
#navbar_content a {
	text-decoration: none;
}

/* MAIN*/
div#main_wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	height: auto;
}
div#main_header {
	margin: 40px 0 25px 0;
}
div#wrapper {
	background-color: #666;
	padding: 10px;
	overflow: auto;
}
div#main_big {
	padding: 12px;
	background: url(images/backgroundsmall2.jpg) repeat-x;
	background-color: #777;
	min-height: 200px;
}
div#main_left, div#main_right, div#main_center {
	padding: 12px;
	margin: 12px;
	background: url(images/backgroundsmall2.jpg) repeat-x;
	background-color: #777;
	float: left;
	width: 276px;
	height: 550px;
	overflow: hidden;
}

div#main_footer, div#main_footer a  {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-stretch: condensed;
	color: white;
	margin: 25px 0 0 0px;
	height: 50px;
}

/* Image*/
#image_big {
	margin: 40px 0 0 0;
	width: 1000px;
	height: 385px;
	background: url(images/background-image_big.png) bottom;
}
.image_big {
	height: 330px;
	width: 980px;
	padding: 8px;
	background-color: white;
}
.header, .header a, .header_big, .header_big a {
	background: url(images/background_header.jpg) repeat-x;
	width: 100%;
	height: 22px;
	margin: -12px -12px 12px -12px;
	padding: 16px 12px 12px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-stretch: condensed;
	font-weight:bold;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
.image_small {
	margin: 0 0 12px 0;
}
.icon_small {
	margin: -16px 0 0 -12px;
	float: left;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-stretch: condensed;
	font-weight: bold;	
	color: white;
	text-transform: capitalize;
	float: right;
	height: 50px;
	margin-top: 38px;
}
#menu li {
	list-style-type:none;
	display: inline;
	margin: 0 10px 0 10px;
}
embed {
	color: red;
}
#menu li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-stretch: condensed;
	font-weight: bold;	
	color: white;
	text-transform: capitalize;
	text-decoration: none;
}
.header a:hover, a:hover, #menu li a:hover {
	color: #555555;
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-stretch: condensed;
	font-weight: bold;	
	color: white;
	text-transform: capitalize;
	text-decoration:none;
	color: white;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding: 0;
		list-style:none;
		}
	#slider li img { border: none;}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1000px;
		height:350px;
		overflow:hidden;
		}
	span#prevBtn{}
	span#nextBtn{}
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:28px;
		position: absolute;
		margin-left: 450px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		height:15px;
		width: 15px;
		background: url(images/dot_off.png) no-repeat scroll;
		text-decoration:none;
		font-size:0px;
		}
	ol#controls li.current a{
		background: url(images/dot_on.png) no-repeat scroll;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */
