/*
----------------------------------
	Presentation
----------------------------------
*/

#layout_presentation {
width: 535px;
}

#information {
float:left;
width: 255px;
height: 336px;
background: url('../img/bg_presentation.jpg') repeat-y;
}

#information_contact {
width: 220px;
font-weight: bold;
font-size: 12px;
height: 98px;
}

.information_content {
padding: 15px 15px 0px 25px;
}

#information2 {
width: 235px;
height: 165px;
font-size: 12px;
}

#information_buttons {
width: 220px;
height: 30px;
}

#information_buttons_content {
padding-left: 25px;
}

#name {
height: 35px;
width: 239px;
}

#name_content {
padding-top: 11px;
font-weight: bold;
font-size: 17px;
font-family: arial;
color: #fff;
text-align: center;
}

#images {
float: left;
width: 280px;
}

#presentation {
float: left;
background: blue;
width: 100%;
}

#presentation_content {
clear:both;
width: 515px;
float:left;
padding: 10px;

}

.image_border {
border: 2px #D9CF9D solid;
}

#image1 {
float:left;
border: 3px #D9CF9D solid;
}

#image2 {
float:left;
padding-top: 14px;
}

#image3 {
float:left;
padding: 14px 0px 0px 12px;
}

/*
----------------------------------
	Search
----------------------------------
*/

#layout_search {
width: 100%;
}

#layout_search select {
font: bold 11px tahoma;
width: 100px;
}

#layout_search_result {
float:left;
width: 99%;
border-top: 1px #000 solid;
height: 100px;
}

#search_img {
float: left;
width: 130px;
border-right: 1px #000 solid;
height: 100px;
}

#search_text {
float:left;
width: 285px;
height: 100px;
}

#search_review {
float:left;
border-left: 1px #000 solid;
width: 105px;
height: 100px;
}

#search_review_content {
padding: 25px 0px 0px 10px;
text-align: center;
}

#search_text_content {
padding: 10px;
}

#search_information {
float:left;
width: 265px;
height: 69px;
}


/*
----------------------------------
	Reviews
----------------------------------
*/

#layout_review {
width: 100%;
}

#layout_form_review input {
font: bold 11px tahoma;
width: 300px;
}

#layout_form_review select {
font: bold 11px tahoma;
width: 97px;
}

#layout_review_result {
float:left;
width: 99%;
border-top: 1px #000 solid;
}

#review_point {
float: left;
width: 95px;
}

#review_point_content {
padding: 11px;
}

#review_text {
float:left;
width: 345px;
}

#review_text_content {
padding: 10px;
}

#review_abuse {
float:left;
width: 70px;
}

#review_abuse_content {
padding: 25px 0px 10px 10px;
text-align: center;
}

/*
----------------------------------
	Register
----------------------------------
*/


#layout_register_form {
width: 100%;
}

#layout_register_form input, #layout_register_form select{
font: bold 11px tahoma;
width: 300px;
}

.textarea {
width: 100%;
height: 130px;
}

.textarea2 {
width: 300px;
height: 100px;
}

#layout_register_form .field {
width: 60px;
font: bold 11px tahoma;

}

#layout_register_form .dropdown {
width: 200px;
font: bold 11px tahoma;
margin-bottom: 3px;
}

#layout_register_form .checkbox {
width: 15px;
height: 16px;
margin: 0;
padding: 0;
}

#box_register {
float: left;
margin-left: 2px;
margin: 0;
padding: 0;
}

#box_register input {
float:left;
width: 13px;
height: 18px;
padding: 0;
margin: 0;
}

#box_register label {
margin-left: 5px;
float: left;
width: 157px;
}

.box_break {
width: 100%;
clear: both;
}
