@charset "UTF-8";

/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: 0 -15px;
}

#wrapper {
	width:946px;
	margin:0 auto;
}

#header {
	text-align: center;
	height: 16px;
	margin-top: 0px;
}

#offer {
	width:152px;
	height:152px;
	text-align: left;
	position: absolute;
	top: 0;
	float: left;
}

#logo {
	background-image: url(../images/logo.jpg);
	height: 119px;
	width: 542px;
	margin: 0 auto;
	display: block;
}


/*------------------------NAV BAR----------------------------*/
#nav_bar {
	width:946px;
	height:37px;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
}
#nav_bar ul{
	list-style:none;
	padding:0px;
	padding-left: 7px;
	margin: 0;
}
#nav_bar   li  {
	display:inline;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	width:133px;
	text-align: center;
	padding-top: 10px;
	float: left;
}

#nav_bar li a:link, #nav_bar li a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}
#nav_bar li a.active {
	color: #FF0000;
	font-weight: bold;
}
#nav_bar li a:hover {
	text-decoration: none;
	color: #FF0000;
}


/*------------------------NAV BAR END----------------------------*/

/*--------------------------LEFT NAV-----------------------------*/

#left_nav {
	height: 35px;
	width: 408px;
	margin: 0 auto;
	background-image: url(../images/rocket_sub_buttons.png);
}
#left_nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left: 4px;
}
#left_nav li   {
	display:inline;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	width:90px;
	text-align: center;
	float: left;
	padding: 8px 5px 8px 5px;
}
#left_nav  li  a:link, #left_nav li a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#left_nav  li a:hover  {
	position: relative;
	visibility: visible;
	color: #000000;
}
#left_nav  li a.active   {
	color: #000000;
}

/*------------------------LEFT NAV END----------------------------*/

#main_content {
	width:946px;
	background-repeat: repeat-y;
	overflow: visible;
}
#copy {
	width: 926px;
	margin:0 auto;
	margin-top: 10px;
}
a:link, a:visited/*--------------------------LINK STYLES------------------------------*/

 {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF0000;
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
/*------------------------LINK STYLES END----------------------------*/

/*--------------------------TEXT STYLES------------------------------*/

.main_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: left;
}
.main_copy     a {
	color: #FF0000;
}

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/
.main_copy a:hover {
	color: #000000;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }





/* Listen */

ul#portfolio img {
}
.portfoliocopy {
	width: 100%;
	color: #666666;
	text-align: center;
	padding: 5px 0;
	background-color: #CCCCCC;
	margin-top: -3px;
}
ul#portfolio li  {
	list-style-type: none;
	margin-left: -40px;
	text-align: center;
	width: 100%;
	border: solid #ccc 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.workexample {
	width: 98%;
	text-align: left;
	overflow: hidden;
	height: 220px;
	padding: 10px;
	border: 1px solid #FF0000;
	background-color: #CCCCCC;
	margin-bottom: 20px;
}
.exampleimage img  {
	float: left;
	border: 0px;
	margin-right: 10px;
}
#footernews {
	width: 920px;
	margin:0 auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 350px;
}
#twitter_div  {
	text-align: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 10px;
	color: #666666;
	width: 295px;
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	border-left: solid #999999 thin;
	border-right: solid #999999 thin;
}
#twitter_div a {
	color: #000000;
	text-decoration: none;
}
#twitter_div a:hover {
	color: #FF0000;
	text-decoration: underline;
}
ul#twitter_update_list   {
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 5px;
	list-style-type: none;
	list-style-position: outside;
}
.sidebar-title {
	text-align: left;
	color: #000000;
	font-size: 14px;
	margin: 0;
	border-bottom: solid 1px #333333;
}
#twitter_update_list li {
	margin-bottom:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	line-height: 2;
}
#footerbase  {
	background-image: url(/images/rocket_footer.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 56px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 2;
	text-align: center;
}
#footerbase a, footerbase a.visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 2;
}
#footerbase a:hover {
	color: #FF0000;
	font-size: 10px;
}
#footerlinks  {
	width: 300px;
	float: left;
	height: 100%;
	padding-right: 5px;
	text-align: left;
}
#footerlinks    li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	display: block;
	float: left;
	padding-top: 10px;
}
#footerlinks  ul {
	list-style: none;
	list-style-position: outside;
	width: auto;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footerlinks  a:link, #footerlinks li a:visited, #news li a:link, #news li a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
#footerlinks  li a:hover, #news li a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 10px;
}
#footerlinks li a.active, #news li a.active {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

/*------------------------TEXT STYLES END----------------------------*/


#footer {
	width:100%;
	background-color: #E5E5E5;
	margin-top: 10px;
	float: left;
	background-image: url(/images/footerbg.jpg);
	background-repeat: repeat-x;
}
#footer div {
}
.footer  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FF0000;
	font-size: 10px;
	line-height: 2;
}
.footer   a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 2;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a:visited {
	color: #FFFFFF;
}
#intro    li  {
	list-style-type: none;
	width: 900px;
	color: #FF0000;
	line-height: 2;
}
#intro {
	width: 100%;
	margin-left: -40px;
	margin-top: -15px;
}
ul#intro  li  h2 {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	width: auto;
	margin-top: 5px;
}
.news {
	width: 300px;
	color: #000000;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news        li a  {
	list-style-type: none;
	color: #000000;
}
#ratepoint {
	z-index:1;
	visibility: visible;
	position: absolute;
	width: 116px;
	height: 82px;
	top: 10px;
	float: right;
}
