@CHARSET "ISO-8859-1";

body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e2e2e2;
	margin:0;
}

/**
* Header
*/

#header{
	 background: url(/images/main/header_bg.jpg) repeat-x;
	 height: 106px;
	 float: left;
	 width: 100%;
}

#header_wrapper{
	margin: 0 auto;
	height: 106px;
	width: 960px;
}

#logo{
	 background: url(/images/main/logo.jpg) no-repeat;
	 height: 106px;
	 width: 208px;
	 cursor: pointer;
	 float: left;
}

#login_box{
	 background: url(/images/main/login_panel.jpg) no-repeat;
	 width: 208px;
	 height: 25px;
	 float: right;
}

#login_box a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 5px;
}

#login_box a img {
	border: none;
	float: left;
	margin-right: 5px;
	
}

#login_box a:hover{
	color: #555;
}

/**
*	Navigation
*/

.addthis_button{
	margin-top: 17px;
	float: left;
}

#navigation{
	background: url(/images/main/menu_bg.jpg) repeat-x;
	height: 45px;
	float: left;
	width: 100%;
}

#navigation_wrapper{
	margin: 0 auto;
	height: 35px;
	width: 960px;
}

#register_div{
	 background: url(/images/main/register_btn_bg.jpg) repeat-x;
	 width: 100px;
	 height: 30px;
	 float: right;
	 padding-top: 15px;
	 margin-right: 50px;
	 text-align: center;
}

#register_div a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#register_div a:hover{
	color: #FFB48F;
}

/**
* Scroller
*/

#scroller{
	 background: url(/images/main/scroller_bg.jpg) repeat-x;
	 height: 180px;
	 float: left;
	 width: 100%;
}

#scroller_wrapper{
	margin: 0 auto;
	padding-top: 10px;
	height: 170px;
	width: 765px;
}

#recent_companies{
	display: block;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
	text-align: center;
}


/**
* Content
*/

#content_wrapper{
	margin: 0 auto;
	width: 960px;
	height: auto;
}

/**
* Large Box
*/
.large_box{
	float: left;
	width: 880px;
	height: auto;
	margin: 20px 30px 0 30px;
	font-size: 14px;
	color: #555;
}
.large_box ul{
		list-style-type: none; 
		list-style-image: url(/images/main/arrowright.png); 
		list-style-position: outside; 
		font-size: 14px;
		color: #555;
		line-height: 22px;
	}

.large_box h1{
		text-align: center;
	}

.large_box img {
	width: 278px;
	height: 256px;
	float: left;
	margin: 15px;
}

.large_box a{
	text-decoration: none;
	color: #FD9F02;
}
/**
* Home Boxes
*/
.box{
	float: left;
	width: 422px;
	height: auto;
	margin: 20px 25px;
}


#box_top{
	float: left;
	width: 422px;
	height: 46px;
	background: url(/images/main/box_header.jpg) no-repeat;
}

	#box_top img{
		width: 14px;
		height: 14px;
		float: left;
		margin: 17px 0 0 40px;
	}
	
	#box_top h1{
		float: left;
		width: 350px;
		position: relative;
		top: -12px;
		left: 10px;
		font-size: 28px;
		color: #333;
	}
	
	*:first-child+html #box_top h1{
		top: 2px;
	}
	

#box_middle{
	float: left;
	width: 422px;
	height: auto;
	min-height: 275px;
	background: url(/images/main/box_bg.jpg) repeat-y;
}

	#box_middle_wrapper{
		float: left;
		margin: 10px;
		width: 400px;
	}
	
	#box_middle_wrapper ul{
		list-style-type: none; 
		list-style-image: url(/images/main/arrowright.png); 
		list-style-position: outside; 
		font-size: 14px;
		color: #555;
		line-height: 22px;
	}
	

#box_bottom{
	float: left;
	width: 422px;
	height: 55px;
	background: url(/images/main/box_bottom.jpg) no-repeat;
}
	#box_bottom_wrapper{
		float: left;
		width: 350px;
		height: 35px;
		margin-left: 50px;
		margin-top: 5px;
	}
	
	#box_bottom_wrapper .price{
		float: left;
		color: #fff;
		font-size: 35px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
	#box_bottom_wrapper .desc{
		float: left;
		position: relative;
		top: 15px;
		color: #aaa;
		font-size: 18px;
		font-weight: bold;
		margin: 0 5px;
		padding: 0;
	}
	
	#box_bottom_wrapper a{
		position: relative;
		padding-top: 5px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		top: 5px;
		float: right;
		display: block;
		background: url(/images/main/box_btn.jpg) no-repeat;
		width: 114px;
		height: 31px;
	}
	
/**
* Footer
*/

#footer{
	 background: url(/images/main/footer_bg.jpg) repeat-x;
	 height: 223px;
	 margin-top: 10px;
	 float: left;
	 width: 100%;
}

#footer_wrapper{
	margin: 0 auto;
	height: 223px;
	width: 960px;
}

.footer_separator{
	float: left;
	background: url(/images/main/footer_separator.jpg) no-repeat;
	width: 6px;
	height: 223px;
}

.footer_box {
	float: left;
	width: 315px;
	height: 223px;
}
	.footer_box h4{
		display: block;
		
		margin-top: 30px;
		margin-left: 30px;
		font-size: 14px;
		color: #333;
	}
	
	.footer_box h4 img{
		position: relative;
		float: left;
		top: -7px;
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}
	
	.footer_box p{
		display: block;
		margin-top: 10px;
		margin-left: 30px;
		font-size: 12px;
		color: #000;
	}
	
	.footer_box a.email{
		display: block;
		margin-top: 10px;
		margin-left: 30px;
		color: #8F301F;
		text-decoration: none;
		font-size: 12px;
	}
	
	.footer_box a.links{
		display: block;
		margin-top: 10px;
		margin-left: 30px;
		color: #777;
		text-decoration: none;
		font-size: 12px;	
	}
	
	.footer_box a.links:hover{
		color: #000;
	}
	
	.footer_box #client_header{
		background: url(/images/main/spotlight_top.jpg) no-repeat;
		width: 172px;
		margin-left: 30px;
		height: 10px;
		float: left;
	}
	
	.footer_box #client_middle{
		background: url(/images/main/spotlight_bg.jpg) repeat-y;
		width: 172px;
		margin-left: 30px;
		float: left;
		text-align: center;
	}
	
	
	.footer_box #client_middle img{
		width: 160px;
		height: 77px;
		border: 0;
		margin: 0;
	    padding: 0;
	}
	
	.footer_box #client_footer{
		background: url(/images/main/spotlight_bottom.jpg) no-repeat;
		width: 172px;
		height: 9px;
		margin-left: 30px;
		float: left;
	}
	
/**
* Footer Rotator
*/
	
/* rotator in-page placement */
div#rotator {
	position:relative;
	height:77px;
	width: 172px;
	top: 0;
	left: 6px;
	margin: 0;
	padding: 0;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;
}

div#rotator a{
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
}

div#rotator ul {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

div#rotator ul li.show {
	z-index:500;
	margin: 0;
	padding: 0;
}

/**
*	Search Bar
*/

#search_bar{
	 background-color: #2b2b2b;
	 height: 65px;
	 float: left;
	 width: 100%;
}

#search_bar_wrapper{
	margin: 0 auto;
	margin-top: 20px;
	height: 32px;
	width: 960px;
	padding-left: 60px;
}

#keyword {
	background: url(/images/main/long_input.jpg) no-repeat;
	width: 191px;
	height: 23px;
	border: 0;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 5px;
	font-size: 14px;
}

#zip {
	background: url(/images/main/short_input.jpg) no-repeat;
	width: 64px;
	height: 23px;
	border: 0;
	padding-left: 20px;
	padding-right: 25px;
	padding-top: 5px;
	font-size: 14px;
}

#state{
	width:192px;
	height: 28px;
	padding-top: 3px;
}

#distance{
	width:192px;
	height: 28px;
	padding-top: 3px;
}

.styled{
	height: 28px;
}

span.select {
   position: absolute;
   width: 160px; /* With the padding included, the width is 192 pixels: the actual width of the image. */
   height: 25px;
   padding: 3px 24px 0 8px;
   color: #000;
   font: 12px/21px arial,sans-serif;
   background: url(/images/main/long_dropdown.jpg) no-repeat;
   overflow: hidden;
   font-size: 14px;
}

#search_submit{
	width: 113px;
	height: 32px;
}


/**
* Browse 
*/

#browse_top{
	background: url(/images/main/browse_top.jpg) no-repeat;
	float: left;
	width: 915px;
	height: 32px;
	margin-top: 10px;
}

#browse_middle{
	background: url(/images/main/browse_bg.jpg) repeat-y;
	float: left;
	width: 915px;
	height: auto;
}

#browse_bottom{
	background: url(/images/main/browse_bottom.jpg) no-repeat;
	float: left;
	width: 915px;
	height: 45px;
}
	
/**
* Sidebar
*/

#sidebar{
	float: left;
	width: 152px;
	height: auto;
	margin-left: 27px;
}

#sidebar_top{
	background: url(/images/main/category_top.jpg) no-repeat;
	float: left;
	width: 152px;
	height: 11px;
}

#sidebar_middle{
	background: url(/images/main/category_bg.jpg) repeat-y;
	float: left;
	width: 152px;
	height: auto;
}

#sidebar_bottom{
	background: url(/images/main/category_bottom.jpg) no-repeat;
	float: left;
	width: 152px;
	height: 10px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 150px;
  font-size: 10px;	
}

ul#menu a {
  display: block;
  text-decoration: none;
}


ul#menu li a {
  color: #000;
  padding: 2px;
  padding-left: 17px;
  display: block;
  background-image: url(/images/main/category_arrow.gif);
  background-repeat: no-repeat;
  background-position: 5px 2px;
}

ul#menu li a img{
  width: 8px;
  height: 12px;
  border: 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

ul#menu li a span{
}

ul#menu li a:hover {
  color: #555;
}

ul#menu li ul li a {
  color: #000;
  padding-left: 30px;
  font-size: 9px;	
  background-image: url(/images/main/subcategory_arrow.jpg);
  background-repeat: no-repeat;
  background-position: 15px 2px;
}

ul#menu li ul li a img{
  width: 9px;
  height: 9px;
  border: 0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

ul#menu li ul li a:hover {
  color: #555;
  padding-left: 30px;
}


/**
* Right content (table)
*/

#right{
	float: left;
	width: 700px;
	height: auto;
	margin-left: 15px;
}

#right h1{
	color: #14626F;
	font-size: 14px;
	margin-left: 10px;
}

#right h2{
	color: #14626F;
	font-size: 12px;
	margin-left: 10px;
}

table {
	border: 1px solid #999;
	border-spacing: 0;
	border-collapse: collapse;	
}

table a img{
	border: 0;
}

table a{
	text-decoration: none;
	color: #000;
}

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

table img {
	width: 140px;
}

table tr{
	border: 1px solid #999;
}

table tr td{
	border: 1px solid #999;
	padding-left: 5px;
	padding-right: 5px;
}

table tr th{
	border: 1px solid #999;
	height: 34px;
	background: url(/images/main/table_header.jpg) repeat-x;
}

*:first-child+html table tr th{
	height: 32px;
}

#browse_pagination{
	width: 225px;
	height: 30px;
	float: right; 
	margin-right: 20px;
	margin-top: 5px;
	text-align: right;
}

.pagination{
	margin: 0;
	color: #333;
	font-size: 12px;
}

.pagination a{
	color: #000;
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
}

.pagination strong{
	color: #999;
	text-decoration: underline;
}

.pagination a:hover{
	color: #777;
}

.pagination a img{
	border: 0;
	position: relative;
	top: 4px;
}

.pagination img{
	border: 0;
	position: relative;
	top: 4px;
}


/**
* Company Page
*/

.company_half{
	width: 47%;
	float: left;
	height: auto;
	padding-left: 5px;
}

.designer_whole{
	width: 97%;
	float: left;
	height: auto;
	padding-left: 5px;
}

.company_half #company_logo{
	width: 200px;
	margin: 10px auto;
	heigth: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border: 2px solid #9f9f9f; 
}

.company_half #company_photo{
	width: 200px;
	margin: 10px auto;
	heigth: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border: 2px solid #9f9f9f; 
}

.company_half h1{
	color: #14626F;
	font-size: 14px;
	margin-left: 10px;
}

.company_half h2{
	color:#14626F;
	font-size:12px;
	margin-left:10px;
}

.company_half p{
	padding-left: 10px;
}

.company_half b{
	float: left;
	width: 70px;
}

.company_half a{
	color: #777;
	text-decoration: none;
}

#visit_site{
	width: 175px;
	height: 30px;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin-left: 80px;
	background: url(/images/main/black_btn.jpg) no-repeat;
}

#google_map{
	width: 300px;
	float: left;
	height: 246px;
	border: 1px solid #000;
	position: relative;
	margin: 10px auto;
	display: block;
	clear: both;
}

*:first-child+html #google_map{
	position: relative;
	
}

#map_canvas{
	width: 698px;
	border: 1px solid #999;
	height: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**
*	Register Page
*/

#register{
	width: 690px;
	height: auto;
	padding: 5px;
	padding-top: 0;
	float: left;
}

.register_half{
	width: 48%;
	float: left;
	height: auto;
	padding-left: 5px;
}

#register input{
	background:transparent url(/images/main/field-bg.gif) no-repeat scroll 0 0;
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:12px;
	margin:3px 0;
	padding:3px;
	width: 200px;
	clear: both;
}

#register select{
	color:#333333;
	float:left;
	font-size:12px;
	margin:3px 0;
	padding:3px;
	clear: both;
	width: 200px;
}

#register #exp_m{
	width: 80px;
	float: left;
	
}

#register #exp_y{
	width: 80px;
	float: left;
}

#register #cvv{
	width: 50px;
}

#register label{
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
}

#register #register_submit{
	background: none;
	width: 113px;
	height: 32px;
	border: none;
	margin-top: 10px;
	margin-left: 280px;
}

#register #apply_submit{
	background: none;
	width: 70px;
	height: 20px;
	border: none;
	clear: none;
	position: relative;
	top: -2px;
}

#register .errors{
	background-color: #FFAFAF;
	color: #EF0E0E;
	border: 1px solid #EF0E0E;
	padding: 10px;
	width: 640px;
	float: left;
}
	
#proceed_to_login{
	width: 175px;
	height: 30px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	background: url(/images/main/black_btn.jpg) no-repeat;
}

#cc_types{
	width: 170px;
	float: left;
	clear: both;
	margin: 5px;
}

/**
*	Login Box
*/
.login_box{
	float: left;
	width: 422px;
	height: auto;
	margin-top: 20px;
	margin-left: 260px;
}


#login_box_top{
	float: left;
	width: 422px;
	height: 46px;
	background: url(/images/main/box_header.jpg) no-repeat;
}

	#login_box_top img{
		width: 14px;
		height: 14px;
		float: left;
		margin: 17px 0 0 40px;
	}
	
	#login_box_top h1{
		float: left;
		position: relative;
		top: -7px;
		left: 10px;
		font-size: 24px;
		color: #333;
	}
	
	*:first-child+html #login_box_top h1{
		top: 0;
		padding-top: 8px;
	}

#login_box_middle{
	float: left;
	width: 422px;
	height: auto;
	background: url(/images/main/box_bg.jpg) repeat-y;
}

	#login_box_middle_wrapper{
		float: left;
		margin: 10px;
		width: 400px;
	}
	
	#login_box_middle_wrapper label{
		clear: both;
		float: left;
		width: 200px;
		margin-left: 100px;
		font-size: 12px;
	}
	
	#login_box_middle_wrapper input{
		background:transparent url(/images/main/field-bg.gif) no-repeat scroll 0 0;
		border:1px solid #333333;
		color:#333333;
		float:left;
		font-size:12px;
		margin:3px 0;
		margin-left: 100px;
		padding:3px;
		width: 200px;
		clear: both;
	}
	
	#login_box_middle_wrapper #forgot_password{
		clear: both;
		float: left;
		width: 200px;
		margin-left: 100px;
		font-size: 12px;
		color: #333;
	}
	
	#login_box_middle_wrapper .errors{
		background-color: #FFAFAF;
		color: #EF0E0E;
		border: 1px solid #EF0E0E;
		padding: 10px;
		width: 378px;
		float: left;
		text-align: center;
	}

#login_box_bottom{
	float: left;
	width: 422px;
	height: 55px;
	background: url(/images/main/box_bottom.jpg) no-repeat;
}
	#login_box_bottom_wrapper{
		float: left;
		width: 350px;
		height: 35px;
		margin-left: 40px;
		margin-top: 5px;
	}
	
	
	#login_box_bottom_wrapper #login_submit{
		background: none;
		width: 116px;
		height: 33px;
		border: none;
		margin-left: 120px;
	}

#go_to_login{
	width: 115px;
	height: 33px;
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	margin: 0 auto;
	background: url(/images/main/back_btn_main.png) no-repeat;
}

/**
* My Profile Page
*/

.half{
	width: 333px;
	float: left;
	display: block;
}
.whole{
	width: 100%;
	float: left;
	display: block;
}

.clearboth{
	clear: both;
}

.whole #category{
	width: 660px;
	margin: 5px;
}

.half #state, #billing_state, #id_parent, #access_level{
	width: 230px;
	height: 28px;
	padding-top: 3px;
}

.whole input{
	width: 225px;
	margin: 5px;
}

.whole label{
	margin: 5px;
}

.half input{
	background:transparent url(/images/main/field-bg.gif) no-repeat scroll 0 0;
	border:1px solid #333333;
	color:#333333;
	font-size:12px;
	margin:5px;
	padding:3px;
	width: 225px;	
}

.half #company_logo{
	font-size:12px;
	border: 0; 
	height: 25px;
	background: none;
}

.whole #description {
	width: 600px;
	height: 250px;
}

.profile_company_logo{
	font-size:12px;
	border: 0; 
	height: 25px;
	background: none;
}

.half label{
	margin: 5px;
}

#profile_submit{
	background: none;
	width: 116px;
	height: 33px;
	border: none;
	margin: 10px;
	margin-left: 280px;
}

#profile .errors_fail{
	background-color: #FFAFAF;
	color: #EF0E0E;
	border: 1px solid #EF0E0E;
	padding: 10px;
	width: 640px;
	float: left;
}

#profile .errors_success{
	background-color: #AAFF8F;
	color: #158F00;
	border: 1px solid #158F00;
	padding: 10px;
	width: 640px;
	float: left;
}

/**
* Contact us pages
*/

#contact{
	width: 355px;
	height: auto;
	padding: 5px;
	padding-top: 0;
	float: left;
	margin-left: 170px;
}

#contact input{
	background:transparent url(/images/main/field-bg.gif) no-repeat scroll 0 0;
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:12px;
	margin:3px 0;
	padding:3px;
	width: 350px;
	clear: both;
}


#contact label{
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
}

#contact #comments{
	float: left;
	border: 1px solid #333;
	color: #333;
	font-size: 12px;
	margin: 3px 0;
	padding: 3px;
	width: 350px;
	height: 150px;
	clear: both;
}

#contact #contact_submit{
	background: none;
	width: 113px;
	height: 32px;
	border: none;
	margin-top: 10px;
	margin-left: 120px;
}

#contact .errors{
	background-color: #FFAFAF;
	color: #EF0E0E;
	border: 1px solid #EF0E0E;
	padding: 10px;
	width: 315px;
	float: left;
}
	
/**
* Mailing List
*/

#mailing{
	width: 355px;
	height: auto;
	padding: 5px;
	padding-top: 0;
	float: left;
	margin-left: 170px;
}

#mailing input{
	background:transparent url(/images/main/field-bg.gif) no-repeat scroll 0 0;
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:12px;
	margin:3px 0;
	padding:3px;
	width: 350px;
	clear: both;
}

#mailing #designer_state{
	float: left;
	width: 350px;
	clear: both;
}

#mailing label{
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
}

#mailing #mailing_submit{
	background: none;
	width: 113px;
	height: 32px;
	border: none;
	margin-top: 10px;
	margin-left: 120px;
}

#mailing .errors{
	background-color: #FFAFAF;
	color: #EF0E0E;
	border: 1px solid #EF0E0E;
	padding: 10px;
	width: 315px;
	float: left;
}

/**
*	Dropdown Login
*/

#signin_menu {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:none;
	background-color:#fff;
	position:absolute;
	width:137px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:12px;
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#333;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #333;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:130px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#333;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#333!important;
	margin: 0;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#333 scroll 0 0;
	border:1px solid #777;
	color:#fff;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
	padding:0;
	border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

ul#sitemap li a{
	color: #333;
	text-decoration: none;
}


/** Twitter **/
.tweet {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #777; 
  line-height: 22px;
   margin-left: 20px;
}

.tweet .tweet_list {
   -webkit-border-radius: .5em;
   list-style-type: none;
   margin: 0;
   padding: 0; 
}

.tweet .tweet_list li {
   overflow: auto;
   padding: .5em; 
}

.tweet .tweet_list li a {
	text-decoration: none;
    color: #333; 
}
    
.tweet .tweet_list .tweet_even {
}
    
.tweet .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; 
}

.tweet .tweet_list .tweet_avatar img {
   vertical-align: middle; 
}

/*
* Upload Button
*/

div.button {
	height: 29px;	
	width: 133px;
	background: url(/images/button.png) 0 0;
	font-size: 14px; 
	color: #C7D92C; 
	text-align: center; 
	padding-top: 15px;
}

div.button.hover {
	background: url(/images/button.png) 0 56px;
	color: #95A226;	
}

.delete_portfolio_image{
	cursor: pointer;
}

ol.files{
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottomn: 10px;
}

ol.files li{
	float: left;
	position: relative;
	margin: 5px 8px 5px 0;
}

ol.files li span.delete_portfolio_image{
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/icons/close.png);
	width: 16px;
	height: 16px;
	
}

ol.files img{
	height: 150px;
	width: 200px;
}

#create_portfolio{
	height: 32px;
	width: 113px;
	float: left;
	background-image: url(/images/main/create_btn.jpg);
	float: left;
	margin-left: 20px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

.create_portfolio_text{
	padding-left: 10px;	
	margin: 5px;
}

.create_portfolio_header{
	padding-left: 10px;	
	margin: 10px;
	color: #555;
}

ol.designer_files{
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottomn: 10px;
}

ol.designer_files li{
	float: left;
	position: relative;
	margin: 5px 8px 5px 0;
}

ol.designer_files img{
	height: 150px;
	width: 200px;
	border: 0;
}

ol.designer_files a{
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	padding:5px;	
}

.featured_article h1#featured_article_header{
	font-size: 16px;
}

.featured_article h1#featured_article_header a{
	color:#14626F;
	text-decoration: none;
}

.featured_article h1#featured_article_header a:hover{
	color:#555;
}

.featured_article img{
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	width: 300px;
	-moz-box-shadow: 5px 5px 5px #ccc; 
}

.featured_article a.step_thumb img{
	width: 200px;
}

.featured_article span{
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
	
.featured_article a#back_link{
	width: 98%;
	float: left;
	text-align: right;
	color:#14626F;
	margin: 10px;
	text-decoration: none;
}

.featured_article b{
	color:#14626F;
}

.featured_article a{
	color:#555;
}

.featured_article ul li{
 	margin-left: 310px;
}

.featured_article #all_images{
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #ccc; 
}

.featured_article #all_images img{
	float: left;
	padding: 0;
	border: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: 300px;
	-moz-box-shadow: none;
	-moz-border-radius: 0;
}

.featured_article #all_images #product_thumbs{
	clear: both;
	float: left;
	width: 300px;
	margin-top: 10px;
}

.featured_article #all_images #product_thumbs img{
	float: left;
	width: 80px;
	margin-left: 10px;
	border: 1px solid #ccc;
}

