/* GENERAL INFORMATION
------------------------------------------- 	
Theme: PROPERTY GIBRALTAR v1.0
Author: Pablo Barcia
Start Date: 17.11.09
*/

/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#FFFFFF;
	float:left;
	margin:8px 0 0 15px;
	text-align:left;
	font:.85em Arial, Helvetica, sans-serif;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .8em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#E5E5E5 url(../images/bg.jpg) repeat-x;
}
a {
	text-decoration:none;
	border:none;
	
}

p {
	padding:5px 0 5px 0;
	color:#666666;
	font: .9em/1.3em Arial, Helvetica, sans-serif;
}

.alt_color {
	color:#FFBE08;
}
/* GENERAL WRAPPER
-------------------------------------------*/ 
#wrapper {
	width:905px;
	margin:0 auto;
	padding:0 25px;
}
#wrapper_header{
	width:905px;
	float:left;
	height:127px;
}
#wrapper_content{
	width:905px;
	float:left;
}
#wrapper_footer{
	width:905px;
	float:left;
	margin:15px 0 0 0;
	background: url(../images/bg_footer.jpg) repeat-x;
	height:60px;
}


/* HEADINGS
-------------------------------------------*/ 

#logo h1 {
	font:2.5em Arial, Helvetica, sans-serif;
	color:#FFBE08;
	text-transform:capitalize;
	background:none;
	padding:0;
	margin:0;
}
#logo h3 {
	font:1.1em Arial, Helvetica, sans-serif;
	color:#FFF;
	text-transform:capitalize;
	letter-spacing:.6em;
}

h1 {
	width:905px;
	float:left;
	background:url(../images/line_title.jpg) no-repeat bottom;
	font:1.5em "Verdana" Arial, Helvetica, sans-serif;
	color:#333333;
	padding:30px 0 10px 0;
	margin:0 0 5px 0;
}
h2 {
	width:100%;
	float:left;
	font:1.6em "Verdana" Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0 0 5px 0;
}
h4 {
	width:100%;
	float:left;
	font:1.6em "Verdana" Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:20px 0 10px 15px;
}

/* GENERAL DIV'S
-------------------------------------------*/ 
#logo {
	width:550px;
	float:left;
	text-decoration:none;
	border:none;
	cursor:pointer;
	margin:20px 0 0 0;
}

#email {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#FFBE08;
	background: url(../images/icon_email.jpg) no-repeat left;
	padding:0 5px 2px 26px;
	margin:60px 0 0 0;
	float:right;
	width:auto;
}
#email:hover {
	font:bold 1.3em Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFBE08 url(../images/icon_email_h.jpg) no-repeat left;
	padding:0 5px 2px 26px;
	margin:60px 0 0 0;
	float:right;
	width:auto;
	
}
	
#description {
	width:890px;
	float:left;
	padding:10px 15px;
	text-align:center;
	text-transform:capitalize;
	font:.8em Arial, Helvetica, sans-serif;
	color:#D3AF8D;
}
#photo_inner {
	width:auto;
	float:left;
}

#info {
	width:305px;
	float:right;
	background:#333333;
	height:300px;
	padding:15px 25px;
	
}
#info p {
	color:#FFBE08;
	font:1.5em Arial, Helvetica, sans-serif;
	padding:8px 0;
	text-align:left;
}

#thumb_img {
	width:905px;
	float:left;
	height:100px;
	margin-top:-10px;
}

#main_content {
	width:865px;
	float:left;
	background:#FFF;
	padding:30px 20px;
}

#content {
	width:580px;
	float:left;
}
#sidebar {
	width:250px;
	float:left;
	margin:30px 0 0 0;
}
#content .left{
	width:200px;
	float:left;
}
#content .right {
	width:350px;
	float:left;
}

ul {
	width:200px;
	float:left;
	margin:15px 0 0 10px;
}

ul li {
	width:200px;
	float:left;
	margin:3px 0;
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#996633;
}


/* FORM REGISTER
-------------------------------------------*/ 

#formregister {
	width:274px;
	height:304px;
	float:left;
	background:url(../images/bg_form.jpg) no-repeat;
}

#formregister .textbox {
	background:url(../images/box_input.jpg) no-repeat;
	width:234px;
	height:25px;
	float:left;
	border:0;
	margin:10px 0 0 10px;
	padding:7px;
	font:1.4em "Verdana", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#996633;
	
}
#formregister .btnregister {
	background:url(../images/btn_register.jpg) no-repeat;
	width:215px;
	height:81px;
	float:left;
	cursor:pointer;
	margin:10px 0 0 25px;
	border:0;
}

#footer {
	width:auto;
	margin:0 auto;
	padding:10px 0 0 0;
	}
	
#footer p, #footer a {
	font:"Verdana", Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	padding:2px 0;
}	