@charset "iso-8859-5";
/* CSS Document */
img {
	border: 0.5px;
}
body {
	margin: 0px;	
	text-align: center;
	background: #323232 url('images/bg_body.png') repeat-x;

}
#masthead {
	width: 840px;
	height: 127px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	float: left;
}
#container {
	width: 1000px;
	height: 100%;
	margin: 0% 10% 0% 10%;
		background: #323232 url('images/bg_content.jpg') repeat-y;

}
#navigation {
	width: 160px;
	height: 100%;
	float: left;
}
#footer {
	width: 1000px;
	height: 31px;
	background-color: #262525;
	font-family: Tahoma;
	font-size: 11px;
	color: #9c9c9c;
	text-align: left;
	clear: both;
	float: left;
}
#content {
	text-align: left;
	font-family: Arial;
	font-size: 1em;
	color: #d2d1c6;
	margin-left: 160px;
	height: 100%;
//*	float: left;*/
	width: 860px;
}

h2 {
	font-family: Tahoma;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    }


#footer li {
	display: block;
	float: left;
	padding: 0 5px 2px 5px;
}
.clearer {
	visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.small_title {
	font-family: Tahoma;
	font-size: 13px;
	color: #5A3233;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.arrow {
	padding: 0 0 10px 10px;
	background-image: url(images/arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.columncontent {
	text-align: left;
	float: left;
	padding: 2px 0px 15px 0px;
	width: 100%;
}
.single {
	border: none;
	float: left;
	width: 33%;
	text-align: center;
	height: 100%;
}
.double {
	border: none;
	float: left;
	width: 66%;
	text-align: center;
}
.triple {
	border: none;
	float: right;
	width: 99%;
	text-align: center;
}
.quatruple {
	border: none;
	float: left;
	width: 25%;
	text-align: center;
}
.quintuple {
	border: none;
	float: left;
	width: 20%;
	text-align: center;
}
.half {
	border: none;
	float: left;
	width: 50%;
	text-align: center;
}
.colorswatch {
	width: 125px;
	float: right;
	height: 100%;
}
.pendantscontainer {
	text-align: left;
	height: 100%;
	float: left;
	width: 700px;
}
.column {
	text-align: left;
	float: left;
	padding: 0 30px 0 35px;
	max-width: 325px;
}
.column2 {
	text-align: left;
	padding: 0 30px 0 35px;
	float: right;
	max-width: 325px;
}
.formborder {
	border: medium white inset;
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: 100%;
	float: left;
	padding: 1px 0px 1px 0px;
}
.readmore {
	text-align: right;
	margin: 16px 10px 0 0;
}
.readmore a {
	font-family: Tahoma;
	font-size: 13px;
	color: #3C2122;
	font-weight: bold;
	text-decoration: none;
}
A:link {
	COLOR: #808080;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #808080;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #718795;
	TEXT-DECORATION: underline;
	font-weight: bold;
}
A:active {
	COLOR: #C0C0C0;
	TEXT-DECORATION: underline;
}
.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background: url('images/formdbg.gif') repeat-x left top;
	font-family: "Book Antiqua";
}
.imagecenter {
	border-width: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.pendantimage {
	vertical-align: middle;
	display: table-cell;
	height: 100%;
	text-align: center;
}
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.modalWindow
{
    background-position: #DDDDDD;
    border: 1px solid #333333;
    padding: 0px 10px 10px 10px;
    position: absolute;
    width: 600px;
    height: 400px;
    background-color: #000000;
}
.formview {
	background: #313131;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
}
.formview input,
.formview textarea {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #444444;
	border: #080808;
	padding-left: 2px;
	padding-top: 1px;
	color: #FFFFFF;
	font-size: 1em;
	width:250px;
	font-family: 'Lucida Grande';
}
.formview .button{
	width:auto;
}
.formview span{
	display: block;
	font-size: 1em;
	font-weight: bolder;
	padding-bottom: 1px;
}
.formwrapper {
	width:100%;
	overflow:hidden;
}
.formleftcol {
	float: left;
	padding-left: 100px;
	width: 40%;
}
.formrightcol {
	float: right;
	padding-right: 20px;
	width: 40%;
}
/*****************
Custom Validator 
*****************/
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: 1px solid #800000;
    background-color: #993333;
    color: #FFFFFF;
}
.CustomValidatorStyle {
    color: Red;
    vertical-align: middle;
    font-size: .9em;
}


