
/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}


/* General styles */
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background: #000;
	font-size: 12px;
	color: #fff;
	font-family: Verdana,Geneva,Arial,sans-serif
}

#container {
	margin: 0 auto;
	padding: 20px 0;
	width: 824px;
}

legend {
	display: none;
}

/* Header */
#header {
	display: inline-block;
}

#header {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

	h1 a {
		float: left;
		margin-top: 45px;
		text-indent: -1000em;
		width: 291px;
		height: 94px;
		background: url(../images/paulpuncher.jpg); 
	}

	h2 a {
		text-indent: -1000em;
		width: 217px;
		float: right;
		height: 139px;
		background: url(../images/paulpunchercasual.jpg);
	}



/* Main */
#main {
	background: transparent url(../images/main-back.jpg) no-repeat;
	min-height: 470px;
	position: relative;
	z-index: 1;
	clear:left;
	padding: 3px;
	top: -39px;
	margin-bottom: -39px;
}
* { position: relative; }
* html #main {
	height: 470px;
}

/* Navigation */
#nav {
	background: url(../images/nav_bg.png);
	border-bottom: 1px solid black;
	float: left;
	position: relative; 
	z-index: 100;
	left: 3px;	/* IE6 is stupid */
	width: 818px;
}

	#nav li {
		float: left;
	}
	
		#nav li a {
			text-transform: uppercase;
			text-decoration: none;
			color: #fff;
			font-size: 14px;
			line-height: 35px;
			padding: 0 10px;
			float:left;
		}
		
		#nav li a:hover {
			color:#e8a91c;
			background-color:#143844;
		}

		.home #nav li.home a,
		.collections #nav li.collections a,
		.news #nav li.news a,
		.aboutus #nav li.aboutus a,
		.video #nav li.video a,
		.contactus #nav li.contactus a {
			color:#e8a91c;
			background: #000;
		}

			#nav li li a {
				background: transparent url(../images/innercontent_bg.png);
			}

			#nav li li a:hover {
				background: #000;
			}


/* Content */
#content p {
	margin: 10px 0;
}

#content-wrapper {
	padding-right: 289px;
	position: absolute; 
	top:3px;
	left: 3px;
	z-index: 10;
}

	#content {
		height: 393px;
		margin-top: 36px;
		overflow: auto;
		width: 489px;
		padding: 20px;
		background: url(../images/innercontent_bg.png);
		position: relative; 
		z-index: 100;
	}



/*** Various backgrounds for sub-content pages ***/

#content-wrapper {
	background-repeat: no-repeat;
	background-position: bottom right;
}

.aboutus #content-wrapper {
	background-image: url(../images/about_bg.jpg);
}

.news #content-wrapper {
	background-image: url(../images/news_bg.jpg);
}

.contactus #content-wrapper {
	background-image: url(../images/contact_bg.jpg);
}


/* Footer */

#footer ul {
	display: inline-block;
}

#footer ul {
	display: block;
	overflow: hidden;
	margin: 20px 0;
}
	
	#footer li {
		float: left;
		margin-right: 20px;
	}
	
		#footer li a {
			display: block;
			height: 25px;
			text-indent: -1000em;
		}

		#footer li.boss a {
			background: url(../images/affiliates.jpg);
			width: 57px;
		}

		#footer li.armani a {
			background: url(../images/affiliates.jpg) -74px 0;
			width: 68px;
		}

		#footer li.allen a { 
			background: url(../images/affiliates.jpg) -163px 0;
			width: 102px;
		}

		#footer li.pal a {
			background: url(../images/affiliates.jpg) -285px 0;
			width: 123px;
		}

		#footer li.zanella a {
			background: url(../images/affiliates.jpg) -424px 0;
			width: 83px;
		}

		#footer li.boss a:hover {
			background-position: 0 -25px;
		}

		#footer li.armani a:hover {
			background-position: -74px -25px ;
		}

		#footer li.allen a:hover { 
			background-position: -163px -25px ;
		}

		#footer li.pal a:hover {
			background-position: -285px -25px ;
		}

		#footer li.zanella a:hover {
			background-position: -424px  -25px;
		}


/*** Home page ***/

.home .ui-dialog .ui-dialog-content {
	padding: 0;
}


/*** News page ***/
#news li { 
	margin-bottom: 15px;	
	color: #fff;
}

	#news li .header { 
		padding: 10px;
		background: #000;
	}
	
	#news li .content {
		color: #fff;
		margin: 20px;
	}
	
	#news li h3 { 
		color: #E8A91C;
		font-weight: bold;
		font-size: 16px;		
	}
	
	#news .date {
		font-size: 11px;
		display: block;
		margin-top: 5px;
		font-weight: bold;
	}
	

/*** Contact page ***/
.contactus .store-information {
	overflow: hidden;
	margin-bottom: 20px;
}

	.contactus h3 {
		font-weight: bold;
		margin-bottom: 3px;
	}

	.contactus .primary { 
		float: left;
		width: 35%;
		margin-right: 30px;

	}
	
		.contactus .adr {
			margin-bottom: 10px;
		}
	

	.contactus .additional {
		display: inline-block;
	}
	
	.contactus .additional {
		overflow: hidden;
		display: block;
	}	
			
		.contactus dt, .contactus dd { 
			float:left;
		}
		
		.contactus dt {
			width: 150px;
		}
		
.contactus p.intro {
	display: inline-block;
}

.contactus p.intro { 
	padding: 10px 0;
	display: block;
	border: 1px dotted #fff;
	border-left: none;
	border-right: none;
	clear: left;
}

.contactus form { 
	margin: 10px 0;
}

	.contactus form div {
		margin: 10px 0;
	}
	
		.contactus label {
			width: 120px;
			float:left;
			margin-right: 10px;
			text-align: right;
		}

		.contactus select, .contactus input, .contactus textarea, .contactus button {
			width: 310px;
			border: 1px solid #9d9d9d;
			background: #10323e;
			padding: 2px;
			color: #fff;
		}
		
		.contactus button {
			width: auto;
			text-transform: uppercase;
			padding: 7px 10px;
		}

		.contactus .recaptcha {
			padding-left: 130px;
		}
			
			.contactus .recaptcha div {
				margin:0;
			}
		
		.contactus button {
			margin-left: 130px;
		}
		
			.contactus button:hover {
				color:#e8a91c;
				background: #000;
				cursor: pointer;
			}

		.contactus .error { 
			border-bottom: 1px dotted #fff;	
			font-weight: bold;
			padding-bottom: 10px;
		}
		
			.contactus .error strong {
				font-weight: bold;
				font-style: italic;
				text-transform: uppercase;
			}
		
			.contactus .error ul {
				margin-left: 30px;
				list-style: disc;
				font-weight: normal;
			}


/*** Collections page ***/

ul#collections {
	overflow: hidden;	
}

ul#collections li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/*** Video pages ***/

.video #content-wrapper {
	padding-right: 0;
}

.video #content {
	width: 776px;
}


/*** Modal popup ***/

#dialog-modal p {
	margin: 10px 0;
}