/* General Shizzle */

.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#content h1 {
	background: url(../images/logo2.gif) top right no-repeat;
	height: 123px;
	width: 2322px;
	margin-left: -2000px;
}
.pagecontent {
	margin-top: 9px;
	padding-bottom: 9px;
	width: 756px;
	float: left;
}

/* Header Stuff */

#primenav ul {
	height: 74px;
	margin-left: -10px;
}
#primenav li {
	float: left;
}
#primenav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 0.95em;
	margin-top: 30px;
	padding: 2px 10px 0 10px;
	background: url(../images/spacer.gif) bottom left no-repeat;
}
#primenav li.first a {
	background: none;
}
#primenav li a:hover {
	text-decoration: underline;
}
.bridelink {
	float: right;
	margin-top: 9px;
}

/* Product Page Stuff */
#content h2 {
	color: #000;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 130px;
}
#content p {
	margin: 0.7em 0;
}
p.price {
	color: #7f1c12;
}
.prodimages {
	float: right;
	margin-left: 45px;
	margin-top: 130px;
}
.mainimage {
	font-size: 0.8em;
	float: left;
	text-align: right;
}
.mainimage a {
	color: #777777;
	text-decoration: none;
}
.mainimage a:hover {
	color: #777777;
	text-decoration: none;
}

.moreimages {
	float: left;
	text-align: right;
	padding-left: 9px;
}
.moreimages img {
	margin-bottom: 9px;
}
#content h4 {
	background: #92251a url(../images/bookingleft.gif) top left no-repeat;
	height: 33px;
	font-weight: normal;
	width: 285px;
}
#content h4 a {
	background: url(../images/bookingright.gif) top right no-repeat;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	text-decoration: none;
}
#content h4 a:hover {
	text-decoration: underline;
}

/* Footer Stuff */

#brandlist {
	width: 171px;
	margin-bottom: 7px;
	float: left;
	margin-top: 9px;
	font-size: 0.9em;
}
#siteinfo {
	width: 171px;
	margin-bottom: 20px;
	float: left;
}
#brandlist h3, #siteinfo h3, #promoboxes h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#contactinfo h6, #contactinfo h3, #promoboxes h6 {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0.7em;
}
#brandlist ul {
	margin-bottom: 18px;
}
#siteinfo ul {
	border-top: 1px solid #747474;
	margin-bottom: 18px;
}
#brandlist li a {
	border-bottom: 1px solid #747474;
	display: block;
	padding: 4px 0;
	color: #424242;
	text-transform: uppercase;
	cursor: default;
	line-height: 1em;
	text-decoration: none;
}
#brandlist li ul li a, #siteinfo li a {
	border-bottom: 1px solid #747474;
	display: block;
	padding: 4px 0;
	color: #777777;
	line-height: 1em;
	cursor: pointer;
	text-transform: none;
	text-decoration: none;
}
#brandlist li ul li a:hover, #siteinfo li a:hover {
	color: #424242;
}
#promoboxes {
	width: 177px;
	float: right;
	margin-left: 35px;
	margin-bottom: 20px;
	text-align: right;
}
#promoboxes img {
	margin-bottom: 10px;
}
#contactinfo {
	width: 167px;
	text-align: right;
	margin-bottom: 20px;
	float: right;
}
#footerinner a, #contactinfo a {
	color: #777777;
}
#footerinner a:hover, #contactinfo a:hover {
	color: #777777;
}

/* Home Page Stuff */

#homepagepicture {
	background: url(../images/grooms.jpg) top right no-repeat;
	float: left;
	width: 756px;
	margin-top: 135px;
	min-height: 457px;
	margin-bottom: 20px;
}
.homebrands {
	width: 222px;
	margin-top: 50px;
	background: #1a1d21 url(../images/bottom.gif) bottom left no-repeat;
	color: #fff;
}
.homebrands-inner {
	background: url(../images/top.gif) top left no-repeat;
	padding: 15px;
}

/* Form Styling for Contact Form */

form p {
	margin: 1em 0;
}
form label {
	font-weight: bold;
	display: block;
}
p input, p select, p textarea {
	font-size: 1.1em;
	padding: 0.25em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
}
p input:focus, p select:focus, p textarea:focus {
	border: 1px solid #000;
}

/* Category Page Stuff */

.thumbnail {
	float: left;
	margin: 7px 10px 2px 0;
}
.thumbnail img {
	border: 1px solid #777777;
	margin: 5px 0;
}
.pagination {
	clear: left;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0 0 0;
}
h5 a, .pagination a, #categorydescription a, .pagecontent a {
	color: #777777;
	text-decoration: underline;
}
h5 a:hover, .pagination a:hover, #categorydescription a:hover, .pagecontent a:hover {
	color: #777777;
}
#categorydescription {
	margin: 4px 0 0 0;
	line-height: 0.95em;
	font-size: 0.8em;
}
a#categorydescription-trigger {
	background: #992b20;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	margin: 3px 0;
	font-size: 0.8em;
}