@charset "utf-8";
/* --------- Mint Masters Secondary Page Layout CSS Styles --------- */

/*	
	1. Header
	2. Navigation
	3. Page
	4. Right Container
	5. Forms: Quote/Contact
	6. Sub Category
    7. Category
	
*/


/* --------- 1. Header  --------- */

#header {
	width:950px;
	height:121px;
	position:relative;
	float:left;
	}
	
#header-left, #header-right{
	width:475px;
	height:121px;
	float:left;
	}
	
#header-left{
	background:url(../images/bg-s-header-left.jpg) repeat-x;
	}
	
#home-link{
	position:absolute;
	top:14px;
	left:28px;
	width:440px;
	height:85px;
	display:block;
	}
	
#home-link p{
	visibility:hidden;
	}
	
#header-right{
	background:url(../images/bg-s-header-right.jpg) repeat-x;
	}
	
#custom-medal-quote{
	position:absolute;
	top:-35px;
	left:800px;
	width:120px;
	height:120px;
	display:block;
	}
	
#custom-medal-quote p{
	visibility:hidden;
	}
	
/* --------- 2. Navigation  --------- */

#navigation{
	width:950px;
	height:44px;
	float:left;
	position:relative;
	background: url(../images/bg-s-navigation.jpg) no-repeat;
	}
	
#navigation ul{
	font-weight:bold;
	font-size:1.2em;
	margin-left:28px;
	margin-top:14px;
	}
	
#navigation li{
	display:inline;
	margin-right:31px;
	}
	
#navigation li a.cart{
	padding-left:12px;
	}
	
#navigation li  a.active#aCart{
	padding-left:12px;
	}	

/* --------- 3. Page  --------- */
	
#page-header{
	width:950px;
	float:left;
	background:url(../images/bg-s-content-top.jpg) no-repeat bottom;
	position:relative;
	height:115px;
	}
	
p#breadcrumbs {
	position:absolute;
	left:28px;
	font-size:.9em;
	top: 60px;
	}
	
p#breadcrumbs strong{
	color:#900;
	font-weight:normal;
	}
	
p#breadcrumbs a{
	color:#900;
	text-decoration:underline;
	}
	
p#breadcrumbs a:hover{
	text-decoration:none;
	}

p#order-anytime{
	position:absolute;
	left:722px;
	top:60px;
	color:#900;
	font-weight:bold;
	}
	
#credit-cards{
	position:absolute;
	left:772px;
	top:80px;
	width:94px;
	height:22px;
	}	

#page-header h1{
	position:absolute;
	left:28px;
	top:80px;
	font-size:1.8em;
	}
#page-header .paragraphH{
	position:absolute;
	left:28px;
	top:80px;
	font-size:1.8em;
	font-weight:bold;
}


.made-in-usa {position:absolute; top:60px; right:250px;}
	
#page h1{
	font-size:1.8em;
	}
	
#page h2{
	font-size:1.4em;
	font-weight:normal;
	}
	
#page{
	width:660px;
	padding:4px 28px 28px 28px;
	float:left;
	position:relative;
	}
	
#page p{
	line-height:160%;
	margin-bottom:12px;
	}
	
#page ul{
	margin-left:16px;
	margin-bottom:12px;
	position:relative;
	width:640px;
	}
	
#page li{
	line-height:160%;
	background:url(../images/bg-page-li.jpg) no-repeat left 4px;
	padding-left:16px;
	}
	
div.page-hr {
  height:3px;
  background: url(../images/bg-product-detail-hr.jpg) repeat-x left;
  width:660px;
  margin-bottom:10px;
  padding-top:15px;
	}
	
div.page-hr hr {
  display: none;
	}
	
/* --------- 4. Right Container  --------- */

#right-container{
	width:210px;
	float:left;
	position:relative;
	}
	
dl#product-categories{
	background: url(../images/bg-product-categories-dl.jpg)	repeat-y top;
	width:210px;
	}
#product-categories dt{
	background: url(../images/bg-product-categories-dt.jpg)	no-repeat top;
	height:56px;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
	}
	
#product-categories dt p{
	padding-top:20px;
	padding-left:30px;
	}
	
#product-categories dd h2{
	font-weight:normal;
	font-size:1.1em;
	padding-left:30px;
	line-height:160%;
	}
	
#product-categories dd h2 a{
	color:#900;
	text-decoration:underline;
	}
	
#product-categories dd h2 a:hover{
	text-decoration:none;	
	}
	
dl#product-categories span{
	background: url(../images/bg-product-categories-span.jpg) no-repeat top;
	display:block;
	height:34px;
	width:210px;
	margin-top:6px;
	}
	
/* --------- 5. Forms: Quote/Contact  --------- */

#quote_form{
	float:left;
	margin-left:10px;
	}
	
#quote_form label{
	margin-top: 14px;
	margin-left:2px;
	display: block;
	float: left;
	width:150px;
	font-weight:bold;
	text-align:right;
	}
	
p#required{
	color:#900;
	font-style:italic;
	font-weight:bold;
	}
	
	
#quote_form  table{
	border-collapse:collapse;
	position:relative;
	left:10px;
	top:5px;
	}
	
#quote_form  table label{
	margin-top: 6px;
	margin-left:0px;
	display: block;
	text-align:left;
	font-weight:normal;
	font-size:.9em;
	}
	
#quote_form  table input{
	width:20px;
	border:none;
	}
	

	
table#Distributor input, table#Artwork input{
	margin-top:7px;
	margin-left:0px;
	padding:0px;
	}
	
table#Material, table#Processes, table#chkSelectivePlate{
	float:left;
	margin-bottom:6px;
	}
	
table#Material td, table#Processes td, table#chkSelectivePlate td{
	padding:2px;
	vertical-align:top;
	}
	
table#Material label, table#Processes label, table#chkSelectivePlate label{
	width:215px;
	float:left;
	margin-right:4px;
	}
	
table#Material input, table#Processes input, table#chkSelectivePlate input{
	margin: 6px 4px 0px 0px;
	display:block;
	float:left;
	vertical-align:middle;
	height:14px;
	width:14px;
	}
	
table#Distributor label,  table#Artwork label{
	width:20px;
	margin-right:2px;
	}
	
table#Distributor,  table#Artwork{
	margin-top:2px;
	}
	
table#Distributor input,  table#Artwork input{
	margin: 6px 2px 0px 0px;
	display:block;
	float:left;
	vertical-align:middle;
	height:14px;
	width:14px;	
	}

#quote_form select{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border:#B2977F 1px solid;
	width: 222px;
	}		

#quote_form input{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border:#B2977F 1px solid;
	width: 217px;
	}
	
#quote_form textarea{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border:#B2977F 1px solid;
	width: 460px;
	height:100px;
	}

#quote_form #Submit{
	width: 133px;
	height: 43px;
	border:none;
	position:relative;
	left:500px;
	top: 10px;
	}
	
/*-------- Contact ----------*/
	
#location{
	width:200px;
	float:left;
	}
	
#location a{
	color:#900;
	}
	
#location a:hover{
	text-decoration:underline;
	}

#contact_form{
	float:left;
	width:350px;
	margin-left:40px;
	}
	
#contact_form label{
	margin-top: 14px;
	margin-left:2px;
	display: block;
	float: left;
	font-size: 1em;
	width: 75px;
	font-weight:bold;
	text-align:right;
	}

#contact_form input{
	margin: 10px 0px 0px 10px;
	padding: 2px;
	border:#B2977F 1px solid;
	width: 240px;
	}

#contact_form textarea{
	margin: 11px 0px 0px 10px;
	border:#B2977F 1px solid;
	width: 239px;
	padding:2px;
	height: 125px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	}

#contact_form #Submit{
	width: 133px;
	height: 43px;
	border:none;
	position:relative;
	left:500px;
	top: 10px;
	}
	
#contact_form #Submit{
	left:195px;
	}
	
/*-------- 6. Sub Category ----------*/
	
#sub-category
{
    float:left;
	margin-top:10px;
	margin-left:0px;
	width:640px;
	}
	
#sub-category li{
	padding-bottom:20px;
	margin-right:8px;
	padding-left:0px;
	width:150px;
	background:none;
	float:left;
	text-align:center;
	height:165px;
	/*border:#f60 1px solid;*/
	}
	
#sub-category li a strong{
	font-weight:normal;
	}
	
#sub-category li a{
	color:#900;
	text-decoration:underline;
	font-weight:normal;
	}
	
#sub-category li a:hover{
	text-decoration:none;
	}
	

/*-------- 7. Category ----------*/
	
#category
{
    float:left;
	margin-top:10px;
	margin-left:0px;
	width:640px;
	}
	
#category li{
	padding-bottom:20px;
	margin-right:8px;
	padding-left:0px;
	width:150px;
	background:none;
	float:left;
	text-align:center;
	height:165px;
	/*border:#f60 1px solid;*/
	}
	
#category li a strong{
	font-weight:normal;
	}
	
#category li a{
	color:#900;
	text-decoration:underline;
	font-weight:normal;
	}
	
#category li a:hover{
	text-decoration:none;
	}
	
