/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:100%;
}

body{background:#000; text-align:center;}
#main{ background:url(images/main-bg.jpg) no-repeat 0 0 #c0c0c0; padding:0 65px 0 66px;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:normal;
	color:#404040;
}
input, select { vertical-align:middle; font-weight:normal;}

a {color:#7aa605; text-decoration:none;}
a:hover{text-decoration:underline;}
p {padding-top:18px;}
h1{ font-size:2.75em; font-weight:normal;line-height:1em; padding:36px 0 0 22px;}
h1 a{
	color:#565656;
	background:url(images/bluediamond_rare_expensive.png) no-repeat 0 0;
	display:inline-block;
	padding:16px 0 10px 95px;
	letter-spacing:-1px;
}
h1 a span{ font-size:0.364em; display:block; letter-spacing:normal; margin:-10px 0 0 2px; word-spacing:-1px;}
h1 a:hover{ text-decoration:none;}
h3{
	font-size:23px;
	color:#7da60c;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:15px;
}
h3 span{ font-size:0.833em; color:#ce0000; display:block; padding-top:5px; word-spacing:3px;}

/* ============================= main layout ====================== */
.imgindent {margin:0 23px 0 0; float:left;}
.phone{ float:right; padding-right:35px;}
.space1{ margin-left:15px;}
.space2{ margin-left:27px;}
.space3{ margin-left:17px;}
.margin1{ margin-top:22px;}
.margin2{ margin-top:30px;}
.padding1{ padding-top:10px;}

/* ============================= header ====================== */
#header{ padding-top:38px;}
#header .menu{
	background:url(images/menu-tail.gif) top repeat-x;
	position:relative;
	width:100%;
	overflow:hidden;
}
#header .menu .left-bg{ background:url(images/menu-left-bg.gif) left top no-repeat;}
#header .menu .right-bg{ background:url(images/menu-right-bg.gif) right top no-repeat; height:47px;}
#header .menu ul{ padding:14px 0 0 3px;}
#header .menu li{ float:left; font-size:0.917em; text-transform:uppercase; font-weight:bold; background:url(images/menu-border.gif) no-repeat 0 5px; padding-left:30px;}
#header .menu .first{ background:none;}
#header .menu a{ color:#fff; display:inline-block; margin-right:30px;}
#header .menu a:hover{ color:#000; text-decoration:none;}
#header .menu a:active{ margin-top:2px;}

/* ============================= content ====================== */
#content{ padding-bottom:45px;}
.content{ height:428px; width:479px; background:url(images/content-bg.jpg) no-repeat 0 0;}
.indent{ padding:37px 20px 20px 28px;}

.scroll{
	overflow:auto;
	height:310px;
	position:relative;
	background-color: #EFEFEF;
}
.scroll2{ overflow:auto; height:333px; position:relative;}
.scroll-wrap { height:600px; padding:0 9px 0 2px;}

.box{ background:url(images/box-corner-left-top.gif) top left no-repeat; color:#5e626c;}
.box .right-top{ background:url(images/box-corner-right-top.gif) top right no-repeat;}
.box .left-bot{ background:url(images/box-corner-left-bot.gif) bottom left no-repeat; width:100%;}
.box .right-bot{ background:url(images/box-corner-right-bot.gif) bottom right no-repeat; padding:10px;}
.box .bg1{ background:#f3f3f3; margin:-10px 0; padding:10px 0;}
.box .bg2{ background:#f3f3f3; margin:0 -10px; padding:0 10px;}
.box .indent{ padding:10px 10px 10px 8px;}

.list{ margin:-7px 0;}
.list li{ line-height:2.667em; background:url(images/list-unline.gif) bottom repeat-x; padding-left:9px;}

}

}

}
.list .last{ background:none;}
.list a{ color:#5e626c; padding-left:28px;}
.list a:hover{ text-decoration:none; color:#7aa605;}
.list .marker1{ background:url(images/marker1.gif) no-repeat 0 3px;}
.list .marker2{ background:url(images/marker2.gif) no-repeat 0 3px;}
.list .marker3{ background:url(images/marker3.gif) no-repeat 0 3px;}
.list .marker4{ background:url(images/marker4.gif) no-repeat 0 3px;}
.list .marker5{ background:url(images/marker5.gif) no-repeat 0 3px;}

.list1{ margin:-2px 0;}
.list1 li{ line-height:1.667em;}

.link{ display:inline-block; background:url(images/link-bg.gif) right top no-repeat; padding-right:10px; color:#e40000; text-decoration:underline; font-weight:bold; margin-top:22px;}
.link:hover{ text-decoration:none;}
.unline{ background:url(images/list-unline.gif) bottom repeat-x; padding-bottom:11px; margin-bottom:5px;}

/* ============================= footer ====================== */
#footer .indent{ padding:36px 0 0 0px; color:#545454; font-size:0.833em; text-transform:uppercase;}
#footer a{ color:#545454; text-decoration:underline;}
#footer a:hover{ text-decoration:none;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:3px;}
#ContactForm .col-1{ width:183px !important;}
#ContactForm .col-2{ width:180px !important;}
#ContactForm label{ display:block; height:25px;}
#ContactForm input{ border:solid 1px #a4a4a4; background:none; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#5e626c; padding:1px 0 2px 3px; width:173px;}
#ContactForm textarea{
	border:solid 1px #a4a4a4;
	background:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#5e626c;
	padding:1px 0 2px 3px;
	width:177px;
	height:200px;
	overflow:auto;
}
#ContactForm .link{ float:right; margin:13px 1px 0 12px;}

