/*
CSS FILE LAYOUT
position (float, position, location)
size (width, height)
background
margin
padding
font
color
border
*/

/* import text elements */
@import url('css_text_elements.css');

/***********************************
GENERAL 
**********************************/
body {
	margin: auto;
	text-align:center;
	background: #000000;
	font: 12px verdana, arial, helvetica, sans-serif;
	}
form {
	margin: 0px;
	}


/***********************************
LAYOUT
***********************************/
#frame {
	width: 720px;
/*	height: 700px; */
	margin-right: auto;
	margin-left: auto;
	background: #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	}
#headerImage {
	width: 720px;
	height: 172px;
	float: right;
	background: #999999;
	}

#searchBox {
	float: left;
	text-align: left;
	width: 140px;
	height: 22px;
	margin: 8px 0px 0px 0px;
	}
#dateBox {
	float: left;
	width: 150px;
	height: 20px;
	margin: 12px 0px 0px 8px;
	padding-top: 4px;
	color: #000000;
	font: 10px verdana, arial, helvetica, sans-serif;
	}
#newsletterBox {
	float: right;
	text-align: left;
	width: 140px;
	height: 22px;
	margin: 8px 0px 0px 0px;
	}

/* CONTENT AREA */

#menuTop {
	background: url('../images/menu_img_top.gif') top left no-repeat;
	height: 20px;
	}
#menu {
	float: left;
	width: 133px;
	height: 550px;
	margin: 0px;
	}
#menu img {
	border: 0px;
	margin: 0px;
	}
#content {
	background: #999999;
	width: 100%;
	clear: both;

		}
#contentWell {
	margin-left: 138px;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	width: 558px;
	}
#container {
/*	height: 550px; */

}
#featured {
	float: right;
	width: 300px;
	margin-bottom: 10px;




}
.contentWellHeader {
	background: url('../images/bg_content_hdr.gif') top left no-repeat;
	height: 28px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.contentWellHeader img {
	padding: 1px 0px 0px 19px;
	}
.contentWellItem {
	margin-bottom: 20px;
	clear: right;



	}
.contentTeaser {
	padding-bottom: 15px;
	}
.contentTeaserImg {
	float: left;
	}
.contentTeaserImg img{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	border: 0px;
	}
.contentTeaserDate {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	}
.contentTeaserText {
	position: relative;
	float: right;
	}
.contentTeaserText p{
	font: 12px verdana, arial, helvetica, sans-serif;
	color: #000000;
	}
.contentTeaserText img{
	margin-top: 10px;
	border: 0px;
	}
.contentTeaserMore {
	float: right;
	font: 11px verdana, arial, helvetica, sans-serif;
	padding-bottom: 3px;
	}
.contentDate {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	}
.category {
	background-color: #F5F5F5; 
	display: inline;
	float: left;
	position: relative;
	height: 175px;
	width: 250px;
	border: 1px solid #7F9DB9;
	margin: 12px;
}
.category2 {
	background-color: #F5F5F5; 
	display: inline;
	float: left;
	position: relative;
	height: 225px;
	width: 250px;
	border: 1px solid #7F9DB9;
	margin: 12px;
}

.product {
	display: inline;
	float: left;
	width: 200px;
	border: 1px solid #999999;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(../images/Chequred_Flag_bg.gif);
	background-repeat: repeat;
}

.range {
	width: 350px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(../images/Chequred_Flag_bg.gif);
	background-repeat: repeat;
}
.allproduct {
	display: inline;
	height: 30px;
	float: left;
	width: 200px;
	border: 1px solid #999999;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 5px;
	background-image: url(../images/Chequred_Flag_bg.gif);
	background-repeat: repeat;
}
#footer {
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #333333;
	padding: 10px 0px 10px 150px; 
	text-align:center;
	}

.productText {
	margin-right: 210px;
	}
.productSection {
	font: 11px verdana, arial, helvetica, sans-serif;
	padding-top: 4px;
	position: relative;
	}
.productImage{
	float:right;
	border: 0px;
	font: 11px verdana, arial, helvetica, sans-serif;
	position: relative;
	padding: 4px;
	}
.productImage img{
	border: 0px;
	}
#categorySelect {
	position: relative;
	display: block;
	}

.prod_img {
	text-align: center;
	position: relative;

}

.prod_table table {
  border-collapse: collapse;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.prod_table th {
  background-color: red;
  color: white;
}

.prod_table th, tr, td {
  border: 1px solid #000000;
}
.button
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:  1em;
	background-color: #F5F5F5; 
	border-color: #7F9DB9;
	width: 100px;
}
.contact {
	border: 0px;
	vertical-align: top;
	text-align: left;

}
.dotted {
	border: 1px dashed #999999;
}
.testimonial {
	background-color: #F5F5F5; 
	margin: 10px;
	padding: 10px;
	border: 1px solid #7F9DB9;
}
/***********************************
INSERTED THUMBNAILS
***********************************/
.articleThumb {
	display: block;
	margin: 0px;
	padding: 8px;
	}

.articleThumb img{
	border: 0px;
	}
.articleThumbCaption {
	display: block;
	/*width: 125px;*/
	border: 0px;
	margin: 0px;
	font-family: verdana, arial,helvetica;
	font-size: 9px;
	color: #555555;
	text-align: left;
	}
	
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	clear: right;
	}
.floatcenter {
	text-align: center;
	float: none;
	clear: both;
	padding: 10px;
	}
.staff {
	text-align: center;
}
.photo {
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	height: 150px;
	width: 250px;
	margin: 10px;
}