@import "reset.css";
@import "text.css";
@import "960.css";
@import "common.css";

body { background: #FFFFFF; }

h3, #header, #topnav, .uppercase { text-transform: uppercase; }
h3, .footerlinks, #header, #topnav { font-family: Georgia, "Times New Roman", Times, serif; }
.breadcrumb { font-family: Arial, Helvetica, sans-serif; }

/*Font Sizes*/
h3 { 
	font-size: 14px; 
	font-weight: normal; 
}
h4, #header, #topnav, .breadcrumb, .footerlinks { 
	font-size: 12px; 
}
h4 { 
	font-weight: bold; 
}

/*Colors*/
h3, #header, .green { color: #006362; }
.breadcrumb { color: #999999; }
.breadcrumb a { color: #333333; }
.footerlinks, .footerlinks a { color: #666666; }
a, .pic-left a { color: #CC3333; }

#header { 
	background-image: url(header-border.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
	margin: 0 0 10px 0;
}
.container_16, .search {
	padding-top: 15px;
}
.mainbody {
	padding: 10px;
}
/*.search .input-box { margin-left: 125px; }*/
.input-box { border: 1px solid #006362; padding: 3px; float: left; margin-top: 3px; }
.submit-button { float: left; margin-left: 7px; }
.footerlinks {
	text-align: center;
	margin-top: 25px;
}
#header a { 
	color: #ad2215; 
	text-decoration: none; 
}
#topnav {
	text-align: center;
	font-weight: bold;
	height: 37px; 
	margin: 0;
}
#topnav ul { 
	margin: 10px 0 0 0; 
	padding: 0;
}
#topnav li {
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
#topnav li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 26px 0 26px;
}
#topnav li .active {
	background-color: #900;
	padding: 10px 26px 10px 26px;
}
.homenav {
	background-image: url(topnav-home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.homeslide { 
	height: 343px; 
}
.homefooter {
	background-image: url(home-footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 152px;
}
	.homefooter div {
		width: 132px;
		height: 100px;
		margin-top: 28px;
		float: left;
		text-align: center;
	}
#sidebar { }
#sidebar ul, .footerlinks ul, #showroom-menu { list-style: none; margin: 0; padding: 0; }
#sidebar li, #showroom-menu li { list-style: none; margin: 0; padding: 0 0 18px 0; line-height: 21px; }
.footerlinks li { list-style: none; display: inline; padding: 0 0 0 10px; line-height: 18px; margin: 0; }
#showroom-menu li { padding-left: 10px; }
.breadcrumb { margin: 15px 0 15px 0; }
.hidden { display: none; }
.about, .stores, .design-services, .whats-new, .jewelry, .showroom, .results {
	height: 55px; 
	width: 940px;
	background-repeat: no-repeat;
}
.about { background-image: url(../img/aboutus-title.jpg); }
.stores { background-image: url(../img/stores-title.jpg); }
.design-services { background-image: url(../img/design-title.jpg); }
.whats-new { background-image: url(../img/whatsnew-title.jpg); }
.jewelry { background-image: url(../img/jewelry-title.jpg); }
.showroom { background-image: url(../img/showroom-title.jpg); }
.results { background-image: url(../img/search-title.jpg); }
.pic-left { 
	padding: 10px;
	background: #EEEEEE;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*Forms*/
	span.label,span.spacer,span.multiple span {width:120px;float:left;} 
	span.multiple {float:left;} 
	span.button {padding-left:120px;} 

/*Buttons*/
div.more-btn a { 
	padding: 5px 14px; 
	color: #FFF;
	text-decoration: none; 
	border-radius: 14px; 
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px; 
}
div.more-btn a:hover {
	background: #666 url(more-btn.png) repeat-x 0 50%; 
}
.red-btn a {
	_background-image: none;
	background: #C00 url(more-btn.png) repeat-x 0 50%;
}
.green-btn a {
	_background-image: none;
	background: #006362 url(more-btn.png) repeat-x 0 50%;
}

div.dot-line { border-top: 1px dotted #666; padding: 0 5px 5px 0; }

/*Lists*/
ul.lst li {
	display: block;
	padding:5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
