﻿body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image: url(/images/bg_content.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-size: .75em;
}

img
{
    border: 0px;
}

p {
	margin: .8em 0;
}

a
{
	color: #EFA36B;
	text-decoration: none;
    border: 0px;
}

a:hover
{
    text-decoration:underline;
}

h3
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #ffffff;
    font-weight:bolder ;
}


#page
{
    width: 770px;
    height: auto;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    color: #ffffff;
    left: 50%;
    margin: 0 auto;
}


#content {
	width: 770px;
	background-color: #000000;
}




#header
{
    width: 770px;
    height: 40px;
    background-image: url(/images/bg_header.gif);
    background-repeat: repeat-x;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


#inset
{
    width: 770px;
    height: 273px;
    background-image: url(/images/homepage_inset.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
     text-indent: -5000px;        
}

#inset h2
{

     	margin: 0;
}




#tagline1
{
    height:147px;
    background-color: #353535;
}

#tagline1 h2
{
    
    text-indent: -5000px;
	margin: 0;
	height: 17px;
	background: url(/images/text_create.gif) top left no-repeat;	
}


#tagline2
{
    height:147px;
    background-image: url(/images/bg_tagline2.gif);
    background-repeat: repeat-x;
}

#tagline2 h2
{
    text-indent: -5000px;
	margin: 0;
	height: 17px;
	background: url(/images/text_reputation.gif) top left no-repeat;	
}

#featuredbox h2
{
    text-indent: -5000px;
	margin: 0;
	height: 17px;
	background: url(/images/text_featured.gif) top left no-repeat;	
}

#featured_site
{
    margin-right: 15px;
    border: solid 2px #434343; 
    float: left;   
}

#featured_panel
{
       margin-top: 25px;
}


#actionbar
{
    clear: both;
    height: 37px;
    background-color: #292929;
    padding-left: 137px;
    background: url(/images/bg_collaborate.gif) #292929 no-repeat 0px;
    margin: 0px;
}

#actionbar P
{
    padding: 0.8em 0.7em 0.7em 0.7em;
    margin: 0px;
}

#actionbar h2
{
    display: none;
}

H2#collaborate
{
    display: none
}


A#collaborate_btn
{
    border: #FCAB6F 1px solid;
    color: #FCAB6F;
}
A#collaborate_btn
{
    padding: 1px 6px 1px 6px;
}
A#collaborate_btn:hover
{
    background-color: #444444;
}




#featuredbox
{
    height: 247px;
    background-image: url(/images/bg_featured.gif);
    background-repeat: repeat-x;
}


#leftcontainer {
	width: 574px;
	float: left;
	background: #000;
	height:662px;
}

#rightcontainer {
	float: right;
	width: 196px;
	height:662px;
}


#blackbox
{
    height: 364px;
    background: #000000 url(/images/bg_blackbox.jpg) no-repeat 1px;
  
}

.text {
	padding: 18px 18px 10px 18px;
	background-color: #353535;
    border-bottom: 1px solid #000000;
}

.text_nobg {
	padding: 18px 18px 10px 18px;
	background-color: #353535;
}

.med {
	background-color: #353535;
	border-left: 1px solid #000000;
}

.light 
{
    background-color: #434343;   
    border-left: 1px solid #000000;
}



h2#contact {
	text-indent: -5000px;
	margin: 0;
	height: 17px;
	background: url(/images/text_contact.gif) top left no-repeat;	
}


h2#clientlogin
{
    text-indent: -5000px;
	margin: 0;
	height: 14px;
	background: url(/images/text_clientarea.gif) top left no-repeat;
}



#footer
{
    position: relative;
    color: #A4A4A4;
    background-color: #575757;
    font-size: .9em;
    padding: 1em 0 80px 1em;  
}

#footer ul
{
    position: absolute;
    list-style: none;
    margin: 0;
    right: 0;
}

#footer ul li
{
    display: inline;
}

#footer ul li a
{
    display: block;
    float: left;
    color: #a4a4a4;
    padding: 0 1em;
    border-right: 1px solid #888888;
}

#footer ul li a:hover
{
    color: #ffffff;
}

#footer hr {
	display: none;
}

#login-submit
{
    border: #434343 1px solid;  
    background: none transparent scroll repeat 0% 0%;
    color: #FCAB6F;
}


#login-username
{
    border: medium none;
    padding: 0.3em;
    background: #333333;
    width: 130px;
    color: #666666;
}
#login-password
{
    border: medium none;
    padding: 0.3em;
    background: #333333;
    width: 130px;
    color: #666666;
}
