html{
	height: 100%;
	min-height: 100%;
	background: #FFF;
	margin: 0px auto;
	background: url(/images_new/paper_background.gif) 0px 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: center;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height:100%;
	background: #fff;
	text-align: left;
}
#header, #header2{
	background: #000;
	width: 100%;
	height: 380px;
	padding: 10px 0px 0px 0px;
}

#header2{
	height: 450px;
}

#header p{
	clear: none;
	line-height: 1em;
	font-size: 70%;
	padding: 15px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	height: 20px;
	width: 150px;
	float: right;
}	

#left_image{
	position: absolute;
	top: 10px;
	left: 10px;
	float: left;
	padding: 0px;
	width: 240px;
	height: 73px;
	z-index: 10;
}

#header_menu{
	position: absolute;
	text-align: right;
	right: 10px;
	top: 20px;
	height: 39px;
}

#header_bottom, #header_bottom2{
	position: absolute;
	top: 145px;
	left: 0px;
	width: 960px;
	height: 255px;
	text-align: center;
	z-index: 0;
	background: #fff;
}

#main_focus_home {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 960px;
	height: 630px;
	z-index: 0;
	background: #fff url(/images_new/main_focus_home_bg.gif) repeat-x 0px 0px;
}

#menu{
	position: absolute;
	right: 0px;
	top: 95px;
	clear: none;
	float: right;
	text-align: right;
	width: 960px;
	height: 50px;
	padding: 10px 0px 0px 0px;
	background: url(/images_new/menu_back.gif) repeat-x 0px 0px;	
}

#home_simple{
	margin: 15px 0 20px 20px;
}

#home_bubbles{
	margin: 0px 0px 0px -10px;
}

#links {
	z-index: 100; 
	width: 954px;
	height: 190px;
	padding: 0px 0px 0px 6px;
	position: absolute;
	margin: 0 0 20px 0;
}

#websites, #content,  #marketing, #conversion, #knowledge {
	width: 190px;
	float: left;
	
} 

#websites ul, #content ul,  #marketing ul, #conversion ul, #knowledge ul {
	float: left;
	width: 190px;
	clear: none;	
	padding: 0px;
	margin: 0px;
	font-size: 100%;
}



#homeSpacer{
	clear: both;
	height: 180px;
}

/************ Portfolio Bit ************/

#home_creations {
	width: 870px;
	height: 280px;
	float: left;
	position: relative;
	margin: 0 0 0 50px;
	background: url(/images_new/latest_creations_background.png) repeat-x 0px 0px;
}

.creation_1, .creation_2, .creation_3 {
	margin: 30px;
	float: left;
}



/************ Left panel ************/

#left{
	position: relative;
	clear: both;
	float: left;
	width: 255px;
	height: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #00a5e6;
	color: #eee;
	font-size: 120%;
}
#left b{
	padding: 0px 10px 0px 10px;
	font-weight: normal;
	font-size: 140%;
}
#leftBottom{
	height: 40px;
	width: 255px;
	background: #fff url(/images/bottom_curve_left.gif) no-repeat 0px 100%;
}
#image{
	width: 255px;
	padding: 100px 0px 0px 0px;
	background: #fff url(/images2/left_back.png) repeat-x 0px 0px;
}





/************ Main Content ************/

#main{
	width: 880px;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin: 20px 0 0 0;
}

#main-home {
	width: 500px;
	padding: 0px 25px 0px 25px;
	position: relative;
	margin: 20px 0 0 0;
	float: left;
}


#bar{
	width: 605px;
	height: 40px;
	background: url(../images/bar.gif) 0px 0px no-repeat;	
	padding: 0px;
	margin: 0px;
}
.box{
	float: left;
	clear: none;
	width: 195px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}



.portfolio-image {
	float: left;
	min-height: 300px;
	width: 320px;
	padding: 5px 0px 8px 0px;
}

.portfolio-text{
	float: right;
	width: 550px;

}

/************ Right Col Home **************/

#right-home {
	float: right;
	position: relative;
	width: 390px;
	min-height: 600px;
	padding: 0 0 0 20px;
	background: #cdf4ff url(../images_new/right_col_background.jpg) 0px 0px repeat-x;
}

#newsletter_home {
	width: 370px;
	height: 151px;
	background: url(../images_new/newsletter_background.gif) 0px 0px no-repeat;
}

.twitter_li {
	background: url("/images_new/twitter_li.png") no-repeat scroll 0 0 transparent;
	padding: 0 0 0 50px
}

.facebook_li {
	background: url("/images_new/facebook_li.png") no-repeat scroll 0 0 transparent;
	padding: 0 0 0 50px
}

.twitter_bod {
	float: right;
	margin: 0 30px 0 0;
}

/************ Forms **************/

.form input{
	clear: none;
	float: left;
	height: 15px;
	width: 300px;
}
.form textarea{
	clear: none;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
}
.form select{
	height: 20px;
	width: 350px;
}

#form_2 input.radio, #form_3 input.radio{
	position: absolute;
	right: 405px;
	width: 20px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#form_2 label,#form_3 label{
	display: block;
	clear: both;
	float: left;
	height: 20px;
	width: 180px;
	min-width: 180px;
	text-align: right;
	margin: 3px 10px 0px 0px;
}
#form_2 label.radioLabel,#form_3 label.radioLabel{
	position: absolute;
	right: 110px;
	text-align: left;
	width: 280px;
	margin: 0px 0px 0px 0px;
}
	
#form_2 label.required{
	color: #f00;
}
#main .radio{
	width: 20px;
}

#main input[type='submit'],input.submit{
	margin: 10px 0px 0px 190px;
	width: 120px;
	height: 25px;
}


/************ Footers ************/

#main_footer{
	clear: right;
	float: right;
}

#main_footer_full {
	background: url(/images_new/awards.jpg) center center no-repeat;	
	height: 95px;
	margin: 0px 0px 5px 0px;
	width: 960px;
}


#footer{
	clear: both;
	width: 960px;
	height: 150px;
	padding: 50px 0 0 0;
	background-color: #333;
	background: url(/images_new/footer_background.jpg) repeat-x 0px 0px;
	text-align: left;
	font-size: 100%;
}

.clear{
	clear: both;
	height: 1px;
}
