input { 
	font-family: 'Verdana'; 
	color: #000033; font-size: 11px; 
}
textarea { 
	font-family: 'Verdana'; 
	color: #000033; 
	font-size: 11px;  
}
select { 
	font-family: 'Verdana'; 
	color: #000033; 
	font-size: 11px;  
}

h1, h2, h3 { 
	font-family: "Trebuchet MS";
}

#Content { 
	width: 100%; 
	padding: 20px 0px 40px 0px; 
	float: left;
}
#ContentWrapper { 
	float: left; 
	width: 100%;
}

#links a {
	font:11px Verdana;
	color:#99640E;
	text-decoration:none;
	text-transform:uppercase;
}
#links a:hover {
	text-decoration:underline;
}

/* Central Column */

.SC {  
margin-right: 269px; 
margin-left: 20px;
}
.SCS { 
	margin-right: 269px; 
	margin-left: 20px;}
.SCS h1 { 
	font-size: 22px; 
	line-height: 24px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	padding: 10px 0px; 
	margin: 0px 0px 10px 0px; 
	border-bottom: dashed 1px #ccc; 
	color:#202123;
}
.SCS h2 { 
	font-size: 16px; 
	line-height: 18px; 
	padding: 5px 0px; 
	margin: 0px; 
	color:#3e424a; 
	letter-spacing: -1px;
}
.SCS h3 { 
	font-size: 16px; 
	font-weight: normal; 
	line-height: 18px; 
	padding: 3px 0px; 
	margin: 0px; color:#3e424a; 
}
.SCS p { 
	font-size: 11px; 
	line-height: 14px; 
}

.Post {padding-top:20px;}

.PostHead { 
	position: relative; 
	clear: left; 
	margin-left: 40px; 
}
.PostHead h1 { 
	font-size: 18px; 
	line-height: 22px; 
	letter-spacing: -1px; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
	display: block; 
	color: #cc6600;
}
.PostHead h1 a { 
	color: #0066cc; 
	text-decoration: none;
}
.PostHead h1 a:visited { 
	color: #0066cc; 
	text-decoration: none;
}
.PostHead h1 a:hover { 
	color: #ff9900; 
	text-decoration: none;
}

.PostInfo {
	padding: 0px; 
	margin: 0px; 
	color: #666;
}
.PostInfo a {
	text-decoration: underline; 
	color: #666;
}
.PostInfo a:visited { 
	text-decoration: underline; 
	color: #666;
}
.PostInfo a:hover { 
	text-decoration: underline; 
	color: #666; 
}


.PostDate { 
	position: absolute; 
	top: 0px; left: -40px; 
	text-align: center; 
	margin: 0; 
	padding: 2px 10px 2px 0px; 
	list-style: none; 
	border-right: solid 1px #e2e2e2;
}
.PostDate .month {
	display: block; 
	font-size: 9px; 
	text-transform: uppercase; 
	line-height: 9px; 
	color: #999; 
	text-transform: lowercase;
}
.PostDate .day { 
	display: block; 
	font-size: 20px; 
	font-family: 'Arial'; 
	font-weight: normal; 
	line-height: 20px; 
	color: #cc6600; 
	letter-spacing: -1px;
}

.PostContent { 
	padding: 0px; 
	font-size: 12px; 
	line-height: 16px;
	border-top: solid 1px #e2e2e2; 
	margin-top: 10px;
}
.PostContent a{ 
	font-size: 10px; 
color:#CC6600;
}
.PostContent p { 
	padding: 5px 0px; 
	margin: 5px 0px; 
	font-size: 11px; 
	line-height: 15px;
}
.PostContent img { 
	padding: 1px;
	border: solid 1px #f0f0f0;
	margin: 0px 15px 15px 0px;
}
.PostContent blockquote {
	padding: 0px 10px; 
	background: #fefaf0; 
	margin: 0px; color:#993300; 
	border: solid 1px #fbf4e0; 
	border-left: solid 5px #fbf4e0;
}
.PostContent blockquote p {
	font-size: 11px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 15px;
}
.PostContent ul {
	font-size: 11px;
	padding-left: 12px;
}

.PostCom {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	display: inline;
}
.PostCom li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.PostCom li a {
	padding: 0px 0px 0px 25px;
	background: url(./images/PostComIco.png) no-repeat left top;
	float: left;
	text-decoration: none;
	font-size: 11px;
color:#0066CC;
}

.PostCom li a:visited {color:#0066CC;}
.PostCom li a:hover {
	background-position: 0% -20px;
	text-decoration: none;
}

.pagetitle {
display:none;
}


/* Right Column */
.SR {
	float: left;
	width: 242px;
	margin-left: -242px;
	color:#993300; 
}
.SR h3 {
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 5px 0px; 
	border-bottom: dashed 1px #c7b78a; 
	font-size: 14px; 
	text-transform: uppercase;
	color:#993300; 
}
.SR ul { 
	padding: 0px; 
	margin: 0px;
}
.SR li {
	padding: 2px 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 11px;
}
.SR li a {
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
	background: url(images/SRightIco.png) no-repeat left top;
	color: #cc6600;
	text-decoration: none;
}  
.SR li a:visited {
	color: #cc6600;
	text-decoration: none;
} 
.SR li a:hover {
	text-decoration: underline;
	color: #993300;
} 

.RSS a {
	margin: 0px;
	color: #cc6600;
	text-decoration: none;
} 

.TrackBack a {
	margin: 0px;
	color: #cc6600;
	text-decoration: none;
}
.Search {
	width: 212px;
	background: #ece2c5 url(images/SearchBkg.gif) no-repeat left bottom;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}
.Search h3 {
	border-bottom: none;
	background: url(images/SearchHeadingIco.gif) no-repeat left top;
	padding-left: 20px;
}
.Search form {
	padding: 0px;
	margin: 0px;
}
.Search input {
	color: #6db6ff;
	font-size: 11px;
}
.Search input.search {
	width: 25px;
	height: 25px;
	background: url(./images/SearchButton.png) no-repeat;
}
.Search input.search:hover {
	background: url(./images/SearchButton.png) no-repeat 0 -25px;
}
.Search input.searchIE {
	width: 25px;
	height: 25px;
	background: url(./images/SearchButton.png) no-repeat 0 -25px; 
}
.Search input.keyword {
	border: none;
	background: #fff url(./images/SearchKeywordBkg.gif) no-repeat;
	padding: 7px;
	border: none; 
} 

/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:0.626em; }
body div, ul, ol, li, table, img {
	margin:0px;
	padding:0px; }
body p {
	margin:10px 0px 15px; }
body img {
	border:none; }
.display_none {
	display:none; }
.clear_div {
	display:none;
	height:0px;
	width:0px; }
body:last-child .clear_div {
	display:block;
	clear:both; }
object:focus {
	outline:none; }
object {
	margin:0px;
	padding:0px; }
a:focus {
	outline:none; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear:both;
}



a img {border:0}


body{
	background:#FFFFFF url(http://www.guybeardjewelry.com/images/background.jpg) no-repeat fixed top center;
	text-align:center;
	min-width:990px;
	margin:0 auto;
}


p {
	padding:0px 15px;
	font:13px/14px Verdana;
	color:#000000;
}

a {
	color:#99640E;
	text-decoration:none;
}


/* MAIN WRAPPER */

#main_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}

#header_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#top_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
}
#top_wrapper_right {
	text-align:right;  
	margin:0 auto;
}
#logo {
	float:left;
	padding:10px 5px 10px 20px;
}
#links {
	float:right;
	padding:0px 30px 10px 5px;
	text-align:right;
	font:11px Verdana;
	color:#334100;
}

#phone {
	height:53px; 
	margin:5px 25px 10px 5px;
}

#nav_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	background:#FFFFFF url(http://www.guybeardjewelry.com/images/nav_bg.jpg) repeat-x;
}
#nav {
	float:left;
}
#search {
	float:right;
	padding:5px 24px 5px 0px;
}


#content_wrapper {
	width:990px;
	margin:0 auto;
	padding:0px;
	background:#FFFFFF url(http://www.guybeardjewelry.com/images/content_bg.jpg) no-repeat top center;
}
#left_col {
	float:left;
	width:250px;
}
#left_nav {
	background:url(http://www.guybeardjewelry.com/images/left_nav_bg.png) no-repeat top center;
	min-height:790px;
	width:222px;
	margin:10px 9px 10px 19px;
}
#right_col {
padding-top:10px;
	float:right;
	width:740px;
}
#marketing_window {
	width:704px;
	margin:10px 24px 5px 12px;
}
#calls {
	width:703px;
	margin:5px 24px 10px 13px;
}
#products {
	width:704px;
	margin:0px 24px 0px 12px;
	background:#FFFFFF;
}





/* CATEGORY AND PRODUCT NAV */

.CollapsiblePanelTab {
	margin:0px;
	padding:0px;
}

.category {
	width:222px;
	height:41px;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	margin:0px;
	padding:0px;
	background:#E6E6E6;
}
.CollapsiblePanelContent {
	width:222px;
	height:auto;
	margin:0px;
	padding:7px 0px;
	background:#E6E6E6;
}
.CollapsiblePanelContent a {
	display:block;
	height:11px;
	width:192px;
	margin:0px;
	padding:8px 15px;
	font:11px Verdana;
	color:#99640E;
	text-decoration:none;
	text-transform:uppercase;
}
.CollapsiblePanelContent a:hover {
	text-decoration:underline;
}




/* PRODUCT TABLES */

table.product_wrapper_table {
	margin:0px;
	padding:0px;
}
table.product_table {
}
table.product_table td {
	padding:2px 10px;
}
td.product_header {
	font:bold 14px Verdana;
	color:#C68215;
	text-align:left;
}
td.product_price {
	font:bold 12px Verdana;
	color:#C68215;
	text-align:left;
}
td.product_add_td {
	text-align:right;
}
a.product_add {
	display:block;
	width:104px;
	height:22px;
	background:url(http://www.guybeardjewelry.com/images/add_to_cart.jpg) top left;
	float:right;
}
a.product_add:hover {
	background:url(http://www.guybeardjewelry.com/images/add_to_cart.jpg) bottom left;
}
td.product_image {
	text-align:center;
}
td.product_description {
	text-align:left;
	font:12px/24px Verdana;
	color:#334100;
}
td.product_more_td {
	text-align:left;
}
a.product_more {
	display:block;
	width:104px;
	height:22px;
	background:url(http://www.guybeardjewelry.com/images/more_details.jpg) top left;
}
a.product_more:hover {
	background:url(http://www.guybeardjewelry.com/images/more_details.jpg) bottom left;
}



/* FOOTER */

#footer_wrapper {
	width:990px;
	height:40px;
	padding:5px 0px 5px 0px;
	background:#FFFFFF url(http://www.guybeardjewelry.com/images/footer_bg.jpg) repeat-x;
	font:10px/14px Verdana;
	color:#FDD9AC;
	text-align:center;
}

#footer_wrapper a {
	color:#FDD9AC;
	text-decoration:none;

}

#footer_wrapper a:hover {
	text-decoration:underline;
}

/* HEADER TAGS */

h1 {
	padding:0px 15px;
	margin:5px 0px;
	font:normal 24px Verdana;
	color:#1974bd;
}

h3 {
	padding:0px 15px;
	font:normal 14px/20px Verdana;
	color:#525252;
}
h4 {
}
h5 {
}
h6 {
}


/* LISTS */

ol, ul {
	margin-left:25px;
	padding:0px 15px;
}
li {
	font:13px/18px Verdana;
	color:#525252;
}




/* CONTACT FORM - TABLES IN CSS WITH DIVS... BECAUSE I CAN */

#contact_form {
	width:100%;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
}
#contact_table {
	width:400px;
	font:11px/20px Verdana;
	color:#525252;
	letter-spacing:0px;
	padding-left:10px;
}
.contact_row {
	width:300px;
	height:25px;
}
.contact_field {
	float:left;
	width:45px;
	height:20px;
	text-align:right;
	padding:5px 5px 0px 0px;
}
.contact_box {
	float:right;
	width:250px;
	height:25px;
	text-align:left;
}
input.contactinput {
	width:250px;
	font:11px Verdana;
	color:#525252;
	background-color:#FFFFFF;
}
textarea.contacttext {
	font:11px Verdana;
	color:#525252;
	background-color:#FFFFFF;
}






/* DIGISHOP */

#categoryGrid , #productGrid, #productDetail, #customerLogin, #checkoutBilling, #checkoutPayment, #checkoutConfirm, #clientAccount, #viewCart {
	margin:5px;
	font-family:Verdana;
}
#categoryGrid table, #productGrid table {
	text-align:center;
}
.photo {
	text-align:center;
}
.title {
	font:bold 14px Verdana;
	color:#C68215;
	text-align:left;
}
.title a {
	font:bold 14px Verdana;
	color:#C68215;
	text-align:left;
	text-decoration:none;
}
#btmOptions {
}
.pagination, #pageNote, .display, .sort, .search, #viewCart, #newCustomer, #existingCustomer, #passwordRemindCustomer, .form-field, .form-label, .form-label-required, .field-price, .myerror, .pageNote, #billInfo, #shipInfo, #paymentInfo, #orderDetails, .logout, #orderList, #myAccount {
	font:normal 11px/14px Verdana;
}
.label {
}
.option {
}
.description {
	text-align:left;
	font:12px/24px Verdana;
	color:#334100;
}
.description p {
	padding:0px;
	margin:0px;
	text-align:left;
	font:12px/24px Verdana;
	color:#334100;
}
.details {
}
.sprice {
	font:bold 12px/14px Verdana;
	text-align:center;
}
#price {
	font:bold 30px/38px Verdana;
	color:#C68215;
}
.buttons {
}
.addToCartBtnNoImage {
}
.detailBtnNoImage {
}
.form-label, .form-label-required {
	float:left;
	margin:0px 5px 5px 0px;
}
.form-field, .field-price {
	float:left;
	margin:0px 0px 5px 0px;
}
#productDescription, a.link {
	font:10px/14px Verdana;
}
.hdr-title {
	font:bold 14px/18px Verdana;
}

#product_detail_left {
	float:left;
	margin:0px 25px 0px 0px;

}
#product_detail_right {
	float:right;
}

a.link {
	font:bold 14px Verdana;
	color:#000000;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}

a.back_link {
	font:bold 14px Verdana;
	color:#000000;
	text-decoration:none;
	margin:0px 0px 0px 15px;
}
a.back_link:hover {
	text-decoration:underline;
}


a.sublink {
	font:12px Verdana;
	color:#000000;
	text-decoration:none;
}
a.sublink:hover {
	text-decoration:underline;
}

#productsRelated {
	width:400px;
	margin:35px 0px 0px 0px;
}
#productsRelated .hdr-title {
	margin:0px 0px 10px 0px;
	text-align:center;
}
#productsRelated .content-odd {
	width:200px;
	float:left;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .content-even {
	width:200px;
	float:right;
	text-align:center;
	margin:0px 0px 15px 0px;
}
#productsRelated .details {
	font:bold 14px/18px Verdana;
}
#productsRelated .details a {
	display:block;
	width:90px;
	height:14px;
	padding:3px 0px 5px 0px;
	*padding:2px 0px 6px 0px;
	margin:5px 0px 0px 0px;
	text-align:center;
	background:#E89923;
	color:#000000;
	border:thin solid #000000;
	text-decoration:none;
}
#productsRelated .details a:hover {
	text-decoration:underline;
}



#product_left {
	float:left;
	width:255px;
}
#product_right {
	float:left;
	width:415px;
	margin:0px 0px 0px 10px;
	text-align:left;
}

h6.product_title {
	font:bold 24px Verdana;
	color:#227CCA;
	padding:0px;
	margin:0px;
}
.field-label, .field-price {
	float:left;
}
.field-price {
	margin:0px 0px 0px 5px;
}
#cartButtons {
	margin:8px 0px 0px 0px;
}

#cartNumItems {
	font:12px/18px Verdana;
}
#cartAmounts {
	font:12px/18px Verdana;
}
#cartCoupon {
	margin:10px 0px 0px 0px;
}
#cartButtons {
}

.sociable {	
font-family: 'Verdana'; 
	font-color: #000033; 
	font-size: 11px;
}
