@charset "utf-8";

/*
Theme Name: Surfaces
Theme URI: http://www.surfaces.net/
Description: This is the default Surfaces theme.
Version: 1.0
Author: Nauro Rezende Jr
Author URI: http://www.naurojr.com/
Tags: black, gray
*/

body {
	text-align: center;
	background:url(images/background.jpg) repeat-x;
	background-color:#fff;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

a { text-decoration:none; } 
a:hover { text-decoration:underline; } 
h1, h2, h3, h4, h5, strong { font-weight:bold;  } 
sup {  } 
p { font-size: 11px; line-height:20px; }

small { font-size: 0.8em; } 

h2.title-single { 
	margin-bottom:15px;
	font-weight:bold;
	color:#333;
} 

div.ddsg-wrapper { 
	padding-left:20px;
	margin-bottom:25px;
} 

div.ddsg-wrapper a { 
	color:#444;
} 

div.ddsg-wrapper h2 { 
	font-size:1.6em;
	font-weight:lighter;
} 

div.ddsg-wrapper ul { 
	list-style-position:inside;
	margin-top:10px;
	margin-bottom:10px;
} 

div.ddsg-wrapper ul li { 
	line-height:16px;
	list-style-position:inside;
	list-style:disc;
} 

div.ddsg-wrapper ul li > ul li{ 
	margin-left:20px;
	list-style-position:inside;
	list-style:circle;
} 

div.ddsg-wrapper ul li > ul li > ul li{ 
	list-style:square;
}

p.sitemap strong{ 
	display:block;	
	line-height:16px;
	margin-bottom:0px;
} 

p.sitemap ul { 
	display:block;	
} 

p.sitemap a { 
	color:#444;
} 

img.thumbnail { 
	border:0px;
} 

#wrapper { 
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
	padding-bottom:5px;
} 

#header { 
	postion:relative;
	background:url(images/top_background.jpg) no-repeat;
	background-position:left top;
	background-color:#000;
	color:#fff;
	height:74px;
} 

#header img { 
	margin-top:8px;
	margin-left:7px;
	border:0px;
	border-right:1px solid #fff;
	padding-right:10px;
} 

#header ul { 
	position:absolute;
	font-size:0.9em;
	right: 8px;
	top:70px;	
} 

#header ul li{ 
	display:inline;
} 

#header ul li a{ 
	color:#fff;
	font-weight:bold;
	margin-left:8px;
	margin-right:8px;
} 


#search { 
	position:absolute;
	right:0px;
	top:-6px;
	width:220px;
	text-align:right;
	
} 

#search form { 
	padding:0px;
	margin:0px;
} 

#search label  { 
	color:#444;
	margin-right: 5px;
	font-size:0.9em;
} 

#s { 
	border:1px solid #444;
	background-color:#fff;
	height:14px;
	width: 100px;
	font-size:0.9em;
	color:#444;
} 

#bt_squery { 
	border:1px solid #444;
	margin:0px;
	height:17px;
	margin-left:5px;
	font-size:0.8em;
	color:#444;
} 

#top_menu { 
	padding-bottom:5px;
} 

#top_menu ul li{ 
	display: inline;
	font-size:0.87em;;	
	color:#444;
} 

#top_menu ul li a{  
	color:#444;
	margin-right:3px;
	margin-left:3px;
} 

#top_menu ul li a.home{  
	margin-left:0px;
} 

#products_menu { 
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:14px;
	padding-left:10px;
	background-color:#e4e4e4;
	margin-top:2px;
	color:#444;
	display:none;
	font-size:0.9em;
	font-weight:bold;
} 

#products_menu ul li { 
	display: inline;
} 

#products_menu ul li a { 
	color:#444;
} 

#content { 
	position:relative;
	margin-top:2px;
	background-color:#fff;
} 

#side_content { 
	float:left;
	width:270px;
	padding-left:30px;
	padding-bottom:20px;
	text-align:right;
} 

#side_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
} 

#side_content p { 
	font-size:0.9em;
	line-height:18px;
}

#main_content { 
	padding-left:320px;
} 

#main_content span { 
	display:block;
	margin-bottom:20px;
} 

#main_content span p{ 
	font-size:0.8em;
	line-height:19px;
	margin-bottom:3px;
	color:#444;
} 

#main_content span h2{ 
	font-size:1.1em;
	line-height:19px;
	color:#444;
} 

#main_content a { 
	color:#444;
} 


#main_content a.product_image { 
	margin-right:10px;
} 


#main_content img { 
	border:0px;
} 

#main_content img.thumbnail { 
	border:1px solid #e4e4e4;
} 


#about_side_content { 
	float:left;
	width:270px;
	padding-left:20px;
	padding-bottom:20px;
	text-align:left;
} 

#about_side_content img { 
	margin-top:5px;
	display:block;
}

#about_side_content p { 
	font-size:0.8em;
	line-height:18px;
} 

#about_side_content small { 
	font-size:0.8em;
	padding-bottom:5px;
}

#about_content { 
	padding-left:320px;
	padding-right:20px;
} 

#about_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
} 

#about_content p { 
	text-align:justify;
	font-size:0.9em;
	line-height:35px;
	margin-bottom:20px;
}

#about_content form { 
	margin-bottom:20px;
} 

#about_content form label { 
	display:block;
} 

#about_content form input { 
	margin-bottom:5px;
	margin-top:5px;
	width:500px;
} 

#about_content form textarea { 
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	width:500px;
	height:60px;
} 

#iphone_content { 
	padding-left:260px;
} 

#iphone_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
} 

#iphone_content p { 
	text-align:justify;
	font-size:0.9em;
	line-height:22px;
	margin-bottom:20px;
}

#iphone_side { 
	float:left;
	width:240px;
	padding-left:5px;
	padding-bottom:20px;
	text-align:center;
	background: url('images/iphone-body.jpg') no-repeat;
	background-position: 20px 0px;
	padding-top:70px;
	height:310px;
} 

#designer_content { 
	padding-left:320px;
	padding-right:20px;
} 

#designer_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
} 

#designer_content p { 
	text-align:justify;
	font-size:0.9em;
	line-height:22px;
	margin-bottom:20px;
}

#designer_side_content { 
	float:left;
	width:270px;
	padding-left:20px;
	padding-bottom:20px;
	text-align:left;
} 

#designer_side_content img { 
	margin-top:5px;
	display:block;
}

#content div.post { 
	padding-left:200px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
} 


#mosaic_side_content { 
	width:320px;
} 

#mosaic_side_content h1{ 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:3em;
	text-align:right;
	margin-bottom:3px;
	padding-right:10px;
} 

#mosaic_side_content p { 
	font-size:0.9em;
	margin-bottom:5px;
	padding-right:10px;
	text-align:right;
	line-height:18px;
}

#mosaic_side_content ul { 
	border-top:1px solid #e4e4e4;
} 

#mosaic_side_content li { 
	background-color:#f0f0ee;
	border-bottom:1px solid #e4e4e4;
	font-size:1.2em;
	padding:5px;
} 

#mosaic_side_content a { 
	color:#777;
} 

#mosaic_side_content a:hover { 
	color:#000;
	cursor:pointer;
} 


#mosaic_content { 
	position:relative;
	width:580px;
	float:right;
} 

#mosaic_content h3{ 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:1.6em;
	margin-bottom:5px;
} 

#mosaic_content p { 
	font-size:0.95em;
	margin-bottom:10px;
	line-height:18px;
}

#mosaic_content p.small { 
	font-size:0.8em;
	margin-bottom:20px;
	color:#777;
}


#mosaic_slide { 
	position:relative;
	height:350px;
	margin-bottom:10px;
} 

#mosaic_slide span.sheet { 
	width:580px;
	height:350px;
	overflow:hidden;
} 

#mosaic_slide span.sheet img {
	width:580px;
	height:350px;

} 

#mosaic_slide span.sheet p { 
	position:absolute;
	bottom:-10px;
	left:0px;
	color:#fff;
	background-color:#000;
	font-size:0.75em;
	padding:2px;
	width:576px;
	text-align:center;
	opacity:0.75;
	-moz-opacity:0.75;
	filter: alpha(opacity=75);

} 

/* PROJECT GALLERY */

#projectg_side_content { 
	width:300px;
} 

#projectg_side_content h1{ 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:3em;
	text-align:right;
	margin-bottom:3px;
	padding-right:10px;
} 

#projectg_side_content p { 
	font-size:0.9em;
	margin-bottom:5px;
	padding-right:10px;
	text-align:right;
	line-height:18px;
}

#projectg_content { 
	position:relative;
	width:580px;
	float:right;
} 

#projectg_content h2{ 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#808080;
	font-size:1.8em;
} 

#projectg_content h2 a{ 
	color:#808080;
} 

#projectg_content h3{ 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#808080;
	font-size:1.6em;
	margin-bottom:5px;
} 

#projectg_content p { 
	color:#808080;
	font-size:0.95em;
	line-height:18px;
}

#projectg_content p.small { 
	font-size:0.8em;
	margin-bottom:20px;
	color:#777;
}

#projectg_slide { 
	position:relative;
	height:auto;
	min-height:390px;
	height:390px;
	width:580px;
	margin-bottom:5px;
	text-align:center;
	background-color:#f0f0ee;
	margin-top:5px;
} 

#projectg_slide span.sheet { 
	width:auto;
	height:auto;
	min-height:390px;
	min-width:580px;
	overflow:hidden;
} 

#projectg_slide span.sheet img {
	max-height:390px;
	max-width:580px;
	margin-left:auto;
	margin-right:auto;

} 

#projectg_slide span.sheet small { 
	position:absolute;
	bottom:0px;
	left:0px;
	color:#fff;
	background-color:#000;
	font-size:0.75em;
	padding:5px;
	width:570px;
	text-align:center;
	opacity:0.75;
	-moz-opacity:0.75;
	filter: alpha(opacity=75);
} 

#product_on_this_room_scene { 
	position:relative;
	width:560px;
	height:75px;
	padding:10px;
	padding-top:25px;
	padding-bottom:5px;
	background-color:#f0f0ee;
	margin-bottom:10px;
} 

#product_on_this_room_scene p.header{ 
	color:#333;
	font-size:0.95em;
	position:absolute;
	top:4px;
	left:10px;
	margin-bottom:0px;
} 

#product_on_this_room_scene img { 
	border:0px;
	margin-right:5px;
} 

#project_gallery_social {
	position:relative;
	clear:both;
	margin-bottom:5px;
} 

#email_to_a_friend { 
	position:absolute;
	right:0px;
} 

#email_to_a_friend a { 
	color:#808080;
	text-decoration:none;
} 

#email_to_a_friend img{ 
	border:0px;
} 

/* EOF PROJECT GALLERY */

/* COMMENT BOX */

#comment_box { 
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
} 

#commentform { 
	text-align:right;
}	

#commentform p{ 
	margin-bottom:8px;
}	

#commentform h3{
	text-align:left;
} 

#commentform input { 
	width: 350px;
} 

#commentform textarea { 
	width: 570px;
	height:60px;
} 

li.odd { 
	padding-top:10px;
	padding-bottom:10px;
} 

#comment_box small { 
	font-size:0.75em;
} 

#related_room_scenes { 
	margin-bottom:5px;
	padding-bottom:5px;
} 

li.related_room_scenes { 
	height:70px;
	clear:both;
} 


li.related_room_scenes img{ 
	float:left;
	border:0px;
	margin-right:5px;
} 

li.related_room_scenes p a { 
	color:#808080;
	text-decoration:none;
} 


li.related_room_scenes p a em { 
	color:#0000CC;
	font-size:1.1em;
} 
/* EOF COMMENT BOX */

/* SENT TO A FRIEND */

#form_send_to_a_friend { 
} 

#form_send_to_a_friend label { 
	display:block;
	margin-bottom:2px;
	margin-top:2px;

} 

#form_send_to_a_friend input{ 
	display:block;
	width:295px;
} 


#form_send_to_a_friend input.buttom{ 
	margin-top:5px;
	display:block;
	width:150px;

} 


/* */

hr.comment_form { 
	margin-top:10px;
	margin-bottom:10px;
}

#content div.post h2 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#333;
	font-size:2.1em;
} 

#content div.post h2 a { 
	color:#333;
} 


#content div.post p { 
	text-align:justify;
	font-size:0.9em;
	line-height:18px;
	margin-bottom:10px;
}


#content div.post table tr td{ 
	padding:4px;
}

#content div.post table thead tr td{ 
	background-color:#444;
	color:#fff;
	font-weight:bold;
} 

#content div.post table thead tr td p.center{ 
	text-align:center;
} 


#content div.post table tbody tr td{ 
		font-size:0.9em;
} 

#content div.post table tbody.center tr td p{ 
		font-size:0.9em;
		text-align:center;
} 

#press_content { 
	padding-left:260px;
	padding-right:20px;
	padding-bottom:20px;
} 

div.list_post { 
	margin-top:10px;
} 

#press_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
} 

#press_content h3 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#444;
	font-size:1.2em;
	margin-bottom:5px;
} 

#press_content h3 a { 
	color:#444;
} 

#press_content p { 
	text-align:justify;
	font-size:0.9em;
	line-height:17px;
	margin-bottom:20px;
}

#press_content p small{ 
	display:block;
	font-size:0.85em;
} 

#press_side_content { 
	position:relative;
	float:left;
	width:220px;
	padding-left:20px;
	padding-bottom:20px;
	text-align:right;
} 

#press_side_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
	margin-bottom:5px;
} 

#press_side_content p { 
	font-size:0.9em;
	line-height:18px;
} 

#prd_side_content { 
	position:relative;
	float:left;
	width:180px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:220px;
	text-align:right;
} 

#prd_side_content img.product_image{ 
	position:absolute;
	top:0px;
	left:0px;
	margin-bottom:210px;
	border:1px solid #e4e4e4;
} 

#prd_side_content h3 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:bold;
	color:#444;
	font-size:1.1em;
	margin-bottom:5px;
} 

#prd_side_content p { 
	font-family:Arial, Verdana, Helvetica;
	color:#444;
	font-size:0.8em;
	line-height:23px;
} 

#prd_main_content { 
	padding-left:220px;
	padding-bottom:20px;
} 

#prd_main_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:3.2em;
	margin-bottom:10px;
} 

#prd_main_content p {

	font-size:11px;
	line-height:20px;
} 

#prd_main_content table { 
	width:680px;
}

#prd_main_content table thead tr td{ 
	font-weight:bold;
	text-align:center;
} 

#prd_main_content tr td{ 
	padding-top:5px;
	padding-bottom:5px;
} 

#prd_main_content thead tr td{ 
	font-size:0.9em;
	color:#fff;
	background-color:#777;
	line-height:18px;
	vertical-align:middle;
} 

#prd_main_content tbody tr td{ 
	font-size:0.8em;
	vertical-align:middle;
	border-bottom:1px solid #444;
	text-align:center;
} 


#prd_main_content h2 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2em;
	margin-bottom:10px;
} 

#prd_main_content h2.colors { 
	clear:both;
} 

#faq_content { 
	padding-left:260px;
	padding-right:20px;
	padding-bottom:20px;
} 

#faq_content h1 { 
	font-family:Arial, Verdana, Helvetica;
	font-weight:lighter;
	color:#ccc;
	font-size:2.4em;
	margin-bottom:10px;
} 

#faq_content p { 
	font-family:Arial, Verdana, Helvetica;
	color:#444;
	font-size:0.9em;
	line-height:18px;
} 

#faq_content h3 {
	font-size:1.2em;
	color:#444;

} 

#faq_content a {
	color:#444;
} 

#image_panel { 
	display:block;
	margin-bottom:20px;
	height:150px;
	overflow:hidden;
}

#homeboard { 
	background-color:#000;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	vertical-align:middle;
	
} 

#homeboard img{ 
	border:0px;
} 

#home_iphone { 
	position:absolute;
	right:5px;
	bottom:5px;
} 

#home_iphone img{ 
	border:0px;
} 

#welcome { 
	background-color:#fff;
	padding:10px;	
	padding-top:16px;
	padding-bottom:16px;
	width:650px;
} 

#welcome h1{ 
	font-size:1em;
	line-height:20px;
} 

#welcome p{
	font-size:0.86em;
	line-height: 16px;
	color:#222;
} 

#footer { 
	position:relative;
	clear:both;
} 

#address_bar { 
	background:url(images/footer_background.jpg) no-repeat;
	background-position:left bottom;
	background-color:#000;
	text-align:center;
	padding:8px;
	color:#fff;
} 

#address_bar address { 
	font-size:0.8em;
	font-style:normal;
} 

#address_bar address a {
	color:#fff;
} 

#social_bar { 
	padding-top:4px;
	padding-bottom:4px;
	width:500px;
} 

#social_bar img { 
	height:16px;
	margin-right:5px;
	border:0px;
} 

#copyright { 
	float:right;
	width:280px;
	padding-top:5px;
	font-size:0.75em;
	text-align:right;
	color:#555;
} 
