/* -------------------------------------------------------------
	Nuspun Apparel Inc.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.1
	Date:			16 May 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c2b296 url(/images/bg_body.jpg) no-repeat center top;
	font: normal 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

fieldset {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #ac4615;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #e36a2d;
	background: #ac4615;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 5px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}


ul#galleryContainer {
	margin: 0;
	padding: 0;
}

#galleryContainer li {
	height: 50px;
	width: 75px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #d3d3d3;
	background: #d3d3d3;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
}

#galleryContainer a {
	width: 75px;
	position: absolute;
}

#galleryContainer img, #galleryContainer img {
	width: 75px;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#home #index {
	width: 993px;
}

#interior #index {
	background: url(/images/bg_index.gif) repeat-y center top;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 960px;
	height: 284px;
	margin: 100px auto 0 auto;
	background: url(/images/bg_index_cap.gif) no-repeat center top;
	text-align: left;
}

#masthead * {
	position: relative;
	z-index: 50;
}

#home #masthead {
	position: absolute;
	left: -9000em;
}

#brand, #brand a {
	width: 186px;
	height: 160px;
	float: left;
}

#brand {
	margin: -65px 0 0 41px;
	display: inline;
	background: url(/images/logo_nuspun.gif) no-repeat;
}

#brand a:hover, #brand a:active, #brand a:focus {
	background: transparent;
}



/* --- UI --- */

#ui {
	width: 710px;
	height: 65px;
	float: left;
	margin: -15px 0 0 0;
}

#ui a:link, #ui a:visited {
	color: #fff;
	font-weight: bold;
}


#ui li {
	display: inline;
}


/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 260px;
	float: left;
	margin: -155px 0 0 0;
}

#ui_secondary {
	padding-left: 65px;
}

#ui_secondary a:link, #ui_secondary a:visited {
	color: #fff;
	font-weight: bold;
}

#ui_sublink {
	margin-top: 170px;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 580px;
	margin-top: -230px;
	padding: 60px 110px 0 0;
	float: right;
}

.ecom #body {
	width: 657px;
	padding-right: 30px;
}

#body * {
	position: relative;
	z-index: 50;
}

#header {
	
}

#body ul, #body ol {
	padding-left: 20px;	
}



/* --- Products --- */

#products {
	float: left;
}

#products h4 {
	font-size: 1em;
	font-weight: normal;
}

#products form {
	width: 219px;
	padding-bottom: 20px;
	float: left;
}

#products label {
	display: none;
}

#products .image_wrapper {
	width: 159px;
	height: 240px;
	float: left;
	border: 1px solid #fff;
	overflow: hidden;
	position: relative;
}

#products .image_wrapper div {
	position: relative;
	z-index: 3;
}

#products .image_wrapper div.link_wrapper {
	width: 100%;
	height: 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	font-size: 0.95em;
	font-weight: bold;
}

/*#products .image_wrapper div.link_wrapper a:link,
#products .image_wrapper div.link_wrapper a:visited {
	width: 100%;
	height: 20px;
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	font-weight: bold;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/

#products select {
	margin-top: 8px;
	width: 161px;
	background: #000;
	border: 1px solid #686868;
	color: #ccc;
	font-size: 0.95em;
}

#products .color_set {
	width: 30px;
	padding: 0 20px 0 0;
	float: right;
	display: none;
}

#products .view_set {
	display: none;
}

#products .color_set li {
	width: 30px;
	height: 17px;
	margin-bottom: 9px;
	padding: 0;
	float: right;
	background: transparent;
}

#products .color_set a {
	width: 28px;
	height: 15px;
	display: block;
	border: 1px solid #000;
	text-indent: -9000em;
	overflow: hidden;
}

#products .color_set a:hover,
#products .color_set a:active {
	border-color: #fff;
	background: transparent;
}

#products input {
	margin-top: 5px;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}



/* --- Sitemap --- */

#body .sitemapList {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}


#interior #content_wrapper ul.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#interior #content_wrapper ul.sitemap_list ul {
	padding-left: 20px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	clear: both;
	color: #827661;
	font-size: 0.9em;
	text-align: left;
}

#interior #footer {
	padding-top: 110px;
	background: url(/images/bg_index_footer.gif) no-repeat center top;
}

#footer a:link, #footer a:visited {
	color: #827661;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	background: transparent;
	color: #827661;
	text-decoration: underline;
}

#copyright {
	width: 390px;
	padding-left: 42px;
	float: left;
}

#footer_links {
	width: 300px;
	padding-right: 35px;
	float: right;
	text-align: right;
}

#footer_links li {
	display: inline;
	padding: 0 0 0 15px;
	background: transparent;
	text-transform: lowercase;
}

#myspacelink, #myspacelink a {
	width: 114px;
	height: 32px;
}

#myspacelink {
	float: left;
	background: url(/images/logo_myspace.gif) no-repeat;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}


/* --- lightbox --- */

.galleryList {
	display: none;
}

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 950;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 900;
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
} 

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, 
#prevLink:visited:hover { 
	background: url(/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, 
#nextLink:visited:hover { 
	background: url(/images/nextlabel.gif) right 15% no-repeat; 
}


#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData {
	padding: 0 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left;  
	text-align: left; 
}
 
#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em;
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
	

/* custom styles */


#products .image_wrapper div.link_wrapper .rowHide 
{
	position: absolute;
	z-index:1;
	display: none;	
	width: 100%;
	height: 20px;
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	font-weight: bold;
}

#products .image_wrapper div.link_wrapper .rowShow
{
	width: 100%;
	height: 20px;
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	font-weight: bold;
}

.dropdownover
{
	background-color: #6B26A0;
	height: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: hand;
	font-size: 10px;
}

.dropdownout
{
	background-color: #51008F;
	height: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

.dropdownlink:link, .dropdownlink:active, .dropdownlink:visited
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

.dropdownlink:hover 
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color:#ffffff;
}

.rowHide2
{
	display: none; 
}

.rowShow2
{
	display: block; 
}


/*	Form: Contact
- - - - - - - - - - - - - -  */

#contactForm {
	width: 500px;
}

#contactForm select {
	width: 205px;
	float: left;
	margin-right: 11px;
	color: #fff;
	background: #000e22;
	font: normal 11px/1.4em Verdana, Helvetica, sans-serif;
}

#contactForm .input_class {
	width: 200px;
	float: left;
	height: 14px;
	padding: 0 0 2px 3px;
	font-size: 11px;
	line-height: 1.4em;
}

#contactForm .file_upload {
	width: 205px !important;
}

#contactForm label {
	width: 280px;
	float: left;
	clear: both;
	font-weight: bold;
	color: #fff;
}

#contactForm label em {
	font-weight: normal;
	font-style: normal;
}

#contactForm div.commentFieldset .input_class {
	width: 500px;
	height: 70px;
	overflow: auto;
}

#contactForm fieldset {
	width: 100%;
	float: left;
	clear: left;
}

#contactForm fieldset div {
	width: 250px;
	height: 50px;
	float: left;
	clear: none;
}

#contactForm fieldset div.commentFieldset {
	width: 100%;
	height: auto;
}

#contactForm fieldset div.commentFieldset input {
	margin-top: 20px;
}

#contactForm #submit {
	float: left;
	margin: 15px 0 0 0;
	display: inline;
}

#contactForm .required {
	padding-left: 3px;
}

#theIFrame {
	width: 1px;
	height: 1px;
	visibility: hidden;
	border: 0;
}
