
/* 
--------------------------------------------------
	SUAVE CSS DOCUMENT
	Author: Armono Wibowo
	Last Update: Dec, 2007

	TABLE OF CONTENT
	01 - GLOBAL BROWSER RESET
	02 - COMMON STYLE
	03 - STRUCTURE
-------------------------------------------------- 
*/


/* 01 - GLOBAL BROWSER RESET */
html, body, div, 
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, 
form, fieldset, label, input, select {
	margin: 0;
	padding: 0;
	border: none;
}

img, a img {
	border: none;
	outline: none;
}


/* 02 - COMMON STYLE */
body {
	background: #e2e4e5 url('../images/bg.gif') top center repeat-y;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;	/* so I can use ems rather than pixels */
	color: #3d3d3d;
}

a {
	text-decoration: none;
	color: #705e31;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
}

	/* These are standard sIFR styles... do not modify */
	
	/*.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}*/
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	/*.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}*/
	

/* 03 - STRUCTURE */
#wrapper {
	margin: 0 auto;
	width: 770px;
}

/* MASTHEAD */
#masthead {

}
	#masthead a img {
		margin: 5px 0 3px 0;
		border: 1px solid #e2e3e4;
	}
	#masthead a:hover img {
		border: 1px solid #c5c6c7;
	}
	
	#masthead #header {
		margin: 0;
		background: url('../images/bgheader.jpg') no-repeat;
		height: 125px;
	}
	#header h1 a {
		float: left;
		margin: 10px 0 0 45px;
		background: url('../images/suave_catalogue.png') no-repeat;
		width: 154px; height: 98px;
		display: block;
		text-indent: -9000px;
	}
	#header form#login {
		float: right;
		width: 140px;
	}
		form#login br {
			clear: left;
		}
		label.regtag {
			float: left;
			margin: 8px 0 6px 12px;
			font-size: 1.1em;
			color: #dbdee3;
		}
		input.regfield {
			float: left;
			width: 110px;
			background: url('../images/bgregfield.gif') top left no-repeat;
			margin-left: 12px; padding: 2px;
			font-size: 1.2em; font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #6a6a6a;
		}
		input.button {
			float: right;
			margin: 8px 15px 0 0;
		}
		
	#header .register, #header .loginstat {
		float: right;
		width: 130px;
	}
		.register h2, .loginstat h3 {
			margin: 30px 0 0;
			font-size: 1.5em; font-weight: normal;
			color: #dcdde2;
			text-align: center;
		}
		.loginstat h3 {
			font-size: 1.2em;
		}
		.register p a, .loginstat p a {
			margin: 10px auto;
			background: url('../images/btn_register.png') no-repeat;
			width: 90px; height: 23px;
			display: block;
			text-indent: -9000px;
		}
		.loginstat p a {
			background: url('../images/btn_logout.png') no-repeat;
			width: 67px;
		}
	
/* NAVIGATION */
#navigation {

}
    #nav {
		margin: 0; padding: 0;
		background: url('../images/navigation.gif') no-repeat;
		width: 770px; height: 35px;
    }
	#nav span {
    	display: none;
    }
	#nav li, #nav a {
		height: 35px;
		display: block;
    }
	#nav li {
		float: left;
		list-style: none;
		display: inline;
    }

    .nav_about {width: 57px;}
    .nav_download {width: 82px;}
    .nav_blog {width: 50px;}
    .nav_showcase {width: 80px;}
	.nav_fashion {width: 66px;}
	.nav_snapshot {width: 77px;}
	.nav_shopping {width: 74px;}
	.nav_pickup {width: 98px;}
	.nav_directory {width: 77px;}
	.nav_event {width: 54px;}
	.nav_links {width: 55px;}
	
	.nav_about a:hover {background: url('../images/navigation.gif') 0px -35px no-repeat;}
    .nav_download a:hover {background: url('../images/navigation.gif') -57px -35px no-repeat;}
    .nav_blog a:hover {background: url('../images/navigation.gif') -139px -35px no-repeat;}
    .nav_showcase a:hover {background: url('../images/navigation.gif') -189px -35px no-repeat;}
	.nav_fashion a:hover {background: url('../images/navigation.gif') -269px -35px no-repeat;}
	.nav_snapshot a:hover {background: url('../images/navigation.gif') -335px -35px no-repeat;}
	.nav_shopping a:hover {background: url('../images/navigation.gif') -412px -35px no-repeat;}
	.nav_pickup a:hover {background: url('../images/navigation.gif') -486px -35px no-repeat;}
	.nav_directory a:hover {background: url('../images/navigation.gif') -584px -35px no-repeat;}
	.nav_event a:hover {background: url('../images/navigation.gif') -661px -35px no-repeat;}
	.nav_links a:hover {background: url('../images/navigation.gif') -715px -35px no-repeat;}
	
	
/* CONTAINER */
#container {
	margin: 10px 0 0;
	clear: both;
	overflow: hidden; height: 1%;
}
	#container .maincont {
		float: left;
		width: 490px;
	}
		.maincont .warning, .widecont .warning, .maincont .verify, .widecont .verify {
			background: #faf5d4;
			padding: 10px 15px;
		}
		.maincont .verify, .widecont .verify {
			background: #ecf5ff;
		}
			.warning h3 {
				font-size: 1.8em;
				color: #b72e24;
			}
			.verify h3 {
				font-size: 1.4em;
				color: #3f7dba;
			}
			.warning p, .verify p {
				margin: 4px 0 0;
				font-size: 1.2em;
				color: #525148;
			}
			.verify p {
				color: #36383a;
			}
			.warning p a {
				font-weight: bold;
				color: #789b2b;
				text-decoration: underline;
			}
			.warning p a:hover {
				text-decoration: none;
			}


		/* CURRENT COVER */
		.maincont .currentcover {
			background: #f1f1f1 url('../images/bgcurrentcover.gif') top right no-repeat;
			overflow: hidden; height: 1%;
		}
			.currentcover img {
				float: left;
			}
			.currentcover .titleissue {
				float: left;
				margin-top: -54px;
				background: url('../images/bgtitleissue.png') no-repeat;
				width: 380px; height: 54px;
			}
				/*.titleissue h3 {
					margin: 20px 0 0 15px; padding: 0;
					background: url('../images/title_issue.png') no-repeat;
					width: 248px; height: 15px;
					text-indent: -9000px;
					display: block;
				}*/
				.titleissue h3 {
					margin: 16px 0 0 15px; padding: 0;
					color: #e5e4e9;
					/*font-family: Georgia, "Times New Roman", Times, serif;*/ font-size: 1.8em; font-style: italic;
				}
					.titleissue h3 span {
						color: #dacf9e;
						padding: 0 10px;
					}
				/*.sIFR-hasFlash .titleissue h3 {
					letter-spacing: -4px;
					visibility: hidden;
					font-size: 24px;
				}*/
				
			.currentcover .snippet {
				float: right;
				margin-top: -260px;
				width: 110px;
			}
				
				
				.snippet ul {
					margin: 0 0 0 15px; padding: 0;
					list-style: none;
				}
				.snippet ul li {
					display: block;
					width: auto;
					margin: 15px 0 0; padding: 0;
					font-size: 1.0em; font-weight: bold;
					text-transform: uppercase;
					line-height: 1.3em;
					text-indent: 0;
				}
				.snippet ul li a {
					color: #7c7e81;
				}
				.snippet ul li a:hover {
					color: #3a6d93;
					text-decoration: none;
				}
				
		/* BLOG */		
		.maincont .blog {
			padding-left: 15px;
		}
			.blog h3 span {
				margin: 25px 0 10px 0;
				background: url('../images/title_blogfeat.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.blog .post {
				float: left;
				width: 225px;
				margin-bottom: 25px;
			}
			.blog .push {
				padding-left: 15px;
			}
				.post img {
					background: #f2f2f2;
					border: 1px solid #c6c6c6;
					padding: 4px;
				}
				.post p {
					margin: 10px 0 0;
					font-size: 1.1em;
					line-height: 1.4em;
					color: #646464;
				}
				
			.blog .postarchive, .listing {
				clear: both;
			}
			.listing {
				margin: 10px 0 0; padding-left: 15px;
			}
				.postarchive ul, .listing ul {
					margin: 0; padding: 0;
					list-style: none;
				}
				.postarchive ul li, .listing ul li {
					width: auto;
					margin-right: 10px; padding: 8px 12px;
					border-bottom: 1px solid #dbdbdb;
					font-size: 1.1em; font-weight: bold;
					display: block;
					line-height: 16px;
					text-indent: 0;
					color: #7f7138;
					overflow: hidden; height: 1%;
				}
					.listing ul li {
						font-size: 1.2em;
					}
					
				.postarchive ul li span, .listing ul li span {
					float: left;
					width: 90px;
					color: #ae8e37;
				}
					.listing ul li span {
						width: 250px;
						color: #6c777e;
					}
					
				.listing ul li a {
					float: right;
					color: #b02525;
				}
				
		/* SHOUTBOX */
		.maincont .shoutbox {
			margin: 30px 0 0;
			background: #f1f1f1;
			padding: 6px 9px 10px 9px;
		}
			.shoutbox h3 {
				background: url('../images/bgsubtitle.gif') 0 25px repeat-x;
				height: 30px;
			}
			.shoutbox h3 span {
				margin-left: 6px;
				background: url('../images/title_shoutbox.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.shoutbox img {
				margin: 3px 0 0;
			}
			.shoutbox .shout {
				background: #fff;
				border: 1px solid #e0e0e0;
				margin: 6px 0 0; padding: 10px;
				overflow: hidden; height: 1%;
			}
			.shout .message {
				float: left;
				height: 200px; width: 270px;
				padding-right: 10px;
				overflow: scroll;
			}
				.shout .message h4 {
					font-size: 1.1em; font-weight: normal;
				}
				.shout .message h4 span {
					font-weight: bold;
					color: #789b2b;
				}
				.shout .message p {
					font-size: 1.2em;
				}
				.message .item {
					background: #f6f6f6;
					padding: 6px 8px;
				}
				.message .stripe {
					background: #fff;
				}
				.message .alert {
					background: #faf5d4;
					padding: 6px 8px;
				}
					.message .alert h4 {
						color: #b72e24;
						font-size: 1.2em; font-weight: bold;
					}
			.shout .panel {
				float: right;
				width: 150px;
			}
			
			.panel form#shout {
				width: 140px;
			}
				form#shout br {
					clear: left;
				}
				label.shoutag {
					float: left;
					margin: 8px 0 4px 12px;
					font-size: 1.1em;
				}
				input.shoutfield, textarea.shoutfield {
					float: left;
					width: 110px;
					background: #fff;
					border: 1px solid #e0e0e0;
					margin-left: 12px; padding: 2px;
					font-size: 1.2em; font-family: Arial, Helvetica, Verdana, sans-serif;
					color: #6a6a6a;
				}
				input.shoutbutton {
					float: right;
					margin: 10px 12px 0 0;
					border: 1px solid #4e651c;
					background: #789b2b;
					padding: 2px 4px;
					font-size: 1.0em; font-family: Arial, Verdana, Tahoma, sans-serif;
					text-transform: uppercase;
					color: #fff;
				}
			
		
		/* POLLING */
		.maincont .polling {
			margin: 30px 0 0;
			padding: 0 15px;
			float: left;
			width: 280px;
		}
			.polling h3 span {
				margin: 0;
				background: url('../images/title_polling.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			
			form#polling {
				font-size: 1.2em;
				color: #666;
			}
			form#polling fieldset {
				margin: 10px 0 20px 0;
				border: none;
				width: 290px;
			}
			form#polling .item {
				background: #f6f6f6;
				padding: 8px;
				overflow: hidden; height: 1%;
			}
			form#polling .stripe {
				background: #fff;
			}
			form#polling h4 {
				padding-bottom: 10px;
				font-weight: bold;
				color: #608195;
			}
			label.float3, input.float3 {
				display: block;
				float: left;
			}
				label.float3 {
					padding-left: 10px;
				}
				
			input.pollbutton {
				float: right;
				border: 1px solid #151515;
				background: #2a2a2a;
				margin: 10px 0 0; padding: 2px 4px;
				font-size: 1.0em; font-family: Arial, Verdana, Tahoma, sans-serif;
				text-transform: uppercase;
				color: #a6a6a6;
			}
			
			
		/* HELPDESK */
		.maincont .helpdesk {
			float: right;
			width: 160px;
			padding: 30px 0 0 20px;
		}
			.helpdesk h3 span {
				margin: 0;
				background: url('../images/title_helpdesk.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.helpdesk p {
				margin: 10px 0 0;
				line-height: 16px;
				font-size: 1.2em;
			}
			.helpdesk p img {
				margin-bottom: -1px;
				padding-right: 4px;
			}
			
			
		/* ABOUT-PAGE */
		.maincont .aboutpage, .maincont .listingpage {
			padding: 10px 5px 10px 15px;
		}
			.aboutpage h3 {
				margin: 20px 0 0;
				font-size: 1.8em;
				color: #6c777e;
			}
				.listingpage h3 {
					margin: 0;
					font-size: 1.6em;
					color: #6c777e;
				}
				.listingpage h4 {
					margin: 30px 0 0; padding: 8px 0 0;
					font-size: 1.2em;
					border-top: 1px solid #dbdbdb;
				}
					.listingpage h4 a {
						text-decoration: none; 
					}
					.listingpage h4 a:hover {
						text-decoration: underline; 
					}
					
			.aboutpage p, .listingpage p {
				margin: 8px 0 0;
				font-size: 1.2em;
			}
				.listingpage p {
					line-height: 1.4em;
				}
				
			.aboutpage ul {
				margin: 0; padding: 0;
				list-style: none;
			}
			.aboutpage ul li {
				display: block;
				width: auto;
				margin: 10px 0 0; padding-left: 20px;
				font-size: 1.2em;
				text-indent: 0;
				text-decoration: none;
				background: url('../images/bullet2.gif') top left no-repeat;
			}
			
		/* BLOG-PAGE */
		.maincont .blogpage {
			padding-left: 15px;
		}
			.blogpage .post {
				clear: both;
				overflow: hidden; height: 1%;
			}
			.blogpage .after {
				margin: 40px 0 0;
			}
				.post .date {
					float: left;
					width: 50px;
				}
					.post .date p {
						margin: 0;
						color: #c6b87b;
						font-size: 1.8em; font-weight: bold;
						line-height: 1.4em;
					}
						.date p.day {
							margin: 10px 0 0;
						}
						.date p.month {
							margin: -10px 0 0;
						}
					
				.post .content {
					float: right;
					width: 410px;
					padding-right: 10px;
				}
					.post .content img {
						margin: 20px 0 0; padding: 0;
						border: none;
						background: none;
					}
						.content img.float {
							float: left;
							margin: 20px 20px 20px 0;
						}
						
					.content h4 a, .content p a {
						color: #b02525;
						text-decoration: underline;
					}
					.content h4 a:hover, .content p a:hover {
						text-decoration: none;
					}
					.post .content h3 {
						margin: 14px 0 0;
						font-size: 2.2em; font-family:Georgia, "Times New Roman", Times, serif;
						color: #6c777e;
					}
						.post h3 a {
							color: #6c777e;
						}
						.post h3 a:hover {
							color: #3c9499;
						}
						
					.post .content h4 {
						margin: 0;
						font-size: 1.2em; font-weight: normal; font-style: italic;
						color: #667f8d;
					}
						.content h4 span {
							font-weight: bold;
						}
						.content h4 span.separator {
							padding: 0 4px;
						}
						
					.post .content p {
						margin: 20px 0 0;
						font-size: 1.2em;
						line-height: 1.4em;
					}
					
					
		/* DOWNLOAD-PAGE, DIRECTORY-PAGE, PICKUPPOINTS-PAGE */
		.maincont .downloadpage, .maincont .directorypage, .maincont .pointspage, .maincont .eventpage {
			padding: 0;
			overflow: hidden; height: 1%;
		}
			.downloadpage .thumb, .directorypage .thumb, .pointspage .thumb, .eventpage .thumb {
				float: left;
				background: #f1f1f1;
				margin: 0 0 15px 20px; padding: 5px;
				width: 140px;
				text-align: center;
			}
				.directorypage .thumb {
					background: #fff;
					height: 210px;
				}
				.eventpage .thumb {
					background: #f1f1f1;
					height: 210px;
				}
				.pointspage .thumb {
					margin-top: 10px;
					background: #fff;
					text-align: left;
				}
			.downloadpage .firstcol, .directorypage .firstcol, .pointspage .firstcol, .eventpage .firstcol {
				margin-left: 0;
			}
			.downloadpage .thumb:hover, .directorypage .thumb:hover {
				background: #383838;
			}
			.pointspage .thumb:hover {
				background: #f1f1f1;
			}
			.eventpage .thumb:hover {
				background: #e0e0e0;
			}
				.thumb img {
					float: left;
					margin: -79px 0 0;
				}
					.directorypage .thumb img, .eventpage .thumb img {
						float: left;
						margin: 0;
					}
				.thumb h3 {
					position: relative;
					top: 145px; left: 85px;
					padding: 15px 0;
					background: url('../images/bgnumber.png') no-repeat;
					width: 49px; height: 49px;
					text-align: center;
					font-size: 1.6em;
					color: #dad1ab;
				}
					
				.thumb br {
					clear: both;
				}
				.thumb h4 {
					margin: 10px 0 0;
					/*font-family: Georgia, "Times New Roman", Times, serif;*/ font-size: 1.8em; font-style: italic;
					color: #67707e;
				}
					.directorypage .thumb h4, .eventpage .thumb h4 {
						font-size: 1.4em; font-style: normal;
						color: #293038;
					}
					.pointspage .thumb h4 {
						margin: 0;
						font-style: normal;
						text-indent: 14px;
					}
				.thumb:hover h4 {
					color: #bcac5f;
				}
				.eventpage .thumb:hover h4 {
					color: #293038;
				}
					.pointspage .thumb:hover h4 {
						color: #67707e;
					}
				.thumb p {
					margin: 3px 0 0;
					font-size: 1.0em; /*font-weight: bold;*/
					line-height: 1.4em;
					text-transform: uppercase;
				}
					.directorypage .thumb p {
						text-transform: none;
						font-size: 0.9em;
					}
				.thumb p a {
					color: #7c7e81;
				}
				.thumb:hover p a {
					color: #e4cf7c;
				}
					.directorypage .thumb:hover p {
						color: #e0e0de;
					}
					
				.thumb ul {
					margin: 0; padding: 0;
					list-style: none;
				}
				.thumb ul li {
					display: block;
					width: auto;
					margin: 8px 0 0; padding: 0;
					font-size: 1.1em;
					line-height: 1.3em;
					text-indent: 14px;
					text-decoration: none;
					/*background: url("images/bullet.gif") 0px 50% no-repeat;*/
				}
	
		/* PAGINATION */
		.pagination {
			clear: both;
			margin: 20px 0 0 60px;
		}
		.default {
			margin-left: 0;
		}
		.pagination ul {
			margin: 0; padding: 0;
			list-style: none;
			font-size: 1.2em;
		}
		.pagination ul li a {
			float: left;
			display: block;
			margin-left: 5px; padding: 3px 5px;
			color: #3d3d3d;
			background: #fff;
			border: 1px solid #a4a4a4;
			text-decoration: none;
		}
		.pagination ul li a:hover {
			color: #3186a3;
			background: #ddeff6;
			border: 1px solid #80b1c4;
			text-decoration: none;
		}
		.pagination ul li.on {
			float: left;
			display: block;
			padding: 3px 5px;
			color: #b02525;	
			font-weight: bold;
			background: #fff;
			border: 1px solid #fff;
			text-decoration: none;
		}
				
		/* INQUIRY FORM */
		form#subscribe, form#registration {
			font-size: 1.2em;
			color: #666;
		}
		form#subscribe fieldset, form#registration fieldset {
			margin: 20px 0;
			border: none;
		}
		form#subscribe br, form#registration br {
			clear: both;
		}
		
		label.float, label.float2, input.float, input.float2, textarea.float, textarea.float2, select.float {
			display: block;
			width: 250px;
			float: left;
			margin-bottom: 15px;
		}
			select.float {
				width: 258px;
			}
			input.float2 {
				width: 150px;
			}
			textarea.float2 {
				width: 350px;
			}
			.admin img.pic {
				float: left;
				margin-bottom: 15px;
			}
			.admin p.action a {
				float: left;
				background: #b72e24;
				margin-left: 5px; padding: 2px 4px;
				font-size: 1.0em;
				color: #fff;
				text-decoration: none;
			}
			.admin p.action a:hover {
				background: #749726;
				color: #fffbc0;
				text-decoration: none;
			}
			.admin p.info {
				font-style: italic;
			}
		label.float, label.float2, form#registration label.float, form#registration label.float2  {
			width: 120px;
			padding-right: 20px;
			font-weight: bold;
			text-align: right;
		}
			form#registration label.float, form#registration label.float2  {
				width: 170px;
			}
		input.tfield, textarea.tarea, select.lmenu {
			border: 1px solid #dfdfdf;
			background: #fff;
			padding: 2px;
			font-size: 1.1em;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			color: #585b5e;
		}
			select.lmenu {
				padding: 0;
			}
			
		input.button2 {
			border: 1px solid #151515;
			background: #2a2a2a;
			padding: 2px 4px;
			font-size: 1.0em;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			text-transform: uppercase;
			color: #a6a6a6;
		}
		input.button3 {
			border: 1px solid #325163;
			background: #37648b;
			padding: 2px 4px;
			font-size: 1.0em;
			font-family: Arial, Verdana, Tahoma, sans-serif;
			text-transform: uppercase;
			color: #fff;
		}
		
		
		/* SHOPPINGCART TABLE */
		.tabholder {
			width: 100%;
			margin: 10px 0 0;
			color: #646d74;
			font-size: 1.2em;
		}
		.tabcont {
			background: #ecf5ff url("../images/tabledot.gif") bottom repeat-x;
		}
		.tabtxt {
			padding: 10px 6px;
		}
			.tabtxt2 {
				font-weight: bold;
			}
			.tabtxt3 {
				font-weight: bold;
				color: #3f7dba;
			}
			.col1 {
				width: 30%;
			}
			.col2 {
				width: 25%;
			}
			.col3 {
				width: 25%;
			}
			.col4 {
				width: 20%;
			}
	
	
	#container .sidecont {
		float: right;
		width: 270px;
	}
		.sidecont .event {
			background: url('../images/bgevent.gif') top no-repeat;
			margin-bottom: 10px; padding: 10px 15px;
			height: 170px;
		}
			.event h3 span {
				margin: 0;
				background: url('../images/title_eventupdate.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.event p {
				margin: 15px 0 0;
				font-size: 1.1em;
				line-height: 1.4em;
				color: #cecfd1;
			}
		
		.sidecont .premiumpartner {
			margin: 0;
		}
			.premiumpartner img, .banner img {
				margin-bottom: 6px;
			}
			.banner img {
				border: 1px solid #e2e5e8;
			}
			
		.sidecont .blogcat {
			background: #f1f1f1;
			margin-bottom: 10px; padding: 9px 15px 15px 15px;
		}
			.blogcat h3 {
				background: url('../images/bgsubtitle.gif') 0 25px repeat-x;
				height: 30px;
			}
			.blogcat h3 span {
				margin: 0;
				background: url('../images/title_blogcat.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.blogcat ul {
				margin: 0; padding: 0;
				list-style: none;
				overflow: hidden; height: 1%;
			}
			.blogcat ul li {
				float: left;
				display: block;
				width: 100px;
				margin: 6px 0 0; padding-left: 15px;
				font-size: 1.2em;
				text-indent: 0;
				text-decoration: none;
				background: url('../images/bullet.gif') 0 50% no-repeat;
			}
			.blogcat li a {
				color: #353c3f;
			}
			.blogcat li a:hover {
				color: #38a0cc;
			}
			
			
	#container .widecont {
		width: 770px;
	}
		.widecont .display {
			background: #1d1f23;
			padding: 15px;
			overflow: hidden; height: 1%;
		}
			.display h2 {
				margin-bottom: 8px;
				background: url('../images/bgsubtitle2.gif') 0 25px repeat-x;
				height: 30px; width: 100%;
				font-size: 1.8em;
				color: #a9aaab;
			}
			.display img {
				float: left;
				margin-top: 10px;
				/*width: 500px;*/
			}
			.display .info {
				float: right;
				width: 215px;
			}
			.display .profile {
				float: right;
				width: 420px;
			}
			.display h3 {
				margin: 10px 0 0;
				font-size: 1.2em;
				text-transform: uppercase;
				color: #bea45e;
			}
			.display p {
				margin: 6px 0 0;
				color: #c4c7c8;
				font-size: 1.2em;
			}
				.display p a {
					color: #e4e2a8;
					text-decoration: none;
				}
				.display p a:hover {
					text-decoration: underline;
				}
			
		.widecont .gallery {
			background: #f1f1f1 url('../images/bggallery.gif') top center no-repeat;
			padding: 15px 0;
			overflow: hidden; height: 1%;
		}
			.gallery h3 span {
				margin: 0 10px;
				background: url('../images/title_gallery.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.gallery a img {
				float: left;
				margin: 10px 0 0 10px; padding: 5px;
				width: 105px;
				background: #fff;
				border: 1px solid #e0e0e0;
			}
			.gallery a:hover img {
				background: #c0c0c0;
				border: 1px solid #c0c0c0;
			}
			
			.gallery .fashion {
				float: left;
				margin: 10px 0 0 10px; padding: 5px;
				width: 105px;
				background: #fff;
				border: 1px solid #e0e0e0;
			}
				.fashion a img, .fashion a:hover img {
					float: none;
					margin: 0; padding: 0;
					background: none;
					border: none;
				}
				.fashion p {
					margin: 0; padding: 5px;
					background: #f1f1f1;
					font-size: 1.2em; font-weight: bold;
					color: #626569;
					text-align: center;
				}

			
			.categories {
				border: 1px solid #e0e0e0;
				background: #fff;
				padding-bottom: 12px;
				font-size: 1.2em; font-weight: bold;
				color: #282828;
				overflow: hidden;
				height: 1%;
			}
			.categories .labels {
				float: left;
				margin: 12px 0 0 12px;
			}
			.labels .labelbox {
				width: 150px; padding: 10px;
				background: #f9f9f9;
			}
				.labelbox p a {
					color: #282828;
				}
				.labelbox p a:hover {
					color: #b72e24;
				}
			
			.productlist h3 {
				margin-bottom: 10px;
				background: url('../images/bgsubtitle.gif') 0 25px repeat-x;
				height: 30px; width: 100%;
				font-size: 1.6em;
				color: #818688;
			}
			.productlist .itemlist {
				float: left;
				margin: 15px 0 5px 20px;
			}
			.productlist .prefix {
				margin: 15px 0 5px 0;
			}
			.itemlist .itembox {
				width: 140px; padding: 14px;
				background: #fff;
				border: 1px solid #e0e0e0;
			}
				.itembox img {
					width: 140px; height: 140px;
				}
			
			.itemlist ul {
				margin: 0; padding: 0px;
				list-style: none;
			}
			.itemlist ul li {
				float: left;
				font-size: 1.1em;
				text-indent: 0;
			}
			.itemlist li a {
				display: block;
				margin: 0; padding: 5px 8px;
				background: #292929;
				color: #fff;
			}
			.itemlist li a:hover {
				color: #fff;
				background: #6d8f22;
				text-decoration: none;
			}
				
				.itemlist p {
					margin: 10px 0 0;
					font-size: 1.2em; font-weight: bold;
					color: #282828;
					text-align: center; text-transform: uppercase;
					line-height: 1.4em;
				}
				.itemlist p span {
					color: #b72e24;
					text-transform: none;
				}
			
		.widecont .adminpanel {
			margin: 0;
			background: #faf5d4;
			padding: 10px 15px;
			border: 1px solid #e7dcbd;
			overflow: hidden; height: 1%;
		}
			.adminpanel p {
				float: left;
				font-size: 1.2em;
				color: #525148;
			}
				.adminpanel p span {
					color: #b72e24;
					font-weight: bold;
				}
			
			.adminpanel ul {
				float: right;
				margin: 0; padding: 0px;
				list-style: none;
			}
			.adminpanel ul li {
				float: left;
				display: block;
				margin: 0; padding: 0 8px;
				font-size: 1.2em; font-weight: bold;
				text-indent: 0;
			}
			.adminpanel li a {
				color: #906226;
			}
			.adminpanel li a:hover {
				color: #749726;
				text-decoration: underline;
			}
			
		.widecont .admin {
			margin: 10px 0 0;
			background: #ecf3f7;
			padding: 10px 15px;
			border: 1px solid #d8e2e8;
			overflow: hidden; height: 1%;
		}
			.admin h3 {
				margin-bottom: -5px;
				background: url('../images/bgsubtitle4.gif') 0 25px repeat-x;
				height: 30px; width: 100%;
				font-size: 1.6em;
				color: #5d7079;
			}
			
		.widecont .shots {
			background: #f1f1f1;
			padding: 15px;
			overflow: hidden; height: 1%;
		}
		.widecont .stripe {
			background: #fff;
		}
			.shots .thumbnail {
				float: left;
				width: 445px;
				padding-bottom: 5px;
				background: #fff;
				border: 1px solid #e0e0e0;
			}
				.thumbnail img {
					float: left;
					margin: 5px 0 0 5px;
					width: 105px;
				}
				
			.shots .info {
				float: right;
				width: 275px;
			}
			.shots h3 {
				margin: 10px 0 0;
				font-size: 1.4em;
				text-transform: uppercase;
				color: #ae8e37;
			}
			.shots h4 {
				margin: 0;
				font-size: 1.2em; font-weight: normal; font-style: italic;
				color: #909090;
			}
			.shots p {
				margin: 6px 0 0;
				font-size: 1.2em;
			}
			
		
		/* FASHION PHOTO SET */
		.widecont .carousel {
			width: 770px; height: 300px;
			overflow: scroll; overflow-y: hidden;
		}
			.scrollable {
				width: 1500px;
			}
			.scrollable img {
				float: left;
				padding-right: 4px;
			}
			
		.widecont .photoset {
			margin: 10px 0 0;
			background: #f1f1f1;
			padding: 10px 15px;
			overflow: hidden; height: 1%;
		}
			.photoset h3 {
				background: url('../images/bgsubtitle.gif') 0 25px repeat-x;
				height: 30px;
			}
			.photoset h3 span {
				margin: 0;
				background: url('../images/title_photoset.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.photos {
				margin: 10px 0;
				overflow: hidden; height: 1%;
			}
				.photos img {
					float: left;
					padding-right: 4px;
				}
			.photoinfo {
				float: right;
				padding: 10px;
				background: url('../images/bgsnippet.gif') top no-repeat;
				width: 475px; height: 55px;
			}
				.photoinfo h4 {
					font-size: 1.2em; font-weight: bold;
					color: #608195;
				}
					.photoinfo h4 a {
						color: #608195;
						text-decoration: none;
					}
					.photoinfo h4 a:hover {
						color: #b02525;
						text-decoration: underline;
					}
					
				.photoinfo p {
					margin: 2px 0 0;
					font-size: 1.1em;
					line-height: 16px;
				}

		
		/* STORE */
		.widecont .verify {
			margin: 10px 0 0; padding: 20px 15px;
		}
		.widecont .productclassified {
			background: #1d1f23;
			padding: 5px;
		}
			.productclassified .catalog {
				border: 1px solid #2f3133;
				padding: 5px 10px 15px 10px;
			}
			.catalog h3 {
				background: url('../images/bgsubtitle3.gif') 0 22px repeat-x;
				height: 30px;
			}
			.catalog h3 span {
				margin: 0;
				background: url('../images/title_productscatalog.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
			.category {
				overflow: hidden; height: 1%;
			}
				.category .labeled {
					float: left;
					width: 165px;
					margin-left: 20px;
				}
				.category .first {
					margin-left: 5px;
					text-transform: uppercase;
				}
				
				/*.category ul {
					margin: 0; padding: 0;
					list-style-type: none;
				}
				.category ul li {
					text-indent: 0;
				}*/
				
				.category ul {
					margin: 0; padding: 0;
					list-style: none;
				}
				.category ul li {
					float: left;
					display: block;
					width: 150px;
					margin: 6px 0 0;
					font-size: 1.2em;
					color: #d1b353;
					text-indent: 0;
					text-decoration: none;
				}
				.category li a {
					color: #c5c6c6;
					text-decoration: none;
				}
				.category li a:hover {
					color: /*#629236*/ #eef0f0;
					text-decoration: underline;
				}
					
		.widecont .productdisplay, .widecont .productlist {
			margin: 10px 0 0;
			background: #f1f1f1;
			padding: 10px 15px;
			overflow: hidden; height: 1%;
		}
			.productdisplay .product {
				float: left;
				width: 465px;
			}
			.productdisplay .cart {
				float: right;
				width: 255px;
			}
		
			.product h3, .cart h3 {
				background: url('../images/bgsubtitle.gif') 0 25px repeat-x;
				height: 30px;
			}
			.product h3 span, .cart h3 span {
				margin: 0;
				background: url('../images/title_products.gif') no-repeat;
				height: 19px;
				text-indent: -9000px;
				display: block;
			}
				.cart h3 span {
					background: url('../images/title_yourcart.gif') no-repeat;
				}
				
			.product .productbase {
				margin: 10px 0; padding-bottom: 10px;
				background: url('../images/bgproducts_bottom.gif') bottom no-repeat;
				overflow: hidden; height: 1%;
			}
				.productbase-inner {
					padding: 5px;
				}
			.productbase .productitem {
				float: left;
				background: #fff;
				width: 180px;
				margin: 5px 0 10px 15px; padding: 12px;
				border: 1px solid #e4e4e4;
			}
				.productitem p {
					margin-top: -10px;
					font-size: 1.1em;
					text-align: center;
					line-height: 16px;
				}
				.productitem p span {
					font-weight: bold;
					color: #5b5d62;
				}
				.productitem a img {
					margin: 6px 0 0 46px;
				}
				
			.cart .cartbase {
				margin: 10px 0; padding: 0;
				background: url('../images/bgcart_middle.gif') repeat-y;
				
			}
				.cartbase-inner {
					padding: 0 15px 10px 15px;
				}
				
			.cartbase .itemoncart {
				border-bottom: 1px solid #cbcbcb;
				margin: 10px 0 0; padding-bottom: 10px;
				overflow: hidden; height: 1%;
			}
				
				.itemoncart img {
					float: left;
					margin-right: 15px; padding: 1px;
					border: 1px solid #e4e4e4;
				}
				.itemoncart p {
					font-size: 1.1em;
					line-height: 15px;
				}
				input.quantity {
					border: 1px solid #808181;
					background: #fff;
					padding: 2px;
					font-size: 1.0em;
					font-family: Arial, Verdana, Tahoma, sans-serif;
					color: #1d1f23;
					width: 20px;
				}
				.itemoncart a img.update {
					float: none;
					margin: 0 0 -4px 6px; padding: 0;
					border: none;
				}
				.itemoncart a img.delete {
					float: right;
					margin: 0 0 -10px 0; padding: 0;
					border: none;
				}
				
			.summary {
				text-align: right;
			}
				.summary p {
					margin: 10px 0 0;
					font-size: 1.4em;
					font-weight: bold;
				}
				.summary p span {
					color: #bb1112;
					padding-left: 20px;
				}
			
			.checkout {
				background: url('../images/bgcart_bottom.gif') top no-repeat;
				height: 40px;
			}
				.checkout a img {
					margin: 5px 0 0 80px;
				}
		
				
/* FOOTER */
#footer {
	clear: both;
	margin: 30px 0 0;
	background: url('../images/bgfooter.gif') top repeat-x;
	text-align: center;
}
	#footer p {
		font-size: 1.1em;
		color: #aeaeae;
		line-height: 70px;
	}
	
	
/* CODA SLIDER */
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #303237; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 600px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
			background: #1d1f23;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 600px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			text-align: center;
		}
		.stripViewer .panelContainer .panel .wrapper img { 
			margin: 0 auto;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left: 69px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 3px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 1.2em; font-weight: bold;
			text-align: center;
			color: #b3b6bb;
			background: #282a2f;
			text-decoration: none;
			display: block;
			padding: 4px 8px;
		}
		
		.stripNav li a {
			background: #282a2f;
		}
		
		.stripNav li a:hover {
			background: #393b40;
			color: #d3d4d7;
		}
		
		.stripNav li a.current {
			background: #1d1f23;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 45px;
			width: 43px;
			overflow: hidden;
			outline: 0;
		}
		.stripNavL a {
			background: url("../images/slide_prev.gif") 0 0 no-repeat;
		}
			.stripNavL a:hover {
				background: url("../images/slide_prev.gif") 0 -45px no-repeat;
			}
			
		.stripNavR a {
			background: url("../images/slide_next.gif") 0 0 no-repeat;
		}
			.stripNavR a:hover {
				background: url("../images/slide_next.gif") 0 -45px no-repeat;
			}