

/*==================================================================

Project:		[Searcharium]
Version:		1.0
Last update:	13/02/2009
Assigned to:	[Carlos Rodriguez]

=====================================================================*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#34beef;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
}
.left
{
	float:left;
}

/* Global Elements
=====================================================================*/
body {
	background:#34beef url(/images/background.png) repeat-x;
	line-height: 1.6em;
	font:62.5% arial,verdana,serif;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
/* Start CSS Coding
=====================================================================*/
#container {
	width:100%;
	background:url(/images/backgroundfooter.png) 0 100% repeat-x;
}
#wrapper {
	width:945px;
	margin:0 auto;
}
#header {
	width:945px;
	height:115px;
	position:relative;
}
#header ul{
	position:absolute;
	bottom:10px;
	right:0;
}
#header ul li{
	display:inline;
	font-size:1.1em;
	font-weight:bolder;
	margin-left:10px;
}
#logo{
	width:311px;
	height:68px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:22px 0 0 0;
}
#logo span{
	background:url(/images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#intro {
	width:945px;
	height:270px;
	margin:0 0 14px 0;
	background:#fff;
}
#flashintro
{
	float:left;
	height:236px;
	margin:1em 0 0 1em;
	width:460px;
}
#contactbanner
{ 
height:275; 
width:880;
}
#txtintro{
	text-align:center;
	width:450px;
	float:right;
	margin:80px 10px;
}
.intro1{
	color:#34beef;
	font-size:2.0em;
}
.intro2{
	color:#f8a02a;
	font-size:1.8em;
	font-style:italic;
	margin:30px 0 0 0;
}
#content {
	width:945px;
	background:#fff;
	padding:0 0 30px 0;
}
#services{
	background:#152b4c;
}
#services h3{
	color:#f7941e;
	font-size:1.1em;
	text-transform:uppercase;
	margin:5px 0 5px 20px;
}
#services p{
	color:#d1d2d4;
}
.boxset{
	float:left;
	width:230px;
	font-size:1.1em;
	position:relative;
	padding:0 0 15px 0;
}
.boxset p{
	min-height:72px;
	border-left:1px solid #4f6078;
	width:190px;
	padding:5px 20px;
}
.boxset a.vmore{
	position:absolute;
	bottom:5px;
	right:20px;
}
#services p.noline{
	border:none;
}


#maincontent{
	width:885px;
	background:#fff;
	padding:20px 30px;
}
#maincontent p,
#maincontent ul
{
	font-size:1.3em;
	margin:15px 0;
	color:#3a3a3c;
}
#maincontent ul
{
	list-style:disc;
	padding-left:1em;
}
.txtsearcharium{
	color:#f8a02a;
	font-weight:bolder;
}
/* Footer
=====================================================================*/
#footer {
	width:945px;
	height:245px;
	font-size:1.3em;
	color:#a7a9ac;
	font-family:"Trebuchet MS", arial, sans-serif;
	overflow:hidden;
}
#footer h5{
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:lighter;
}
#footer .noline{
	margin:0 0 0 60px;
	display:inline;
}
.footerset{
	width:150px;
	float:left;
	font-weight:bolder;
	/*background: url(/images/borderfooter.png) no-repeat 0 30px;*/
	padding:20px 0;
}
.footerset p{
	margin:15px 0 0 0;
	width:150px;
}
#logobottom{
	width:265px;
	height:90px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	margin:0 0 0 -10px;
}
#logobottom span{
	background:url(/images/logofooter.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}

#cities
{
	height:50px;
	margin:0;
	padding-bottom:1em;
	overflow:hidden;
}
#bimage
{
	margin:1em;
	margin-top:0;
	text-align:center;
}

ul.bottomlist 
{ 
	float:left;
	list-style:none;
	margin:0 20px;
} 
ul.bottomlist li
{
	list-style:none;
	margin:0 10px 5px 0;
}
ul.bottomlist li a
{
	color:#333333;
	font-size:1em;
}

#cities
{
	background:#fff;
	margin:1em 0 6px 0;
	height:120px;
	overflow:auto;
	width:945px;
}
#cities h5
{
	padding-left:1em;
}
#cities ul
{
	font-size:0.9em;
}

.rightbot
{
	float:right;
	margin-right:70px;
}

/******************
   WEBSITE ALERTS
*******************/

.info, .success, .warning, .error, .validation {
 border: 1px solid;
 margin: 10px 0px;
 padding:15px 10px 15px 50px;
 background-repeat: no-repeat;
 background-position: 10px center;
}
.info {
 color: #00529B;
 background-color: #BDE5F8;
 background-image: url("/images/icons/info.png");
}
.success {
 color: #4F8A10;
 background-color: #DFF2BF;
 background-image:url("/images/icons/success.png");
}
.warning {
 color: #9F6000;
 background-color: #FEEFB3;
 background-image: url("/images/icons/warning.png");
}
.error {
 color: #D8000C;
 background-color: #FFBABA;
 background-image: url("/images/icons/error.png");
}
.errorMessage
{
 color:#f00;
 font-size:0.9em;
 font-weight:bold;
 font-style:italic;
}
.error p
{
 color:#D8000C;
 font-weight:normal;
}
.error p strong
{
 color:#D8000C;
 font-weight:bold;
}
