/* - - - - - - - Universal - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

a img { /*added to remove borders from images*/
	border: none;
}

body {
	text-align: center;
	/*background-image: url(img/july4.jpg); */
	background-color: #D6BF69;

}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.address {
	line-height: 120%;
	padding: 0;
}
.italic {
	font-style: italic;
}
.light {
	color: #C8C8C8;
	font-size: 18px;
}
.red {
	color: red;
	font-style: bold;
}
.green {
	color: green;
	font-style: italic;
}

.message {
	font-size: 16px;
	font-weight: bold;
	color: #A24236;
}

.under {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
.underight {
	text-decoration: underline;
	text-align: right;
	color: black;
	font-weight: bold;
}
.padno {
	padding-top: -5px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #6B7799;
	padding-bottom: 4px;
}

h6 {
	font-size: 14px;
	font-family: "MS Trebuchet", serif;
	font-style: italic;
	color: #9DA4AC;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #999;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6B7799;
	padding-bottom: 4px;
}

/* - - - - - - - Structure - - - - - - - */

#bar {
	background: url(img/bar.jpg) repeat-x;
	height: 10px;
}
#frame {
width:782px;
margin-right:auto;
margin-left:auto;
text-align:left;
}	

#head {
	margin-top: 20px;
	background: white;
}

#headblk {
	margin-top: 20px;
	background: url(img/blackbk.jpg) repeat-x;
	height: 50px;
}

#headnav {
	position: absolute;
	margin-top: -25px;
	margin-left: 330px;
}

#headnav ul a {
	text-decoration: none;
		color: white;
		font-family: Arial, "MS Trebuchet", sans-serif;
		font-size: 14px;
		padding-right: 20px;
}

#headnav ul a:hover {
		color: #FFD01E;
}

#headnav li {
	float: left;
	list-style: none;
	color: white;
}
	
#content {
width:780px;
float:left;
background:#fff;
border:solid 1px #C7CCC7;
}	
		
#contentleft {
width:179px;
float:left;
background:#fff;
}
	
#contentright {
width:600px;
float:left;

}

#footer {
	width: 782px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
}

#footer img {
	margin-top: 20px;
}

/* - - - - - - - Content - - - - - - - */

#howto {
	width: 780px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	margin: 10px 25px 5px 35px;

}

#editform { 
	margin-top: -20px;
	text-align: right;
	margin-right: 40px;
	}

#forms {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	line-height: 150%;
	margin: 10px 25px 5px 35px;
}

#forms table {
	width: 500px;
}

#forms table tr td {
	padding: 2px;
	
	border: 1px solid #B5B5B5;
}

#category {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	line-height: 110%;
	margin: 10px 25px 5px 35px;

}


#category li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type:none;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	vertical-align: text-top;
}

.nofloat {
float: none;	
color: red;
}

#category th {
	line-height: 120%;
	text-align: right;
	padding-right: 8px;
	padding-top: 6px;
}

#category td {
	width: 350px;
	line-height: 120%;
	padding-bottom: 2px;
	padding-left: 2px;

}

	
.top20 {
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 25px;
	}
	

/*- - - C A R T S T U F F - - */

#cart {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	line-height: 120%;
	margin: 10px 25px 10px 35px;
}


#cart th {
	line-height: 170%;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	vertical-align: text-top;
}

#cart tr{

	padding-bottom: 5px;
}

#cart td {
	line-height: 140%;
	padding-top: 4px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}

#cart li {
	list-style-type:none;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

/* - - - - - - - Content - - - - - - - */

#rows li {width: 160px;
			text-align: center;}
			
#rows p {font-size: 11px;}


#maincontent2 {
	text-align: center;
	margin: 10px 15px 10px 15px;
}

#maincontent2 ul {
	width: 700px;
	text-align: center;
	margin: 0px 15px 5px 0px;
}

#maincontent2 li {
	float: left;
	padding: 0px;
	list-style-type:none;
	display: inline;

}


#maincontent {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	line-height: 100%;
	margin: 10px 15px 10px 15px;
}

#maincontent table {
	text-align: left;
	width: 670px;
	margin-left: 40px;
	margin-right: 0px;
} 

#maincontent td {
	color: black;
	font-size: 14px;
	padding-left: 25px;
}

#maincontent p {
	margin: 0 0 15px 0;
	text-align: center;
	line-height: 120%;
}

#maincontent h1 {
	color: red;
	text-align: center;
}
#maincontent h2 {
	color: black;
	font-size: 16px;
	text-align: center;
	padding: 2px;
}

#proofform {
	width: 650px;
	margin-left: 50px;
	margin-right: 10px;
	text-align: center;
}

#proofform th {
	text-align: right;
}
#maincontent ul {
	width: 700px;
	text-align: center;
	margin-left: 30px;
	margin-right: 40px;
}

#maincontent li {
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-type:none;
	display: inline;
	border-bottom: 1px #CFCBD5 dotted;
	border-right: 1px #CFCBD5 dotted;
	border-left: 1px #CFCBD5 dotted;

}

#maincontent a {
	color: #F28F0B;
	text-decoration: underline;
}

#maincontent a:hover {
	color:	#005bac;
	text-decoration: underline;
}

#category {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
	line-height: 110%;
	margin: 10px 25px 10px 40px;
}

#category li {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type:none;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	vertical-align: text-top;
}

#category th {
	text-align: right;
	padding-bottom: 5px;
	padding-right: 8px;


}
#category td {
 	padding-bottom: 5px;
}

img#category a{
	border: none;
	text-decoration: none;
	background-color: white;
}


#tight td {
	line-height: 90%;
	padding: -5px;
	margin: 0px;
	background: #FEF0FF;
}
#tight th {
	line-height: 90%;
	padding: -5px;
	margin: 0px;
	background: #FFF3C7;
}

#payment {
	width: 600px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#payment th {
	text-align: left;
	font-style: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -5px;
}

#payment td {
	padding-right: 10px;
	padding-left: 10px;
}

form {
	color: #464646;
}
form input {
	line-height: 100%;
	margin-top: 8px;
}
.item {
	font-size: 20px;
	padding-left: 10px;
	color: #666666;
}

.desc {
	padding-left: 10px;
}

.link {
	padding-left: 10px;
}


#search table{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#search td{
	border: 1px solid #C0C0C0;	
	padding: 4px;
	margin: 0px;
	border-collapse: collapse;
}
.green {
	background-color: #C1D7CB;
}
/* - - - - - - - Navigation - - - - - - - */

ul#nav_main { 
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:green;
line-height: 200%;
font-weight:bold;
display: block;
}

ul#nav_main a { 
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#677076;
line-height: 200%;
font-weight:bold;
display: block;
text-decoration:none;
padding-left:13px;
}

body#plaque ul#nav_main li.plaque a,
body#placr ul#nav_main li.placr a,
body#Clocks ul#nav_main li.Clocks a,
body#Perpetuals ul#nav_main li.perpetual a,
body#Acrylic ul#nav_main li.acrylic a,
body#Crystal ul#nav_main li.crystal a,
body#Trophies ul#nav_main li.trophies a,
body#Desk ul#nav_main li.desk a,
body#eagle ul#nav_main li.eagle a,
body#Gavel ul#nav_main li.gavel a,
body#golf ul#nav_main li.golf a,
body#Marble ul#nav_main li.marble a,
body#Eco ul#nav_main li.Eco a,
body#badge ul#nav_main li.badge a,
body#Sign ul#nav_main li.Sign a,
body#promo ul#nav_main li.promo a,
body#Sports ul#nav_main li.sports a,
body#contact ul#nav_main li.contact a,
body#about ul#nav_main li.about a,
body#howto ul#nav_main li.howto a,
/*body#search ul#nav_main li.search a,*/
ul#nav_main a:hover {
text-decoration:none;
background-color:	#EFE9AA;
color: black;
padding-left:13px;
}

ul#nav_main li.search a, {
text-decoration:none;
background-color:	#C0C0C0;
color: white;
padding-left:13px;
}


li#products {
width:178px;
height:34px;
background: url(img/catalog.gif) no-repeat;
border-bottom: solid 1px #C7CCC7;
border-right: solid 1px #C7CCC7;
text-indent:-9999px;
}

li#info {
width:178px;
height:34px;
color: black;
background: url(img/info.gif) no-repeat;
border-bottom: solid 1px #C7CCC7;
border-right: solid 1px #C7CCC7;
text-indent:-9999px;
}

li#nav_sub {
border-bottom: solid 1px #C7CCC7;
border-right: solid 1px #C7CCC7;
}

li#nav_red {
border-bottom: solid 1px #C7CCC7;
border-right: solid 1px #C7CCC7;
background: #FFFBF1;
}

#box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #DDD;
	border: 1px dotted #818181;
	padding: 4px;
}
#box th {
	font-size: 12px;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
#box td {
	text-align: left;
}

