/*
Theme Name: BoatMax
Theme URI: http://www.boatmax.com/
Description: boatmax sales
Version: 1.0
Author: Silgon inc
Author URI: http://www.silgon.net
*/

/*-------------------------
		all style
-------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
p{
	font-size:13px;
	padding:0 0 15px 0;
}
h2{
	font-size:18px;
	margin:0 0 15px 0;
}
h2 a{
	color:#000;
	
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul{
	margin:0 0 15px 25px;
	font-size:12px;
}


#header{
	display:none;
	}
/*-------------------------
		ID  header style
-------------------------*/
#wrap{
	width:960px;
/*  border: 1px solid #ccc;*/
	margin:0 auto;
}

#header_dos{
	background:#5B9DD1;
	height:155px;
	width:100%;
}
#header_dos #logo{
	display:block;
	background:url(images/logo.gif) no-repeat;
	height:136px;
	width:703px;
	float:left;
	margin:8px 0 0 40px;
}
#header_dos #reloj{
	display:block;
/*	background:url(images/reloj.gif) no-repeat;*/
	height:110px;
	width:180px;
	float:right;
	margin:15px 20px 0 0px;
}
/*-------------------------
	NAVEGATION STYLE
-------------------------*/
#nav{
	background:#FFFED4;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	padding:0 0 0 10px;
}
#nav #paracentral{
	width:780px;
	margin:0 auto;
} 
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	padding:0;
	display:inline-block;
}
#nav li.current_page_item a{
	background:#FAF896;
}

#nav a{
	text-decoration:none;
	display:inline-block;
	padding:5px 5px 5px 5px;
	margin:0 5px 0 15px;
	font-size:17px;
	font-weight:lighter;
	color:#3C52B7;
}
#nav a:hover{
	color:#162E9B;
	background:#FAF896;
}

/*-------------------------
	CONTENT SPACE STYLE
-------------------------*/
#content_space{
	width:100%;
	float:left;
	background:#ECF5FB;
}
#info {
	padding:25px 20px 25px 25px;
	/*
	min-height: 841px;
	height: auto !important;
	height: 841px;
	*/
}
/*-------------------------
	CONTENT SPACE STYLE
-------------------------*/
#slide_space{
	float:right;
	width:208px;
	padding:3px 0 10px 0;
	display:none;
}
#slide_space #ads{
	width:180px;
	margin:0 auto;
	padding:10px 0 0 0;
}
/*-------------------------
	FOOTER SPACE STYLE
-------------------------*/
#drowd{
	background:url(images/sombre.gif) repeat-x;
	background-position:top;
	height:5px;
	width:938px;
	float:left;
	display:block;
	margin:10px 0 0 8px;
}
#footer_text {
	width:936px;
	float:left;
	border:1px solid #85ADC6;
	margin:0 0 0 8px;
	padding:10px 0 10px 0;
	background:#CCE9F9 url(images/bg_footer.gif) repeat-x;
	border-top:none;
	clear:both;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-align:center;
	font-size:18px;
}
#footer_img{
	float:left;
	width:940px;
	height:163px;
	clear:both;
	margin:5px 0 0 8px;
	background:#55BEF7 url(images/footer.gif) no-repeat;
	background-position:center;
}
/*-------------------------
	FOOTER SPACE STYLE
-------------------------*/
#creditos{
	width:100%;
	float:left;
	font-size:12px;
}
#creditos #right{
	float:left;
	margin:5px 0 0 10px;
}
#creditos #credits{
	float:right;
	margin:5px 13px 0 0;
}
