/* - - - - - - - - - - - - - - - - - - - - -

Title : Selidomus Default Stylesheet
Author : Vitor M. Costa
URL : http://novasfera.com

Created : 18 May, 2006
Modified : Never

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}	
html{
	background: #fff;
}	
body{
	background: #fff url(images/tile.gif);
	color: #5d5d5d;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;/* http://www.clagnut.com/blog/348/ */
	text-align: center;
}

/* links  */

a{
	color: #8c95f7;
}
a:hover{
	text-decoration: none;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

.hidden {
	display: none;
}

/* headings */

h1, h2, h3, h4{font-weight: normal;}
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

ul.form-errors li{
	font-size: 1em;
	text-align: center;
	background: #ffffe0 url(images/error.gif) no-repeat 10px 2px;
	border: 1px solid #c5c5c5;
	color: #e17000;
	margin: 2px;
	padding: 2px;
	text-transform: lowercase;
	list-style: none;
	width: 200px;
}

input, select, th, td {font-size:1em}

/* paragraphs & lists */

p, ul, ol {
	line-height: 1.4em;
	margin: 10px 0;	
}

/* ------------------------------------------------------------

	page structure & layout

------------------------------------------------------------ */

#wrap{
	background: url(images/wrap-bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 2px 2px 0;
	text-align: left;
	width: 720px;
}
#header{	
	background: #fff url(images/header-tile.gif) repeat-x;	
	border-bottom: 8px solid #e2e1e1;
}
#nav{	 
	border-bottom: 1px solid #e2c828;
	font-size: 1.1em;
	font-weight: bold;
	height: 90px;
	position: relative;
}
#company{
	background: #fff url(images/company-x) repeat-x;
	border: 1px solid #fff;
	border-bottom: 3px solid #e5e5e5;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 15px 20px 20px 20px;
	position: relative;
	overflow: hidden;
}
#primary-content, #secondary-content{
	font-size: 1.1em;
	padding: 20px 0;	
}
#primary-content{
	float: right;
	width: 480px;
}
#secondary-content{
	float: left;
	padding: 20px 0 20px 20px;
	width: 200px;
}
#banner{
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	text-align: center;
}
#footer{
	border-top: 1px solid #e4e3e3;
	clear: both;
	font-size: 1.2em;
	height: 75px;
	position: relative;
}

/* ------------------------------------------------------------

	header

------------------------------------------------------------ */

#header h1{
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	text-indent: -10000px;
	z-index: 10;
}
#header h1 a{
	display: block;
	height: 152px;
	width: 254px;
}

/* header-img */

#header-img{
	background: #fee12d url(images/main-img.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	/* height: 100px; */
	height: 200px;
	position: relative;
}
#header-img p{
	bottom: 0;
	line-height: normal;
	position: absolute;
	right: 15px;
}
#header-img p a{
	margin: 0 2px;
}

/* ------------------------------------------------------------

	navigation

------------------------------------------------------------ */

#nav ul{
	bottom: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	right: 20px;
}
#nav ul li{
	float: left;
	display: block;
}
#nav ul li a{
	color: #5d5d5d;
	display: block;
	margin: 0 1px;
	padding: 10px;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #000;
}
#nav ul li a.active{
	background: #fff;
	border-top: 3px solid #fee12d;
	padding: 7px 10px 10px;
}

/* ------------------------------------------------------------

	company

------------------------------------------------------------ */

#company h2{
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: -2px;
	width: 250px;
	padding: 5px 0 10px 0;
	line-height: 0.9em;
}
	#company h2.folio-h2{
		width: 100%;
	}
#company h3{
	font-size: 1.2em;	
	font-weight: bold;
	margin: 10px 0 0 0;
	position: relative;
	text-transform: uppercase;
	padding-right: 180px;
}
#company h4{
	margin-top: 10px;
	font-weight: bold;
}
#company ul{
	margin-left: 20px;
}
#company strong{
	background: #fff;
	padding: 1px 2px;
}
#company .client{
	background: url(images/figure.gif) no-repeat 2px 50%;
	padding-left: 15px;
	margin-top: 5px;
}

#company #faqs h4{
	font-size: 1.1em;
}
#company #faqs ul, #company #faqs p{
	margin-bottom: 20px;
}

/* service-item */

#services-left{
	float: left;
	width: 65%;
}
#services-right{
	padding: 0 10px 10px 15px;
	background: #fff;
	float: right;
	width: 30%;
}
#services-right h3{
	padding-right: 0px;
}
#services-right ol{
	margin-left: 25px;	
}
#services-right a{
	font-weight: bold;	
}
#service-info{
	width: 225px;
 	height:expression(370 + "px");
	min-height: 370px;
}

/* map */

#map{
	border: 1px solid #ccc;
	float: right;
}

/* contact */

#contact{
	border-top: 1px solid #ccc;
	padding-top: 10px;
	float: left;
	width: 170px;
}

/* form-errors */

#company div.form-errors h3{
	margin-bottom: 10px;
}
#company div.form-errors ul{
	margin: 0;
}
#company div.form-errors ul li{
	background: #ffffe0 url(images/error.gif) no-repeat 10px 2px;
	border: 1px solid #c5c5c5;
	color: #e17000;
	font-size: 1em;
	list-style: none;
	margin: 2px;
	padding: 2px 2px 2px 35px;
	text-align:left;
	text-transform: lowercase;
}
#company .image-info{
	background: #eee;
	border: 1px solid #e5e5e6;
	float: none;
	margin: 0 10px 0 0;
	padding: 3px;
	width: 211px;
}

/* form */

#company div.form{
	border-left: 1px solid #fff; 
	margin: 0 0 0 20px;
	position: absolute;
	padding-left: 20px;
	right: 0;
	top: 0;
	width: 430px;
}
#company div.form .info{
	background: #fff;
	padding: 6px;
	width: 385px;
}

/* pagination */

div.pagination_info, div.pagination_links {
	float: left;
	width: 49.9%;
}
div.pagination_links {
	float: right;
	text-align: right;
}
.pagination_links a{
	background: #fafafa;
	border: 1px solid #ccc;
	color: #000;
	line-height: 2.0em;
	margin-right: 2px;
	padding: 3px;
	text-decoration: none;
}
.pagination_links a:hover{
	background: #eee;
}
.pagination_links span{
	border: 1px solid #000;
	background: #eee;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px;
}

/* class's */

#company span.date{
	border-bottom: 1px solid #ccc;
	font-size: .7em;
	font-weight: normal;
	position: absolute;
	text-transform: none;
	right: 5px;
	top: 0px;
}
#company p.line{
	border-bottom: 1px dotted #ccc; 
	padding-bottom: 10px;
}
#company div.image{
	background: #eee;
	border: 1px solid #e5e5e6;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}

/* ------------------------------------------------------------

	primary content

------------------------------------------------------------ */

#primary-content h2{
	font-size: 1.6em;	
}

/*  center */

#center{
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	float: left;
	padding: 15px;
	position: relative;
	width: 200px;
}
#center dl{
	padding-top: 5px;
}
#center dl dt{
	font-weight: bold;	
	margin: 10px 0 5px 0;
}
#center dl dd{
	line-height: 1.5em;	
}
#center ol{
	margin-left: 20px;
}

/* ajax indicator */

#latest-indicator{
	position: absolute;
	right: 5px;
	top: 5px;
}

/* right */

#right{
	margin-left: 250px;
}
#right h3{ 
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-transform: uppercase;
}
#right img{
	background: #eee;
	border: 1px solid #e5e5e6;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
}
#right p{
	margin: 0 0 1.0em 0;
}

/* forms */

#right .text{
	padding: 3px;
	width: 170px
}
#right .button{
	cursor: pointer;
}
	
/* ------------------------------------------------------------

	secondary content

------------------------------------------------------------ */

#secondary-content h2{
	font-size: 1.6em;	
}
#secondary-content ul{
	margin-left: 15px;
}
#secondary-content ul li{
	margin: 7px 0;
}

/* ------------------------------------------------------------

	footer

------------------------------------------------------------ */

#footer h3{
	border-right: 1px solid #e4e3e3;
	color: #adadad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 2.4em;
	padding-right: 20px;
	position: absolute;
	top: 10px;
	left: 90px;
}
#footer p{
	font-size: 0.9em;
	position: absolute;
	top: 10px;
	left: 310px;
}

/* ------------------------------------------------------------

	misc.

------------------------------------------------------------ */

a img {
	border: none;
	}
hr, .hide {
	display: none;
	}
.float-left{
		float: left;
	}
.clear{
	clear:both;
}
select, textarea, .text{
	border: 1px solid #a5acb2;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	width: 90%;
}
select:focus, textarea:focus, .text:focus{
	background: #FFFFE0;
}
select{
	width: 92%;
}
textarea{
	overflow: auto;
}
.button{
	cursor: pointer;
	padding: 3px;	
}

/* ------------------------------------------------------------

	browser fixes

------------------------------------------------------------ */

/* clearing floats */
/*(1)*/
/*.floatclear {
	overflow:hidden;
}
* html .floatclear { height:1%; }*/
/*(2)*/
.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.floatclear {display: inline-table;}

/* Hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* End hide from IE-mac */
/* clearing floats end here */
