*
{
/*	margin: 0;
	padding: 0;*/
}

html
{
	height: 100%;
}

body
{
	color: #000;
	background: white;
	font: 11px tahoma;
	height: 100%;
	padding:0;
        margin:0;
}

a
{
	color: #0c324a;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

s
{
	color: #0c324a;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: none;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 0px;
}

#main
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#order
{
	position: absolute;
	top: 120px;
	left: 80px;
	width: 276px;
	height: 172px;
	background: #071F30 url(order3.png) no-repeat;
}

#header
{
	position: relative;
	width: 100%;
	height: 580px;
	background: #071F30 url(header.jpg) no-repeat;
}

#logo
{
	position: absolute;
	top: 50px;
	left: 75px;
	width: 320px;
	height: 50px;
}

#order_contact
{

	color: #fff;
	
}

#ici
{

  padding:10px;   

}
#ici select
{
border:1;
font-size:10px;

 
}
#ici input
{
border:0;
height:15px;
font-size:10px;
 
}


#order_contact div
{
	padding: 1px 5px;
}

#order_contact img
{
	position: relative;
	top: 6px;
	bottom:6px;
}

#order_contact a
{
	color: #fff;
}

#order_button
{
	display: block;
	position: absolute;
	width: 115px;
	height: 30px;
	top: 130px;
	left: 81px;
}


#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
}

#menu li
{
	display: inline;
	margin-right: 0;
}

#content
{
	margin: 0px 0px 0 0px;
	padding-bottom: 20px;
	padding-right:13px;
    padding-left:15px;
	text-align:left;
}

h1
{
	position: relative;
	left: -4px;
	font: 12px arial;

	font-weight:bold;

	color: #25a1d9;
	margin-bottom: 11px;
}


h2
{
	font: bold 16px arial;
	line-height: 16px;
	color: #0c324a;
	margin-bottom: 11px;
}

h2 a, h3 a
{
	text-decoration: none;
}

h3
{
	font: bold 11px tahoma;
	color: #0c324a;	
	margin-bottom: 11px;
}

p
{
	margin-bottom: 11px;
}

.leftcol
{
	float: left;
	width: 250px;
	clear: left;
	padding-bottom: 20px;
}

.rightcol
{
	float: right;
	width: 250px;
	clear: right;
	padding-bottom: 20px;
}


.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.lclear
{
	clear: left;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.rclear
{
	clear: right;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}


.item
{
	clear: left;
	padding-bottom: 20px;
}

.item h2
{
	color: #444444;
        font: bold 11px tahoma;
	margin-bottom: 20px;
}



.item .info
{
 	font: 11px tahoma;

}

.rec  h2
{
	color: #444444;
        font: bold 11px tahoma;
	margin-bottom: 20px;
}

.rec .thumb
{
	float: left;
	display: inline;
	margin-right: 10px;
}

.rec img
{
	border: 1px solid #80c1dd;
}



.item .thumb
{
	float: left;
	display: inline;
	margin-right: 10px;
	padding-bottom: 20px;
}

.item .thumb img, img.thumb
{
	border: 1px solid #80c1dd;
}

.item .readmore
{
	margin-top: 11px;
}

.newsitem
{
	clear: left;
	margin-bottom: 20px;
}

.newsitem h2
{
	color: #444444;
        font: bold 11px tahoma;
	margin-bottom: 20px;
}

.newsitem .thumb
{
	float: left;
	padding: 10px;
        padding-top:0px;
        padding-left:0px;
}

.newsitem .thumb img
{
	border: 1px solid #666666;
}

.date
{
	color: #666666;
	text-decoration: underline;
}

.block
{
	padding-bottom: 30px;

}

.block img
{
	padding:0px;
        border-color:#ffffff;

}


.divider
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	width: 800px;
	margin-bottom: 30px;
	border-top: 1px solid #10405a;
}

.links
{
	border-top: 1px solid #10405a;
	border-bottom: 1px solid #10405a;
	width: 800px;
	padding: 30px 0;
	clear: both;
}


.links a
{
	 color: #000;
}

.gallery
{
	list-style-type: none;
	width: 580px;
	padding: 0;
	margin: 0px 0 0 0;
	border-top: 0px solid #000;
}

.gallery li
{
	padding-left: 12px;
        padding-bottom:12px;
	margin: 0;
	float: left;
	border-bottom: 0px solid #000;
	border-right: 0px solid #000;
	line-height: 0;
	font-size: 0;
}

.gallery li.first
{
 	border-left: 0px solid #000;
        padding-left:35px;
        padding-bottom:12px;
}

.gallery li img
{
	border: 0;
}

.footer
{
	padding: 10px 38px 20px 83px;
	color: #fff;
	background: #0092dc;
	border-top: 0px solid #88d7ff;
}

.footer a
{
	color: #fff;
}

* html .footer
{
	margin-top: -30px;
}


table.theform
{
	font: 11px tahoma;
	border: solid 1px #a0a0a0;
	border-collapse: collapse;
}

table.theform tfoot td
{
	background: #f5f5f5;

	border-top: solid 1px #a0a0a0;
	padding: 3px;
}

table.theform caption
{
	color: #fff;
	background: #a0a0a0;
	margin: 0px auto 0 auto;
	font: bold 11px verdana;
	border: solid 1px #a0a0a0;
	padding: 2px;
}

table.theform td
{
	padding: 6px;
	vertical-align: top;
}

.theform .text
{
	border: 1px solid #a0a0a0;
	padding: 2px 3px 3px 3px;
	font: 11px tahoma;
}

.theform textarea
{
	border: 1px solid #a0a0a0;
	font: 11px tahoma;
	padding: 3px;
}

.theform select
{
	border: 1px solid #a0a0a0;
	font: 11px tahoma;
}

.theform option
{
	padding-left: 5px;
}

.theform .button
{
/*	border: 1px solid #a0a0a0;*/
	padding: 2px;
	font: 11px tahoma;
	background: transparent;
}

.theform .extended_button
{
	position: relative;
	top: 6px;
}

* html .theform .extended_button
{
	top: 4px;
}

.theform .radio
{
	position: relative;
	top: 2px;
	left: 0px;
	margin-right: 3px;
}

.theform .file
{
	border: 1px solid #a0a0a0;
}

.theform .checkbox
{
	margin-right: 3px;
}

.theform .description
{
	font: 10px tahoma;
	color: #646464;
}

.theform .error
{
	font: 10px tahoma;
	color: #ff0000;
}

A:link.der { COLOR: #000; text-decoration:underline; font-family:Arial, Helvetica, sans-serif; FONT-SIZE: 8pt;}
A:visited.der { COLOR: #000; font-family:Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;  FONT-SIZE:8pt; }
A:hover.der { COLOR: #000; font-family:Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;  FONT-SIZE: 8pt;  }


.forminput1
{

BORDER-RIGHT: #d5d5d5 1px solid; BORDER-TOP: #d5d5d5 1px solid; FONT-SIZE: 10px; VERTICAL-ALIGN: middle; BORDER-LEFT: #d5d5d5 1px solid; COLOR: #000000; BORDER-BOTTOM: #d5d5d5 1px solid; FONT-FAMILY: Arial ; BACKGROUND-COLOR: #ffffff; margin-left:9px; margin-top:10px; margin-right:9px;

}

.form_radio
{

VERTICAL-ALIGN: middle;  FONT-FAMILY: Arial ;  margin-left:9px; margin-top:10px;


}

table.form-table
{
	width:548px;
	/*background-color:white;*/
	border-collapse:collapse;
	font-weight:normal;
	line-height:160%;
	
}

table.form-table th, table.form-table td
{
	border:1px solid #d0d0d0;
	vertical-align:top;
}

table.form-table th
{
	background:#f0f0f0;
	background-repeat:repeat-x;
	
	color:#444;
}

.form-required 
{
	color:#da3187;
}

.data-table td {
	padding: 5px;
}

.button
{
/*	border: 1px solid #a0a0a0;*/
	padding: 2px;
	font: 11px tahoma;
	background: transparent;
}
