/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}

/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html,body{ 
	font-family: Arial;
    font-weight: normal;
    font-size: 10px;
   	color: #525d6d;
	text-align:justify;
	
}
html
{
	background:#eeeeee url(graphics/bg.gif) repeat-x;
}
body{
	margin: 0;
	padding: 0;
	background:url(graphics/top.jpg) top center no-repeat;
}

#title
{
	padding:10px 0px;
}


#contener{
	width: 900px;
	margin: auto;
	position: relative;
	z-index: 1;
	background:#fff;
	border:1px solid #d2d2d2;
	padding:3px 3px 5px 3px;

}

#left
{
	padding-top:30px;
	width:220px;
	float:left;
	position:relative;
}

#woman
{
	clear:both;
	position:relative;
}

#woman img
{
	position:absolute;
	left:10px;
	top:10px;
}

#right{
	width:668px;
	float:right;
}

#banner
{
	height:294px;
	width:668px;
	overflow:hidden;
}

#menu
{
	padding-bottom:15px;
	position:relative;
	display:block;
	background:url(graphics/end_menu.gif) bottom no-repeat;
}

#menu a{
	background:url(graphics/menu.gif) no-repeat;
	display:block;
	width:180px;
	padding-top:8px;
	height:21px;
	color:#0059a1;
	text-decoration:none;
	padding-right:49px;
	text-align:right;
	font-weight:bold;
	font-family:Arial;
}

#menu a:hover,#menu a.ma{
	background:url(graphics/menu_a.gif) no-repeat;
	display:block;
	width:180px;
	padding-top:8px;
	height:21px;
	color:#0059a1;
	text-decoration:none;
	padding-right:49px;
	text-align:right;
	font-weight:bold;
	font-family:Arial;
}



#footer
{
	width:860px;
	margin:auto;
	text-align:center;
	border:1px solid #d2d2d2;
	color:#949494;
	padding:10px;
	font-family:Tahoma;
}

#footer a
{
	font-family:Tahoma;
	color:#949494;
	text-decoration:none;
}

#content
{
	padding:20px 0px 25px 40px;
	padding-left:260px;
	font-size:11px;

}

#top
{
	position:absolute;
	top:-5px;
	width:234px;
	background:#fff;
	height:5px;
	left:7px;
}

#download
{
	position:relative;
	float:right; 
	width:255px;
	background:url(graphics/download_b.gif) repeat-y;
	padding:20px 0px;
	min-height:140px;
	border:1px solid #1c4279;
	margin-right:10px;
}


#download #text
{
	background:url(graphics/download.gif) top right no-repeat;
	width:58px;
	height:166px;
	float:left;
	position:absolute;
	top:0px;
}

#download a,#download2 a

{
	color:#1c4279;
	text-decoration:none;
	display:block;
	padding-left:78px;
	background:url(graphics/arr.gif) 66px 2px no-repeat;
}


/******************************************************
			SECONDARY BOXES
******************************************************/

/******************************************************
			LINK
******************************************************/

fieldset.contact {
	border: 0 !important;
	width: 250px !important;
	padding: 0;
	text-align: left;
}

div.form {
	overflow: hidden;
	margin-bottom: 0.5em;
	clear: both;
}


label{
	display: block;
	float: left;
	text-align: left;
	padding: 2px 4px 0 0;
	font-weight: normal;

}

input.contact,
textarea {
	float: left;
	border: 1px solid #c6ccd2;
	background-color: #FFF;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	width:248px;
}

textarea{
	height:100px;
}

.form button
{
	float:right;
	background:none;
	border:1px solid #c6ccd2;
	width:100px;
	text-align:center;
}


form{
	margin: 0;
}


#top_menu
{
	height:177px;
	width:900px;
	margin:auto;
}
#top_menu a
{
	font-size:14px;
	font-family:Arial;
	background:url(graphics/m_r_a.gif) right center no-repeat;
	padding:20px 20px;
	display:block;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;
}

a.last
{
	background:none;
}

#top_menu a:hover,#top_menu a.active	
{
	background:url(graphics/m_r_a.gif) repeat-x;
	text-decoration:none;
	color:#000;
}

.gallery_thumb
{
	float:left;
	background:url(graphics/img.gif) bottom right no-repeat;
	width:165px;
	height:140px;
}

.gallery_thumb .g
{
	width:140px;
	overflow:hidden;
	text-align:center;
}


#logo
{
	position:absolute;
	top:-45px;
	left:10px;
}
