﻿/* GECKO STYLE STUFF */
/* Basic Elements */
html, body {
	margin: 0;
	font-family:Tahoma;
	font-size: 14px;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}

  
#header {
	width: 100%;
	height: 161px;
    background-image: url("../images/gyr-HEADER-background.jpg");	
	}
#header-content{
    margin-left:auto;
	margin-right:auto;
	width:750px;
    }

span.right 
{
   float:right;
   color:White;
   font-size:16px;
   font-weight:bold;
   font-family:Arial;
   margin-top:135px;  	}
   
span.left 
{
   float:left;
   margin-top:70px;}   

#wrapper {
	width: 100%;
	
	}
#content 
{
    clear:both;	
	margin-left:auto;
	margin-right:auto;
	width:780px;
	margin-top:15px;
    
	}
	
#main-content
{

    width:450px; 

    }	
	


#menu 
{
   font-family:Arial;
       
   
   margin-left:23%;  
    	}
#menu li 
{
   display:inline;
   padding-left:5px;
   padding-right:5px;
   
     	}   
	
#left {
	float: left;
	width: 20%;
	margin-left: -100%;
	}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #dcdcdc;
    background-color:#292929;	
	height:525px;
    background-image: url("../images/gyr-HEADER-background.jpg");
    background-repeat:no-repeat;	
	}
	

	

/** NEW SIDEBAR ** /

#Sidebar {
float: right;

}	
	

/* OLD_Sidebar 
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}
	
	*/

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color:#FFFFFF;
	text-decoration: none;
	}
a:hover {
	color: #74abe1;
	}
	
	#section1
	{
    background-image: url("../images/gyr-paragraph-background.jpg");
    background-repeat:no-repeat;
    width:450px;
    height:350px;	

	}
	
	h2{color:#46a6f3;}
	
	#testimonials
	{
	 background-image: url("../images/gyr-SIDE-MENU-background.jpg");	
	 background-repeat:no-repeat;
	 width:300px;
	 height:300px; 
		}
		
		
	.body-links{ color:#46a6f3;}
	
	#menubar
	{
	 padding-top:5px;
	margin-top:0px;
	 width:100%;
	 background-image: url("../images/gyr-TOP-MENU-bar.jpg");
	 background-repeat:repeat-x;
	 height:48px;
	 }	


  p.inner
	 {
	 width:425px;	}
	 
	 #dr-analysis{ position:absolute; top:218px; left:46%; }