@charset "UTF-8";
/* CSS Document */

/* Begin Typography & Colors */
body {
	font-size: 13px; 
	font-family: Lucida Grande,  Lucida Sans, Arial, Verdana, Sans-Serif;
	background-color: #fff;
	color: #333333;
	line-height:120%;
	}
	
.small {
	font-size:11px;
	}
	
.footer-text {
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans, Arial, Verdana, Sans-Serif;
	color: #666666;
	text-align:center;
	}
	
.heading {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.white {
	color:#fff;
}

a, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

#container {
	background-color: white;
	border:none;
	text-align: left;
	}


#footer {
	background-color: #fff;
	line-height:30px;
	}
	
span.sbox_l  {
	background: none;
	float: left;
	width: 19px; height: 19px;
}
	
span.sbox_r  {
	background: none;
	float: left;
	width: 19px; height: 19px;
}
	
	
span.sbox input {
	background: white
		repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 100px;
	padding: 3px;
	margin-left:120px;
	margin-top:15px;
	font: 11px/13px arial;
	color: #000;
}

#searchbar {
	width: 267px;
	height:66px;
	background: url(images/menu/thinkgos-menu_07.jpg);
}

.sidebar-title {
	color:#333333;
	font-weight:bold;
	font-family:lucida grande, arial, helvetica;
	font-size:12px;
}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#container {
	background: url(images/grad-bar.gif) repeat-x;
	margin: 20px auto;
	padding: 0;
	width: 990px;
	border: none;
	}

#header {
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0;
	height: 66px;
	width: 990px;
	background-color: #fff;
	color: #A2A2A2;
	}
	
div#rocket {

    background-image:  url(images/rocket.jpg);

    background-repeat: no-repeat;

    height: 512px;

    width: 984px;

}


#list-menu {
width: 200px;
float:left;
margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
padding-bottom: 20px;
height: 467px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
background: url(images/features-bg.jpg) no-repeat;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
display: block;
width:200px;
padding: 0px 0px 0px 10px;
border: none;
text-decoration: none; /*lets remove the link underlines*/
line-height: 300%;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #666666;
}

#list-menu a:hover {
border: none;
background: url(images/features-rollover.jpg) no-repeat;
color: #666666;
}

#sidebar-top {
	width:180px;
	height: 27px;
	background: url(images/sidebar-top.jpg) no-repeat;
	padding-top:5px;
	padding-left: 15px;
}

#features-sidebar {
	width:180px;
	padding:0px;
	float:left;
	background:#f8fdf7;
	margin-right:20px;
	margin-top:70px;
	margin-left:60px;
}

#sidebar-left {
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/sidebar-bg.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 10px 15px; /* padding keeps the content of the div away from the edges */
	line-height:170%;
	margin:0px;
	border-bottom: solid 2px #e3f6e3;
}

#left-container {
		width:180px;
		padding:0px;
		float:left;
		background:#f8fdf7;
		margin-right:20px;
margin-top:20px;
margin-left:20px;
		}
	
	#center-container {
		width:540px;
		padding-left:0px;
		text-align:center;
		}
	
	#right-container {
		width:180px;
		padding:0px;
		float:right;
		background:#f8fdf7;
		margin-right:20px;
margin-top:20px;
margin-left:20px;
		}


 #sidebar-right {
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/sidebar-bg.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 10px 15px; /* padding keeps the content of the div away from the edges */
	line-height:170%;
	border-bottom: solid 2px #e3f6e3;
}

#company-content { 
	width:500px;
	margin-top: 10px;
	margin-left: 100px;
	padding: 10px 10px 100px 10px;
	float:left;
} 

#content-right {
	float:right;
	width: 640px;
	margin-right:20px;
	margin-bottom: 40px;
	padding: 0 20 20 20px;
}

#product-box {
	width:250px;
	height:300px;
	text-align:center;
	font-size:13px;
	float:left;
	margin: 0px 10px 10px 10px;
}
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */