/* SCREEN.css */

* {
	padding:0;
	margin:0;
}

body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin: 0px auto 10px auto;
	color:#FFF;
}

#Wrapper {
	margin: 0 auto 0 auto;
	width: 950px;
}

#Header {
	height:75px;
	width:950px;
	background-color:#000;
	background-image:url(../jpg/header-background.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#Header div.logo {
	width:218px;
	height:44px;
	float:left;
	margin:15px 0px 0px 15px;
}

#Header div.headerMenu {
	float:right;
	margin:4px 0px 0px 0px;
	line-height:13px;

}

#Header div.headerMenu ul.navlist {
	margin:0;
}

#Header div.headerMenu ul.navlist li.main {
	list-style-type:none;
	float:left;
	padding:0px 5px 0px 10px;
	margin:0px 5px 0px 0px;
	border-left:1px solid #FFF;
	line-height:12px;
}

#Header div.headerMenu ul.navlist li.main a {
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}

#Header div.headerMenu ul.navlist li.main a:hover,
#Header div.headerMenu ul.navlist li.main a:active {
	text-decoration:underline;
}


#Header div.search {
	float:right;
	width:235px;
	margin:20px 0px 0px 0px;
}

#Header div.search div.value {

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	float:left;
	/* for IE 
	filter:alpha(opacity=80);*/
	/* CSS3 standard */
	opacity:0.8;	
}

#Header div.search div.value:hover {
	/* for IE 
	filter:alpha(opacity=100);*/
	/* CSS3 standard */
	opacity:1;	

}

#Header div.search div.value input {
	border:0;
	background-color:transparent;
	background-image:url(../png/search-background.png);
	background-repeat:no-repeat;	
	padding:4px 0px 5px 25px;
	width:180px;
	outline:none;
}

#Header div.search div.button {
	float:left;
	display:none;
}

#Header div.search div.button input {
	font-size:12px;
}

#Navigation {
	height:60px;
	margin:-5px 0px 0px 0px;
}

#Navigation div.button { float:left; }

#HomeContent,
#Content {
	background-image:url(../jpg/content-repeat.jpg);
	background-repeat:repeat-y;
	background-color:#FFF;
	min-height:500px;
	height: auto !important;
	height: 500px;	
	text-align:left;
	padding:10px 20px 20px 20px;
	width:910px;
}

#HomeContent { padding:10px 10px 10px 10px; width:930px; }




#Footer {
	background-image:url(../png/footer-logo.png);
	background-repeat:no-repeat;
	background-color:#f57b38;	
	text-align:left;
	padding:5px 10px 15px 10px;
	height:34px;
	color:#FFF;
}

#Footer div.footerLeft {
	font-size:11px;
	padding:15px 0px 0px 48px;
	float:left;
}

#Footer div.footerRight {
	font-size:11px;
	float:right;
	padding:3px 0px 0px 10px;	
}

#Footer div.footerIcon {
	float:left;
	width:40px;
}

#Footer div.footerIcon div.image {

}
#Footer div.footerIcon div.tooltip {
	width:179px;
	height:20px;
	margin:-53px 0px 0px -45px;
	position:absolute;
	z-index:1000;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================= */
