@import url("../stylesheet_reset.css");
@import url("stylesheet_admin.css");
@import url("/functions/lightbox/css/lightbox.css");

/* ========== BASIC ========== */
body{
  background-image: url("background.gif");
  margin: 0 0 0 0;
  font-family: Tahoma , "Lucida Grande", Helvetica, sans-serif;
  color:#ddc9a9;
  line-height: 1.2;
  font-size: 12px;
  text-align: justify;
}

.color_date{           color: green;}
.color_error{          color: red;}
.color_label{          color: gray;}
.color_link_active{    color: orange;}
.color_link_no_active{ color: gray;}
.color_warning{        color: red;}
.color_value{          color: green;}

.format_success{      
	color: green;
	font-weight: bold;
  text-align: center;
  font-size: 15px;
}

.format_fail{      
	color: red;
	font-weight: bold;
  text-align: center;
  font-size: 15px;
}

.format_neutral{      
	color: gray;
	font-weight: bold;
  text-align: center;
  font-size: 15px;
}

.format_warning{
  color: green;
	font-weight: bold;
  text-align: center;
  font-size: 15px;
}


.format_information{
  color: green;
	font-weight: bold;
  text-align: center;
  font-size: 12px;
}

a{
  color: #cac1b3;
  text-decoration: none;
}

a:hover{
  color: orange;
  text-decoration: none;
}

hr{
	border-top: 1px #b3b3b3 dashed;  
	border-width:1px 0 0 0; 
  height:1px;
}

ul{
  list-style-type: none;
  padding-left: 0px;
  padding-top: 5px;
}

li{
  margin-bottom: 5px;
}

h1{
	font-size: 13px;
	
}
/* ========== ADVANCED ========== */
#header{
	margin: auto;
  width: 950px;
  height: 100px;
  border: 0px solid white;
  position: relative;
}

#header .logo{
	background-image: url("logo.png");
	width: 345px;
	height: 97px;
	float: left;
}

#header .title{
  float: right;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: Verdana;
  padding: 40px 150px 0 0;
}
#header .logo a{
  display: block;
  width: 100%;
  height: 100%;
}

#main{
	border: 0px solid white;
  margin: auto;
  min-height: 400px;
  width: 950px;
}

#menu{
  width: 940px;
  height: 38px;
  margin: 60px 0 0 0px;
  padding: 0 5px 0 5px;

  font-size: 12px;
  font-family: Verdana;
  border: 0px solid white;
}

#menu .sections{
	background-image: url("horizontal_line.gif");
  background-repeat: repeat-x;
  background-position: bottom;
  height: 25px;
  margin: 0;
	padding-left: 480px;
	border: 0px solid white;
}

#menu .section{
  width: 30px;
  height: 16px;
  margin: 0 0 0 30px;
  display: inline;
  text-align: right;
  letter-spacing: 3px;
  border: 0px solid white;
}

#menu .name{
  margin: 0 0 0 10px;
	color: #8f6b32;
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 4px;
}

#content_border_top{
	background-image: url("content_border_top.gif");
  background-position: top center;
  background-repeat:no-repeat;
  width: 950px;
  height: 7px;
  border: 0px solid white;
}

#content{
  background-image: url("background_content.gif");
  background-position: top center;
  background-repeat:repeat-y;
  /* background-color: #f7f4f4; */
  border: 0px solid red;
  width: 890px;
  height: auto !important;
  min-height: 230px;
  height: 230px;
  margin: 0 0 0 0;
  padding: 0px 30px 20px 30px;
  text-align: left;
  line-height:18px;
}

#content_border_bottom{
	background-image: url("content_border_bottom.gif");
  background-position: top center;
  background-repeat:no-repeat;
  width: 950px;
  height: 9px;
  border: 0px solid white;
}

#news{
	width: 930px;
	height: auto !important;
  min-height: 200px;
  height: 200px;
  margin: 30px 0 0 0;
	padding: 0 10px 0 10px;
	border: 0px solid white;
}

#news .column1{
	width: 400px;
	height: 150px;
	float: left;
	text-align: justify;
	border: 0px solid green;
}

#news .column2{
	width: 400px;
	height: 150px;
	float: right;
	text-align: justify;
	border: 0px solid green;
}

#footer{
  width: 950px;
  height: 20px;
  margin: auto;
  border: 0px solid white;
  text-align: center;
  padding: 80px 0 0 0;
}

/* ========== CONTENT ========== */

.all_news h1{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.products_details_column_1{
	float: left;
	width: 360px;
	height:480px;
	border: 0px solid red; 
	margin-top: 0px;
	height: auto;
}

.products_details_column_2{
	float: left;
	width: 216px;
	height: 330px;
	padding-top: 150px;
	text-align: left;
	padding-left: 30px;
	font-size: 11px;
	color: #8f6c32;
	border: 0px solid red;
}

.products_details_column_3{
	float: left;
	height: 480px;
	width: 276px;
	text-align: left;
	letter-spacing: 8px;
	font-size: 11px;
	color: #8f6c32;
	height: auto;
}

.boxinformation{
  width: 600px;
  min-height: 20px;
  height: auto !important;
  height: 20px; /* IE */
  background-color: black;
  border: 1px solid gray;
  padding: 5px 0 5px 0 ;
  margin: auto;
  margin-top:10px;
  
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.formcontact input.emailaddress{
	border: 2px solid #3a2519;
	width: 300px;
	height: 20px;
}

.formcontact input.subject{
  border: 2px solid #3a2519;  
  margin-top: 2px;
  width: 300px;
  height: 20px;
}

.formcontact textarea.text{
	border: 2px solid #3a2519; 
  margin-top: 2px;
  width: 450px;
  height: 200px;
}

.contact_data{
  float: left;
  padding-top: 110px;
  
}

.contact_data a{
  text-decoration: underline;
}

.contact_form_field{
  width: 500px;
	text-align: left;
	margin: auto;
	float: left		
}
