body {
	background-color: #303030;
	margin:0px;
	padding:0px;
	font: 1.0em "lucida grande", tahoma, verdana, arial, sans-serif;
}

div#site_container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	width: 695px;
}

div.clearfloats {
	clear: both;
}

/* @group Nav */

div#nav_box {
	background-color: #000;
	border-top: 5px solid #001DB4;
}

div#nav_links {
	padding-top: 13px;
	padding-bottom: 5px;
	margin-left: 30px;
}

div#nav_links a {
	font-size: .9em;
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

div#nav_links a:hover {
	font-size: .9em;
	margin-left: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #333;
	padding: 5px;
}

div#nav_links a.selected {
	font-size: .9em;
	margin-left: 10px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	padding: 5px;
}



/* @end */

div#header {
	height: 119px;
	background: #000 url(../images/header_graphic.jpg) no-repeat;
	width: 695px;
}

/* @group sidebar */

div#r_sidebar {
	background-color: #f3f3f3;
	width: 139px;
	float: left;
	font-size: .8em;
	padding: 10px 8px;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
}

div#sidebar_foot {
	width: 169px;
	height: 250px;
	float: left;
	background: url(../images/sidebar_foot_swoop.png) no-repeat;
}

div#r_sidebar p {
	padding-left: 8px;
	font-size: .8em;
}

div#r_sidebar .ring_count {
	text-align: center;
	padding: 3px;
	background-color: #feface;
	font-size: 3.5em;
	margin-top: -13px;
}

div#r_sidebar .r_sidebar_heading {
	background-color: #ececec;
	padding-bottom: 4px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 4px;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
}



/* @end */

/* @group Content Area */

div#content_column {
	width: 505px;
	float: left;
	font-size: .9em;
	color: #393939;
	background: #fff url(../images/profero_watermark.gif) no-repeat;
	border-bottom: 7px solid #000;
	padding-bottom: 20px;
	padding-right: 25px;
	border-left: 4px solid #000;
	border-right: 1px solid #c4c4c4;
}

div#content_column #content {
	background: url(../images/trans_content_bg.png) repeat;
	border-top: 10px none #f5f5f5;
	margin-top: 35px;
	margin-left: 35px;
	padding-left: 10px;
}

div#content_column #content .subheading {
	margin-top: -17px;
	color: #252525;
	font-size: .8em;
	margin-left: 50px;
}

div#content_column #content .quote_text {
	font-style: italic;
	margin-bottom: 5px;
	color: #a9a9a9;
	margin-left: 40px;
}

div#content_column p {
	font-size: .9em;
	text-indent: 20px;
}

div#content_column li {
	margin-bottom: 5px;
}

div#content_column ul {
}

div#content_column a {
	text-decoration: underline;
	color: #393939;
	font-size: .9em;
}

div#content_column a:hover {
	color: #2638ca;
}

div#content_column h3 {
	font-size: 1.1em;
	color: #000;
}

div#content_column h2 {
	font-size: 1.4em;
	color: #000;
	border-bottom: 2px solid #e1e1e1;
	border-top-color: #000;
}

div#content_column .present {
	border-style: solid;
	border-width: 1px;
	margin: 5px 5px 5px 40px;
}

div#content_column .present_mult {
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	display: inline;
}



/* @end */

div#footer {
	
}

div#side_ring {
	width: 145px;
	height: 510px;
	z-index: -1;
	background: url(../images/side_ring.png) no-repeat;
	position: relative;
	left: -130px;
	float: left;
	margin-right: -190px;
}

div.sticky_note {
	text-align: center;
	background-color: #fbfee5;
	border: 1px solid #fffa15;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
}

/* @group Form Stuff */

label {
	font-size: .7em;
	font-weight: bold;
}

.ring_size_selector {
	font-size: 24px;
}

.ring_options {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background: #fafed7 url(../images/yellow_grad_bg.gif) repeat-x;
}

.option_row:hover {
	border-right: 1px solid #000;
}

.option_row {
	padding: 2px;
	margin-bottom: 2px;
}

a.help_link {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	margin-right: 10px;
}

input.large_checkbox {
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

input.large_input {
	font-size: 18px;
}

.cust_options {
	text-align: center;
	border: 1px solid #000;
	padding: 12px 7px 14px;
	margin-top: 20px;
	background-color: #fafed7;
	background-image: url(../images/yellow_grad_bg.gif);
}

.order_totals {
	font-size: 1em;
		text-align: center;
	border: 1px solid #000;
	padding: 12px 7px 14px;
	background-color: #fafed7;
	background-image: url(../images/yellow_grad_bg.gif);
	width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.order_totals .total {
	font-size: 1.2em;
	text-decoration: overline;
	margin-top: 6px;
}



/* @end */

.flash_spin_ring {
	text-align: center;
	margin-left: -30px;
	border: 2px solid #000;
	width: 490px;
}