@charset "UTF-8";
/* CSS Document */

img, div, input { behavior: url("iepngfix.htc") }

body {
	background-color:#424242;
	width:788px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	color:#333;
	font-size:12px;
}

a {
	color:#eb1717;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.logo {
	padding:10px 0px 10px 0px;
}

.clearFloat {
	clear:both;
}

/*====================================================== NAV */

.navHolder {
	padding:0px 0px 0px 28px;
	background-image:url(images/navBG.jpg);
	height:46px;
}

#nav {
	padding:0px 0px 0px 65px;
	margin:0px;
}

#nav li { 
	display: inline;
	list-style:none;
	margin:0px 0px 0px 0px;
}

#nav li a {
	margin:0px 0px 0px 0px;
}

#btn_home a { 
	background-image:url(images/btn_home.jpg);
	float: left; width: 55px; height: 46px; overflow: hidden;
}

#btn_home a:hover {
	background-position: 0px -46px;
}

#btn_collections a { 
	background-image:url(images/btn_collections.jpg);
	float: left; width: 104px; height: 46px; overflow: hidden;
}

#btn_collections a:hover {
	background-position: 0px -46px;
}

#btn_showroom a { 
	background-image:url(images/btn_showroom.jpg);
	float: left; width: 90px; height: 46px; overflow: hidden;
}

#btn_showroom a:hover {
	background-position: 0px -46px;
}


#btn_clientGal a { 
	background-image:url(images/btn_clientGals.jpg);
	float: left; width: 130px; height: 46px; overflow: hidden;
}

#btn_clientGal a:hover {
	background-position: 0px -46px;
}

#btn_peeps a { 
	background-image:url(images/btn_peeps.jpg);
	float: left; width: 88px; height: 46px; overflow: hidden;
}

#btn_peeps a:hover {
	background-position: 0px -46px;
}

#btn_faq a { 
	background-image:url(images/btn_faq.jpg);
	float: left; width: 51px; height: 46px; overflow: hidden;
}

#btn_faq a:hover {
	background-position: 0px -46px;
}

#btn_hit a { 
	background-image:url(images/btn_hit.jpg);
	float: left; width: 77px; height: 46px; overflow: hidden;
}

#btn_hit a:hover {
	background-position: 0px -46px;
}

.btnOn {
	background-position: 0px -46px;
}

/*====================================================== Home Page */

.bodyWrapper {
	background-image:url(images/bodyBg.jpg);
	background-repeat:repeat-y;
	height:inherit;
}

.homeFlash {
	padding:0px 0px 13px 17px;
	width:754px;
	height:325px;
}

.homeAds {
	padding:0px 0px 13px 17px;
}

.homeAds img {
	padding:0px 14px 0px 0px;
}

/*====================================================== Sub Page */

.header {
	padding:0px 0px 13px 17px;
	width:754px;
	height:123px;
}

.subHolder {
	padding:0px 0px 13px 50px;
	width:705px;
}

.q {
	color:#eb1717;
}

/*====================================================== Peeps Page */

.left {
	float:left;
	padding-right:15px;
}

.right {
	float:left;
	width:470px;
}

.peepHolder {
	display:inline;
	width:705px;
	padding-top:15px;
}

/*====================================================== Gallery Page */

.gallHolder {
	padding:0px 0px 0px 45px;
}

/*====================================================== Clients Galleries */

.subGal {
	padding:0px 0px 13px 60px;
	width:705px;
}

.thumb {
	float:left;
	padding:0px 40px 20px 0px;
	text-align:center;
}

.thumb a {
	font-size:14px;
	color:#666;
	font-weight:bold;
}

.thumb img {
	border:#999 1px solid;
}


/*====================================================== Collection Page */

.pbHolder {
	float:left;
	padding:0px 0px 0px 17px;
	display:block;
	width:330px;
}

.sideTxt {
	float:left;
	width:370px;
	padding:10px 0px 0px 30px;
	height:772px;
	position:relative;
}

.sideTxt img {
	position:absolute;
	bottom:0px
}

.confirm {
	height:420px;
}

.confirm p {
	width:500px;
	padding:55px 0px 0px 140px;
	margin:0px;
}

#confirmBtn {
	margin-top:8px;
}

/*=========================form */

.pbHolder ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}

.pbHolder ul li {
	margin: 5px;
}

.pbHolder ul li label {
	float: left;
	width: 12em;
}

legend {
	background-color: #eb1717;
	border: 1px solid #a6a498;
	color: #fff;
	padding: 0px 5px 0px 7px;
}

fieldset {
	width: 25em;
	margin: 2em 0;
}

.help {
	cursor: help;
}

.help:hover {
	text-decoration: underline;
	color: black;
}

.extra-events select {
	margin-left: 20px;
	width: 70px;
}

/*=============================== Question Links =======*/

.pbHolder a {
	text-decoration:none;
	background-color:#333;
}
	

.pbHolder a:hover {
	text-decoration:none;
	background-color:#eb1717;
}

#qLink {
	font-size:9px;
	text-align:center;
	vertical-align:middle;
	height:12px;
	width:12px;
	color:#FFF;
	display:inline-block;
	margin-left:3px;
}

/*=============================== footer =======*/

.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:36px;
	padding:0px;
	margin:0px;
}

.footer p {
	margin:0px;
	padding:11px 0px 0px 568px;
	color:#eb1717;
	font-size:12px;
}
	
