/* default css */
body{
 	background-color:#a69d99;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
}

#wrapper{
  	position: relative;
  	width:860px;
  	margin:0px auto;
}

#header{
	width: 100%;
	height: 286px;
	border: 2px solid #ddd;
	margin-top: 100px;
}

#logo{
	position: absolute;
	top: -105px;
	left: -70px;
	border: 0;
}

#content{
	/*
	width: 100%;
	height: 400px;
	border: 2px solid #ddd;
	margin-top: 5px;
	margin-bottom: 20px;
	*/
}

#main{
	width: 100%;
	height: 450px;
	border: 2px solid #ddd;
	margin-top: 5px;
	margin-bottom: 20px;
}

div.fullpage{
	background-color: #f2f2f2;/*#f5f5f5;*/
	width: 100%;
	float: left;
  	height: 450px;
}

div.fullpage h2{
	background-color: black;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 40px;	
}

div.fullpage h3{
}

#pleft{
	float: left;
  	width: 60%;
  	height: 450px;
}

#pleft img{
  margin-right:8px;
}

#pright{
	position: absolute;
	left: 60%;
 	width:40%;
	height: 450px;
}

div.left_block1{
	background-color: #f5f5f5;
	height: 50%;
	width: 100%;
}

div.left_block1 h2{
	background-color: black;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 40px;	
}

div.left_block2{
	background-color: #f5f5f5;
	height: 50%;
	width: 100%;
}

div.left_block2 h2{
	background-color: #453a34;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 40px;	
}

/* index page */
div.right_block1{
	background-color: #b9b4b2;
	height: 65%;
	width: 100%;
}

div.right_block1 h2{
	background-color: #453a34;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 40px;	
}

div.right_block1 ul{
	margin: 0;
    padding-left: 5px;
    list-style: none;
	display: block;
	float: left;
}

div.right_block1 li{
	color: #ffeeff;
    padding: 0;
}

div.right_block1 li h3{
	margin: 0;
    padding: 0;
}

div.right_block1 a{
	float: right;
}

div.right_block2{
	background-color: #b9b4b2;
	height: 35%;
	width: 100%;
}

div.right_block2 h2{
	background-color: #453a34;
	margin-top: 0px;
	padding-left: 25px;
	line-height: 40px;	
}

#news_title{
	color: #fff;
	font-weight: bold;
}

#footer{
  background-color: #a69d99;
  height: 50px;
  text-align: center;
  font-size:12px;
}

.feature{
    border: 6px #e8e4e3 solid;
    float: left;
    margin-right: 5px;
    margin-top:16px;
    height:200px;
    width:200px;
    text-align:left;
}

.thumbnail_title{
    border: 1px solid gray;
    width: 740px;
    font-size: 90%;
    color: black;
    margin-bottom: 10px;
    padding-left: 10px;
}

.thumbnail{
    border: thin black solid;
    float: left;
    margin-bottom: 5px;
    background-color:white;
    height: 100px;
    width: 100px;
}

.thumbnail_border{
    border: thin black solid;
    float: left;
    width: 102px;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color:gray;
    text-align: center;
}

.thumbnail_border p a{
    color:white;
}

.message{
    border: 1px solid #c98c21;
    background-color: #efdda8;
    color: #c98c21;
    padding: 5px;
    width: 250px;
    font-size: 12px;
    margin: 5px 0px 5px 0px;
}

/*navigation */
#globalnav{
    width: 100%;
    height: 40px;
    background: #453a34;
}

.globalnavpos{
	position: relative;
	float: right;
	
}

#globalnav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#globalnav li{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#globalnav li a{
    float: left;
    padding: 10px 12px;
    text-decoration: none;
    color: #fff;
    border: none;
}

#globalnav li a:hover{
    color: black;
}

#globalnav li form{
    padding: 3px 0px;
}

#nav{
  float:left;
  width: 20%;
  height:300px;
}

#nav li{
    height: 25px;
    text-transform: uppercase;
    font-size:70%;
}

#nav li a{
    color:#666666;
    text-decoration: none;
}



h1 {
  font-size:1.2em;
  color:#14b8b8;

}

h2{
  	color: white;
	font-size: 95%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3{
	color:gray;
	padding-left: 5px;
}

h4{
  font-size:.8em;
  color:#3D3A33;
}

p, li, td{
  font-size:.8em;
}

a, a:link{
  color:#c98c21;
  text-decoration:underline;
}

a:hover{
  color:#14b8b8;
}

p{
    color:gray;
	padding-left: 5px;
}

#search{
    position:absolute;
    top:-30px;
	left: 440px;
}

#product_details{
    color: white;
}

#telephone{
    position: absolute;
    top: -90px;
    left: 600px;
    font-size: 150%;
}

