/*
	Theme Name: GFSInvestments
	Theme URL: http://www.my123triad.com
	Description: Demo for 123Triad.
	Author: 123Triad
	Author URI: http://www.123triad.com
	Version: 1.0
	Tags: three columns, fixed width, white, tan, teal, purple, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 11.01.08
		First Release of Revolution Lifestyle
*/

body {
	background: #ffffff url(images/bg.jpg) no-repeat top center;
	width: auto;
	color: #333333;
	font-size: 12px;
	font-family: Verdana;
	margin: 0px auto 0px;
	padding: 0px; text-align: justify; 

	}

body.home {background: #ffffff url(images/bg1.jpg) no-repeat top center;}

	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #ed1f27;
	text-decoration: none; 
	}
	
a:hover {
	color: #ed1f27;
	text-decoration: underline;
	}
	
	
#topnavbar {
	width: 1000px;
	height: 66px;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
	padding: 0px
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	text-decoration: underline;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.topnavbarright {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 3px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right; margin-left: 500px;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}
	
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url('images/footer_bg.png');
	width: 100%;
	height: 82px;
	margin: 0px;
	padding: 0px;
	text-align: left; 	
	font-size: 11px;
	font-family: Verdana; 
	color: #000000;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
	

#container
{
	width: 1000px;
	height: 500px;
	margin: 0px auto;
}

.gfs_logo
{
	width: 745px;
	height: 217px; 
	margin-top: 50px;
	margin-bottom: 140px;
	margin-left: 130px;
	margin-right: 0px; 
	float: left;
	}
	
.links{
 	color: #ED1F24;
    float: right;
    font: 12px Verdana;
    height: 50px;
    margin-right: 70px;
    text-align: right;
    width: 930px;
	}

.footerlogos
{
	width: 940px;
	height: auto;
	float: left; padding-left: 60px;
}

@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('font/dejavusanscondensed-webfont.eot');
    src: url('font/dejavusanscondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dejavusanscondensed-webfont.woff') format('woff'),
         url('font/dejavusanscondensed-webfont.ttf') format('truetype'),
         url('font/dejavusanscondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
#pscroller2{
width: 760px;
height: 20px;
padding: 3px; 
float: left; 
text-align: center; 
font-family: DejaVuSansCondensed; 
font-size: 12px; 
color: #ed1f27;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}


