* {
	margin:0px;
	padding:0px;
}

a img {
/*   -moz-box-shadow: 5px 5px 5px #999;
   -webkit-box-shadow: 5px 5px 5px #999;*/
   border: none;
/*	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
   	-moz-border-radius-bottomright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-topleft : 5px;
   	-webkit-border-bottom-right-radius: 5px;*/
}

.wrapper {
	width: 100%;
}

body {
	position:relative;
	background-image:url('/images/background_medallion_outlet_3.jpg');
	background-repeat:no-repeat;
	width: auto;
	margin: 0 auto;
	background-position:center top;
}


#content {
	width:960px;
	height:inherit;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;

}

#logo {
	margin: 30px auto 0 auto;
	width:830px; 

} 

#logo p {
	text-align:center;
	font-size:72px;
	width:830px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#700;
	text-shadow: 1px 1px 2px #666;
} 

#phoneNumber {
	float:right;
	text-align:right;
	margin-top:-80px;
}

#phoneNumber h4 {
	padding-bottom: 0;
	
}

#phoneNumber h5 {
	padding-bottom: 20px;
}

#header {
	height: 25px;
	width:960px;
	margin-top: 10px;
}

#nav {
	padding-left: 0px;
	line-height: 100%;
	display: inline-block;
	border:none;
}
#nav li {
	margin: 0 0 0 30px;
	padding: 0 0 ;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  5px 20px;
	margin: 0;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #999 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#fff)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #999,  #fff) !important; /* for firefox 3.6+ */

	color: #700 !important;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 178px;
	position: absolute;
	top: 23px;
	left: 0;
	border: solid 1px #b4b4b4;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: lighter;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners for first and last child */
/*#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}*/

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

#nav a:hover {
	color:#700;
	font-weight:normal;
}

.divbar {
	background-color:#000;
	height: 1px;
	width: 960px;
	margin-top: 5px;
	clear:both;
	
}

.divbar2 {
	background-color:#000;
	height: 1px;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear:both;
}

.divbar3 {
	background-color:#000;
	height: 1px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 0px;
	clear:both;
}

.divbar4 {
	background-color:#000;
	height: 1px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear:both;
}


.downarrow {
	background-image:url(/images/features/down_arrow.png);
	background-repeat:no-repeat;
	height: 6px;
	width:30px;
	margin-top: 0px;
	margin-left: 180px;
	float:left;
}

.downarrow2 {
	background-image:url(/images/features/down_arrow.png);
	background-repeat:no-repeat;
	height: 6px;
	width:30px;
	margin-top: 0px;
	margin-left: 135px;
	float:left;
}

.downarrow3 {
	background-image:url(/images/features/down_arrow.png);
	background-repeat:no-repeat;
	height: 6px;
	width:30px;
	margin-top: 0px;
	margin-left: 315px;
	float:left;
}

#selectioncontent {
	margin-top:35px;
	padding: 0 0px 15px 0px;
	height:inherit;
	width: 100%;
}

#selectioncontent img {
	padding-bottom: 10px;
} 

#selectioncontent a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-decoration:none;
	margin-bottom: 55px;
	margin-top: 0;
	margin-left: 30px;
	color: #000;
	padding: 0 10px 15px 10px;
}

#selectioncontent a:hover {
	color:#900;
	font-weight:normal;
}


#maincontent {
	margin-top:10px;
	padding: 0 0px 15px 0px;
	height:inherit;
	width: 100%;
	
}

#maincontent .link {
	text-decoration:underline;
	padding-left: 0px;
	margin-left: 0px;
	color: #000;
}

#maincontent a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: 55px;
	margin-top: 0px;
	margin-left: 0px;
	color: #000;
	padding: 0;
}

#maincontent .enlarged {
	margin-bottom: 20px;
}

#maincontent .callout {
	padding:5px 25px 20px 55px;
	font-weight:100;
	font-style:italic;
	font-size:24px;
	color: #700;
	text-shadow: 1px 1px 1px #ccc;
	/*background-color:#EEF0EA;*/
}

#maincontent p {
	margin-bottom: 10px;
	margin-left: 0px;
}

#maincontent h1{
	padding-top:10px;
	padding-bottom: 15px;
}

#maincontent h4{
	font-weight: bold;
	text-decoration:none;
	padding: 0 10px 10px 10px;
}

#maincontent a:hover {
	color:#700;
	font-weight:bold;
}

#maincontent.contact a{
	text-align:center;
	padding-left: 0px;
	margin-left: 0px;
}

#maincontent img {
	margin-bottom: 8px;
}

.contact {
	text-align:center;
}

#maincontent ul{
/*	list-style-image: url(/images/features/mybullet.png);*/
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding: 0px 0 20px 40px;
	font-size:16px;
	line-height: 1.25em;
}	

#maincontent ol{
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 40px;
	font-size:16px;
	line-height: 1.25em;
}

#medallionDisplay {
	width: 100%;
}

#medallionContent {
	width:100%;
	height:auto;
	padding-top: 20px;
}

.medallionTables {
	padding: 0;
}

.medallionTables a{
	clear:both;
	float:left;
	
}

.medallionImages {
	padding: 0 30px;
	float: left;
}

.medallionImages a {
	text-decoration:none;
	padding-top: 10px;
	text-align:center;
	color:red;
}

	
.medallionImages a:hover {
	text-decoration:none;
	font-weight:bold;
	color: red;
}

.medallionImages p {
	text-decoration:none;
	text-align:center;
	margin-left: 32px;
	font-weight:bold;
	color: #700;
}

.medallionImages p:hover {
	text-decoration:none;
	font-weight:bold;
	color: red;
}

.medallionDiscount {
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#700;
	padding: 0 30px 20px 30px;
	margin:0px;
}

.medallionDiscount img.paypal {
	margin-left:-10px;
}

.medallionDiscount .oval {
	margin-top:25px;
}

.medallionDiscount .oval h4 {
	margin-top:25px;
}

.medallionDiscount h4 {
	text-align:center;
	color:#700;
	font-size:16px;
	font-weight:bold;
}

.medallionDiscount h6 {
	color:#FF0000;
	font-size:24px;
	font-weight:bold;
}

.medallionDiscount p {
	text-decoration:none;
	text-align:center;
	margin: 0;
	padding:0;
	font-weight:bold;
	color: #700;
}

.medallionDiscount img {
	background-position:center;
	padding-bottom: 10px;
}

.medallionDiscount h4 {
	text-align:center;
	margin: 0;
	padding:0;
}

#secondRow {
	margin-left: 150px;
}

#firstImage {
	margin-left: 150px;
}

#firstDiscount {
	margin-left: 80px;
}
.colorWheel {
	float:left;
	margin-left: -35px;
}

.infoSection a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	margin: 0;
	color: #000;
	padding: 0;
}

.infoSection a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	margin: 0;
	color: #700;
	padding: 0;
}

	
.listLinked a{
	padding-left: 40px;
	margin: 0;
	line-height: 1.25em;
}


/*.highlight {
	font-weight: bold;
}*/

.photo1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width:175px;
	height: 142px;
	float: left;
	text-decoration:none;
	text-align:center;
	padding: 5px;
}

.title2 h1 {
	font-family: 'Droid Serif', arial, serif;
	color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	clear:both;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 5px 10px;
	color: #700;
	clear:both;
}

h3 {
	font-family: 'Molengo', arial, serif;
	font-size:24px;
	color: #000;
	padding: 0 0 15px 10px;
}

.title {
	width: 100%;
}

.title h1{
	font-family: 'Droid Serif', arial, serif;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 50px 10px 10px;
	clear:both;
}

.clear {
	display: block;
	clear: both;
}

#maincontent .top {
	margin-left: 410px;
	padding-left:0px;
	text-decoration:underline;
}


.tableHeading {
	text-align:center;
	margin: 10px auto 0 auto;
}

.tableHeading h1 {
	margin-bottom: 0;
}

.tableHeading p {
	margin-top: -15px;
}

.sizePrice {
	width:100%;
	margin-left: 10px;
}

.sizePrice p{
	margin: 5px 0 5px 0;
	text-align:center;
	font-size:18px;
	color:#700;
	font-family:Arial, Helvetica, sans-serif;
}

.standoutBox {
	background-color: #D6D6D6;
	padding: 20px;
	margin-bottom: 20px;
	font-weight:bold;
	color: #700;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

#toTop {
	width:100px;
	border:1px solid #ccc;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#700;
	text-decoration:none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-box-shadow:0 0 5px #700;
	-moz-box-shadow: 0 0 5px #700;
	box-shadow:0 0 5px #700;
	background-color: #FFF;
}

#footer {
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	text-align:center;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #FFF;
}

#footer .selection p {
	margin-left: 38px;
	color:#000;
	font-size:26px;
	font-family: 'Droid Serif', arial, serif;
	

}

#innerfooter {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;

}
#innerfooter h3 {
	font-size: 16px;
	color: #000;
}
#innerfooter p {
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#innerfooter ul {
	list-style-type: none;
	margin-top: 10px;
}
#innerfooter p select {
	margin-top: 0px;
}
#innerfooter  a {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
	font-size:14px;
	margin-bottom: 5px;
	display: inline;
	padding: 5px 10px 5px 0px;
}

#innerfooter ul li {
	display: inline;
	padding: 0px 10px 0px 0px;
	color: #000;
}

#innerfooter .selection {
	margin-bottom: 10px;
}

#innerfooter a:hover {
	color: #700;
}

#maincontent .moreinfo {
	margin-left: 0px;
	padding-left: 0px;
	text-decoration:underline;
}

/*----------------- Main Form Start ----------------------*/

.maincontent form {
	font: normal 14px Arial, Helvetica, sans-serif;
}

.maincontent fieldset {
	padding: 40px 20px 0 0;
	margin: 0 0 2em;
	background-color: #CCC;
	border: none;
	position:relative;
	float: left;
	width: 960px;
}

.maincontent fieldset legend {
	padding: 0;
	margin: 0;
	color: #700;
}

.maincontent fieldset legend strong {
	position:absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.5em;
}

.maincontent form p {
	color: #700;
	margin: 0 0 20px 20px
}

.maincontent form label {
	width: 175px;
	float: left;
	clear: left;
	margin-right: .75em;
}

.maincontent form input.text {
	width: 225px;
	margin-left: -100px;
}

.maincontent form #state {
	margin-left: -100px;
}


.maincontent form textarea {
	width: 500px;
	height: 150px;
	margin: 5px 0 0 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #999;
}

.maincontent form .col1 {
	float:left;
	padding-left:20px;
	margin-right:20px;
	width:250px;
}

.maincontent form .col2 {
	float:left;
	padding-left:20px;
	margin-right:20px;
	width:275px;
}

.maincontent form div {
	margin: 0 0 10px 0;
}

.maincontent form div p{
	margin: 0 0 .5em 0;
}

.maincontent form div label {
	font-size: 14px;
	float: none;
}

.maincontent form label.inline {
	float:none;
	width:auto;
	margin-left:20px;
}

.maincontent form p.subHead {
	margin: 0 0 0 20px;
	clear:both;
}

.maincontent #mainArticle form label.subHead {
	display:block;
	float:none;
	margin-top:15px;
	width:auto;
}

.maincontent input.text:focus, .maincontent textarea:focus {
	background:#FFC;
}
/*----------------- Main Form End ----------------------*/
	 
