/*----------------------------------------------------
                  Triveo - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/

html,body{height:100%}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:0;
	background-color:#d3dbde;
	color:#6e7a7f;
	height:100%;
}


a img{
	border:none
}

/* Container
------------------------------------------------------*/

#outer-container{
	background-image:url(../images/bg-container-top.jpg); 
	background-repeat:repeat-x;	
	background-position:top;
}
#outer-container2{
	background-image:url(../images/bg-container-inner.jpg); 
	background-repeat:repeat-x;	
	background-position:top;
}
#inner-container{
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	width:960px;
	margin:0px auto;	
}
#inner-container2{
	background-image:url(../images/bg-header-inner.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	width:960px;
	margin:0px auto;	
}
#container-bottom{
	width:100%;
	background-image:url(../images/bg-footer.gif); 
	background-repeat:repeat-x;  
	background-position:top; 
	height:66px;
	float:left;
}


/* Header
------------------------------------------------------*/
#header{
	height:481px;
	}
#header-inner{
	height:126px;
	}

#top1{
	width:960px;
	height:50px;
	background-image:url(../images/bg-menu.png);
	background-repeat:repeat-x;
	float:left;
}
#logo1{
	width:960px;
	text-align:center;
	margin-top:-3px;
	margin-bottom:16px;
	float:left;
}


/* Top Navigation bar menu styling */
#nav-menu1 {
	font-family:Tahoma, Arial, Verdana;
	width:768px;
	margin-top:13px;	
	float:left;
	list-style-type:none;
}

/* Search styling */
.search-fieldset{
	border:none;
}
#search-box{
	width:166px;
	height:50px;
	margin-top:10px;
	float:left;
}
#s{
	font-size:11px;
	color:#6c6e6f;
	padding:4px 0px 2px 6px;
	background-image:url(../images/bg-search.jpg);
	background-repeat:no-repeat;	
	width:160px;
	height:17px;
	border:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .go{
	margin:-19px 0 0 145px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#search .go{
	margin:4px 0 0 -24px;
}
}




/* Footer
------------------------------------------------------*/
#footer{
	background-image:url(../images/footer-line.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:10px;
	color:#608395;
	width:960px;
	height:66px;
	margin:0px auto;
}
#footer a, #footer a:visited{
	color:#608395; 
	text-decoration:none;
}
.left-footer{
	width:215px;
	margin-top:1px;
	background-image:url(../images/footer-glow.jpg);
	background-repeat:no-repeat;
	float:left;
}
.footer-logo{
	margin:14px 0px 0px 10px
}
.right-footer{
	width:425px;
	float:right;
}
.social-network{
	margin:15px 0px 6px 0px;
	float:right;
}
.social-icon{
	width:16px;
	height:16px;
	margin:0px 10px 0px 36px;
	float:left;
}
.follow{
	float:left;
}
.copyright{
	float:right;
}
