@import url(sIFR-screen.css);
@import url(gb_styles.css);
@import url(navigation.css);
@import url(comparison.css);

.png24 { 
	behavior: url(js/iepngfix.htc);
}

/*===SKELETS BEGIN===================================*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dce0e1;
	background-image: url(i/bgr-body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;

	font-family: "Tahoma", "Verdana", sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

.clear{
	clear: both;
}

img {
	border: 0px;
}

#globalContent ul {
	line-height: 1.5em;
	list-style-type: none;
}
#globalContent li ul {
	margin-top: 0.8em;
}

#globalContent li {
	margin-bottom: 0.8em;
	padding-left: 15px;
	background-image: url(i/marker_single.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: justify;
}

#globalContent ul ul li {
	margin-bottom: 0.8em;
	padding-left: 15px;
	background-image: url(i/marker_second.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: justify;
}

p {
	font-size: 11px;
	line-height: 1.5em;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px;
}

#globalContent ul + p{
	margin-top: 20px;
}

h1 {
	font-family: "Tahoma", "Verdana", sans-serif;
	color: #11a5d6;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: -1px;
	text-transform: uppercase;
	font-weight: bold;
}

*html h1{
	margin-left: 0px;
}

h2 {
	font-family: "Tahoma", "Verdana", sans-serif;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-top: 20px;
}

a {
	color: #11a5d6;
}

a:visited {
	color: #006bb6;
}

a:hover {
	color: #03c0ff;
}

blockquote {
	margin: 20px 0px 20px 0px;
	text-align: center;
	font-weight: bold;
	color: #009fd4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(i/quotes_440.png);
	background-repeat: no-repeat;
	background-position: top left;
}

img.DD {
	display: inline;
	margin-bottom: -2px;
	margin-right: 2px;
}

.strongBlue {
	font-weight: bold;
	color: #009fd4;
}

#globalWrapper {
	position:relative;
	padding: 0px;
    left: 50%;
	overflow: hidden;
	width: 990px;
	margin-left: -495px;
	behavior: url(js/iepngfix.htc);
}

/*=============== HEADER ==========================================================*/
#globalHead {
	width: 990px;
	height: 94px;

	background-image: url(i/bgr-head.png);
	background-position: left top;
	background-repeat: no-repeat;
	behavior: url(js/iepngfix.htc);
}

a.logo {
	position: relative;
	left: 65px;
	top: 25px;
}

#globalHead img {
	width: 210px;
	height: 50px;
	behavior: url(js/iepngfix.htc);
}

div.languages {
	position: relative;
	left: 580px;
	top: 22px;
	font-size: 10px;
}
* html div.languages {
	top: 19px;
}

a.languages, a.languages:visited {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
}

a.languages:hover {
	color: #009fd4;
	text-decoration: none;
	font-weight: bold;
}

/*=============== FLASH ==========================================================*/
#globalFlash {
	position:relative;
	width: 990px;
	height: 238px;

	background-image: url(i/bgr-flash.png);
	background-position: left top;
	background-repeat: no-repeat;
	behavior: url(js/iepngfix.htc);
}

#headFlash {
	margin-left: 31px;
}

/*=============== NAVIGATION ==========================================================*/
#globalNavigation {
	width: 990px;
	height: 45px;

	background-image: url(i/bgr-navigation.png);
	background-position: left top;
	background-repeat: no-repeat;
	behavior: url(js/iepngfix.htc);
}

/*=============== CONTENT ==========================================================*/
#globalContent {
	
	width: 990px;
	height: auto;

	background-image: url(i/bgr-content.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.globalContent_wrap {
	position: relative;
	width: 890px;
	height: auto;
	margin-left: 53px;
	padding-bottom: 20px;
	padding-top: 15px;
}




/*=============== FOOTER ==========================================================*/
#globalFooter {
	width: 990px;
	height: 40px;

	background-image: url(i/bgr-footer.png);
	background-position: left top;
	background-repeat: no-repeat;
	

	font-size: 10px;
	color: white;
}
#globalFooter div{
	position: absolute;
	margin-top: 15px;
	width: 890px;
	height: auto;
	margin-left: 53px;
}

#globalFooter span{
	display: block;
}

#globalFooter div a, #globalFooter div a:visited{
	color: white;
	text-decoration: none;
}

#globalFooter div a:hover{
	color: #00deff;
}

#globalFooter div a.bro:hover{
	color: #FF9900;
}


/*=============== MISC SHIT ==========================================================*/




