@charset "UTF-8";
/* CSS Document */


/* General Body element */

body {
	background-color: #333333;
	background-image: url(images/layout/background3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	font: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


img {
text-decoration: none;
border: 0 none;
}

#out{
	margin:0;
}

#main{
	width: 950px;
	margin: 0 auto;
}


/* This is the header */

#header {
width: 950px;
height: 210px; 
margin: auto;
}

#col1 {
	float: left;
	width: 550px;
	height: 210px;
	position: absolute;
	visibility: visible;
}




/* Follow us bock */

#col2 {
float: left;
width: 380px;
height: 200px;
left: 400px;
}

#col2 #findme{
	width:165px;
	height:100px;
	float:left;
	margin-top:30px;
	margin-left: 785px;
	background: #000000;
   filter:alpha(opacity=95);
   opacity: 0.95;
   -moz-opacity:0.95;
   border-top: ; 
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px;
}

#col2 #findme #findme-cont{padding:10px 20px 20px 20px;}

.findme-cont h2 {
	font-family: 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 40px;
}
.findme-cont h2 span {
	background: url(images/fts_h2.png) repeat-x;
	position: absolute;
	display: block;
	width: 130px;
	height: 30px;
	left: 0px;
}


/* Top Menu*/


#topmenu { 
/*   width: 950px;
			height: 28px;
   background: #000000; 
   filter:alpha(opacity=90);
   opacity: 0.9;
   -moz-opacity:0.9;
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px;  */
}

.topmenulist {
   font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
   font-size: 14px;
			color: #FFFFFF;
			background-color:#000000;
   filter:alpha(opacity=90);
			height: 25px;
   opacity: 0.9;
   -moz-opacity:0.9;
   -moz-border-radius: 8px; 
   -webkit-border-radius: 8px;
			text-align: right;
			padding-top: 8px;
			margin-bottom: -2px; 
}


#topmenu li {
			list-style: none;
			display: inline;
}


#topmenu a {
	display: inline;
	width: auto;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #333333;
}

#topmenu a:hover {
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	color: #CC0000;
}

#topmenu .first {
	background: none;
}

#topmenu .active a {
}

/* This is the body */

#wrap{
	margin-top: 30px;
	font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
}


/*This is the left nav */
#leftnav {
float: left;
width: 250px;
background: #000000;
filter:alpha(opacity=90);
opacity: 0.90;
-moz-opacity:0.90;
}

#leftnav .col{
padding: 25px 0px 10px 10px;
}

.leftnav {
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px;
}

.leftnav h2 {
	font-family: 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 40px;
}
.leftnav h2 span {
	background: url(images/fts_h2.png) repeat-x;
	position: absolute;
	display: block;
	width: 200px;
	height: 40px;
	left: 0px;
}

/*menu*/
#main_menu li{
		list-style-type:none;
		position:relative;
	}
	#main_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#main_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#main_menu{		
		width:215px;	
	}

	/* All A tags - i.e menu items. */
	#main_menu a{
		color: #FFFFFF;
		text-decoration:none;	
		display:block;
		clear:both;
		width:200px;	
		padding-left:2px;

	}
	
	#main_menu a:hover
	{
	color: #CC0000;
	text-decoration:none;
	display:block;
	clear:both;
	width:200px;
	padding-left:2px;
	}
	
	/*
	A tags 
	*/
	#main_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:5px;
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px solid #fff;
	}	
	#main_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:3px;
		margin-bottom:3px;
	}	
	#main_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#main_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#main_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#main_menu .slideMenuDiv1
	
	instead of 
	
	#main_menu .slideMenuDiv1 ul
	*/
	
	#main_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#main_menu .slideMenuDiv2 ul{
		margin-left:10px;
		padding:1px;
	}
	#main_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#main_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
	
/*menu end*/


/* Postit */
#postit{
margin-top:30px;
margin-left: 6px;
}
/* Postit end */

/* Newsletter */
#newsletter{
margin-top:30px;
margin-left: 0px;
width: 240px;
}

.input
{
	color: #000000;
	border: 1px solid #333333;
	background-color: #99FF99;
}

.button
{
color: #99FF99;
background: #111111;
border: 2px outset #333333;
}

/* Newsletter end */


#content {
float: left;
width: 700px;
background: #000000;
   	filter:alpha(opacity=95);
   	opacity: 0.95;
   	-moz-opacity:0.95;
}

#content .col{
padding: 25px 20px 20px 25px;
}


.content {
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px;
	font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 14px;
}


.content a:link {
color: #FF0000;
text-decoration: none
}
.content a:visited {
color: #FF0000;
text-decoration: none
}
.content a:active {text-decoration: none}
.content a:hover {
color: #FF0000;
text-decoration: none;
background-color: transparent;
border-color: #FF0000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;}


/* h1 title */
.content h1 {
	font: normal 30px 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 40px;
}
.content h1 span {
	background: url(images/gradient-shine.png) repeat-x;
	position: absolute;
	display: block;
	width: 650px;
	height: 40px;
	left: 0px;
}


/* h2 title */
.content h2 {
	font-family: 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 40px;
}
.content h2 span {
	background: url(images/fts_h2.png) repeat-x;
	position: absolute;
	display: block;
	width: 270px;
	height: 40px;
	left: 0px;
}

/* h2 long title = h3 */
.content h3 {
	font-family: 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 40px;
}
.content h3 span {
	background: url(images/fts_h2.png) repeat-x;
	position: absolute;
	display: block;
	width: 650px;
	height: 40px;
	left: 0px;
}


/*Video*/
#video {
background:url(Images/layout/video.jpg) no-repeat;
text-align: center;
width:382px;
float:right;
padding-top: 16px;
}


/*Endorsments*/
.endor {
color: #CCFFCC;
}

.endor_name{
color: #CCFFCC;
font-style:italic;
}

.hrendor{
width:100%;
border-style:dashed;
height:0;
border-width: 1px 0 0 0;
border-color:#CCFFCC;
}

/*Footer*/

#footer_wrapper {
width: 950px;
height: 300px; 
clear: both;
margin: 0 auto;
}

#footer_wrapper #footer {
		padding: 20px 0px 0px;
		text-align: left;
		}

#twitt {
	float: left;
	width: 310px;
	height: 250px;
}

#links {
	float: left;
	width: 310px;
	height: 250px;
	margin-left: 10px;
}



#contact {
	float: left;
	width: 310px;
	height: 250px;
	margin-left: 10px;
}


/*Footer content*/

#footcont {	
	font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
   	font-size: 14px;
}

.footcont {
padding:10px 20px 20px 20px;
}	

.footcont a:link {
color: #FF0000;
text-decoration: none
}
.footcont a:visited {
color: #FF0000;
text-decoration: none
}
.footcont a:active {text-decoration: none}
.footcont a:hover {
color: #FF0000;
text-decoration: none;
background-color: transparent;
border-color: #FF0000;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;}

.footinside{
padding:0px 10px 0px 10px;
}


/* Twitter */

#twitter_div{
font-family: 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
font-size: 12px;
}

#twitter_div ul li{
list-style:none;
margin-left: -30px;
}



/* Ball */

#ball {
	float: left;
	width: 70px;
	height: 70px;
	position: absolute;
	visibility: visible;
	margin-top: -10px;
	margin-left: 280px;
}

.footcont h2 {
	font-family: 'eurostile', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin: 0;
	color: #99FF99;
	letter-spacing: -1px;
	line-height: 20px;
}
.footcont h2 span {
	background: url(images/fts_h2.png) repeat-x;
	position: absolute;
	display: block;
	width: 200px;
	height: 20px;
	left: 0px;
}


.hrfoot{
width:100%;
height:0;
border-width: 1px 0 0 0;
border-color: #99FF99;
}


/*Bottom*/

#contentwrap{
	width: 100%;
	float: left;
	background: url(Images/layout/GRASS.gif) bottom no-repeat;
}
