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

/*
Created by: Lior Bar-David
Date: August 14, 2008
Version: 1.0
Email: lbardavid@yahoo.com, lior@u2r1media.com		

** Note:  This document contains layout style properties ONLY, for text styling please see styles.css. **
*/

 
* { /* reset default margin/padding */
	margin:0;
	padding:0;
	}

/*----- Main Template Layout & Vertical/Horizontal Centre -----*/

html, body {
	height: 100%;         /* required */
	}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-size: 62.5%;	  /* required for em ratio 0.1em:1px */
	background:#1A1A1A;
	}

div#distance { 
	margin-bottom: -36.85em; /* half of content height */
	/*background: red;       temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}

div#container {
	position: relative;   /* positions content on top of distance */
	z-index:0;
	text-align: left;     /* horizontal centering hack for IE */
	height: 73.7em;       /* required - desired height */
	width: 102.9em;       /* required - desired width */
	background:#FFFFFF url(../../images/header_gradient_x.jpg) repeat-x top left;   /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	}

/*----- div#container Border -----*/

.bg_t {
	background: url(../../images/background_top.jpg) no-repeat top left;
	width: 102.9em;
	height:4.4em;
	position:relative;
	z-index:0;
	}

.bg_r {
	background: url(../../images/background_right.jpg) no-repeat top right;
	width:4.4em;
	height:64.9em;
	float:right;
	position:relative;
	z-index:0;
	}

.bg_b {
	background: url(../../images/background_bottom.jpg) no-repeat bottom right;
	width: 102.9em;
	height:4.4em;
	position:relative;
	z-index:0;
	clear:both;
	text-align:left;
	color:#666666;

	}
.bg_b a {
	text-decoration:none;
}
.bottomlinks {
	padding:5px 0 0 45px;
}
.bg_b a:link {
	color:#666666;
	}
.bg_b a:visited {
	color:#666666;
	}
.bg_b a:active {
	color:#999999;
	}
.bg_b a:hover {
	color:#999999;

	}
.bg_l {
	background: url(../../images/background_left.jpg) no-repeat top left;
	width:4.4em;
	height:64.9em;
	float:left;
	position:relative;
	z-index:0;
	}

/*----- Content Layout ----*/

div#content_container {
	position:relative;
	margin:0 auto;
	z-index:1;
	width:94.1em;
	height:64.5em;
	border:2px solid #3AD5DD;
	}

*:first-child+html div#content_container { /*IE7 Hack - Align border after clear*/
	position:relative;
	margin:0 auto;
	z-index:1;
	width:93.6em; /*reduce container width by 0.5em to adjust to IE7*/
	height:64.5em;
	border:2px solid #3AD5DD;
	padding:0;
	}
*:first-child+html div#main_content {
	margin:5px 20px 5px 20px;
	padding:0 20px 0 20px;
	width:100% inherit;
	height:44.5em; 
	overflow:hidden;
	overflow-x:hidden; rory commented
	}
	
#main_content {
	margin:5px 20px 15px 20px;
	padding:0 20px 0 20px;
	width:100% inherit;
	height:43.5em; 
	overflow:hidden;
	overflow-x:hidden;
	}
#text_content {
	font-size:90%;
	}	


#welcome {
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
	font-size:1.1em;
	line-height:1.5em;
	}
#welcomeImg {
	margin-bottom:10px;

}

#flash_nav_main {
	width:930px;
	height:275px;
	margin:0 auto;
	margin-top:50px;
	background:url(../images/floral_bg.jpg) no-repeat bottom center;
	}
/*
*:first-child+html #flash_nav_main { /*IE7 Hack - reduce div width
	display:block;
	width:900px;
	height:300px;
	text-align:left;
	vertical-align:bottom;
	}
*/


/*----- Header layout -----*/

*:first-child+html div#header_container {
	width:100% inherit;
	height:19em;
	}

#header_container {
	width:100% inherit;
	height:19em;
	}
	
#dd_logo_left {
	display:block;
	width:94px;
	height:94px;
	margin-left:1em;
	float:left;
	}

#main_nav {
	display:block;
	width:805px;
	height:94px;
	margin-left:1em;
	float:left;
	border-bottom: 1px #000000 solid;
	text-transform:uppercase;
	}

#breadCrumb {
	margin: 25px 0 0 40px;
	padding:0;
	float:left;
	font-size:1em;
	color:#CCCCCC;
}

#breadCrumb a {
color:#CCCCCC;
text-decoration:none;
}
#breadCrumb a:link {
color:#999999;
text-decoration:none;
}
#breadCrumb a:visited {
color:#999999;
text-decoration:none;
}
#breadCrumb a:active {
color:#999999;
text-decoration:underline;
}
#breadCrumb a:hover {
color:#999999;
text-decoration:underline;
}

#second_nav {
	display:block;
	width:550px;
	margin-right:0;
	float:right;
	position:relative;
	z-index:1;
	}


/*----- Main Navigation Layout -----*/

#main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:500px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#main_nav ul li {
	float:left;
	}

#main_nav ul a {
	display: block;
	float: left;
	padding:5em 3em 0 0;
	line-height:2.1em;
	text-decoration:none;
	color:#000000;
	font-size:1.1em;
	}

#main_nav ul a:link, #main_nav ul a:visited {
	 color:#000000;
	 }

#main_nav ul a:hover, #main_nav ul a:active {
	color:#FFFFFF;
	}

/* ----- Highlight Current Page: Main Navigation ----- */

#home #main_nav ul .home a,
#about #main_nav ul .about a,
#products #main_nav ul .products a,
#contact #main_nav ul .contact a {
	color:#00CCFF;
	}

/*----- Secondary Navigation Layout -----*/

.border {
	border-right:1px solid #000000;
	height:20px;
	margin-top:10px;
	}

#second_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:720x;
	float:right;
	padding:0 25px 0 0;
	text-align:right;
	}

#second_nav ul li {
	float:left;
	}

#second_nav ul a {
	display: block;
	float: left;
	padding:0 10px 0 10px;
	line-height:2em;
	text-decoration:none;
	color:#000000;
	font-size:0.9em;
	}

#second_nav ul ul a {
	display:block;
	padding:0.5em 0 1em 0;
	}

#second_nav ul form {
	display: block;
	float: left;
	padding:10px 0 0 10px;
	margin:0;
	line-height:2em;
	color:#000000;
	font-size:0.9em;
	}

#second_nav ul a:link, #second_nav ul a:visited {
	 color:#000000;
	 }

#second_nav ul a:hover, #second_nav ul a:active {
	color:#00CCFF;
	}

#second_nav img {
	border:none;
	}

/* ----- Highlight Current Page: Secondary Navigation ----- */

#myAccount #second_nav ul .myAccount a,
#viewBox #second_nav ul .viewBox a,
#checkout #second_nav ul .checkout a {
	color:#00CCFF;
	cursor:default;
	}


/* ----- Browse Navigation -----*/

#shop {
	float:left;
	width:inherit; 
	padding-left:1em; 
	margin-top:23px;
	font-size:1em;
	}

#b_nav, #b_nav ul {
	padding:0;
	margin:0;
	list-style:none;
	}

#b_nav li {
	float:left;
	position:relative;
	width:90px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:capitalize;
	font-size:1em;
	/*margin-right:1em;*/
	margin-top:25px;
	z-index:1;
	}

#b_nav a:link, #b_nav a:visited {
	display:block;
	text-decoration:none;
	padding-left:1em;
	padding-bottom:0.5em;
	color:#000000;
	}

#b_nav a:hover, #b_nav a:active {
	display:block;
	text-decoration:none;
	padding-left:1em;
	padding-bottom:0.5em;
	color:#00CCFF;
	}

*html #b_nav a {
	width:100%;
	}

#b_nav ul {
	display:none;
	position:absolute;
	z-index:1;
	padding:0;
	}

#b_nav ul li {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	width:150px;
	border:0 none trasparent;
	font-size:.85em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-1px;
	margin-top:1px;
	background:#FFFFFF;
	padding:0;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	}

#b_nav li:hover ul {
	display:block;

	}

#b_nav img {
	border:none;
	}

div#clear {
	clear:left;
	}
.pageHeading {
	font-size:1.5em;
	font-weight:bold;
	}

/*----- Products Page -----*/

#image_lg {
	display:block;
	float:left;
	width:250px;
	height:250px;
	margin-left:0px;
	margin-bottom:10px;
	border:none;
	}

#description {
	display:block;
	float:left;
	width:290px;
	height:60%;
	margin-left:70px;
	}

#desc_links {
	display:block;
	float:left;
	width:200px;
	height:60%;
	margin-left:40px;
	text-transform:uppercase;
	}

/*----- Form Layout: Size & Quantitiy -----*/

form.uppercase {
	text-transform:uppercase;
	position:relative;
	left:110px;
	width:125px;
	}
*:first-child+html form.uppercase { /*IE7 Hack - Align forms*/
	text-transform:uppercase;
	position:relative;
	left:88px; /*reduce position by 22px to align in IE7*/
	}
	
#size {
	width:100% inherit;
	padding-top:1em;
	}

#size div {
	float:left;
	width: 110px;
	}

#quantity {
	clear:left;
	width:100% inherit;
	padding-top:1em;
	margin-bottom:1em;
	}

#quantity div {
	float:left; 
	width:80px;
	}

#quantity input {
	text-align:center; 
	margin:0;
	}

#price {
	width:100% inherit;
	border-top:1px dotted #000000;
	padding-top:1em;
	}

#price div {
	float:left; 
	width:140px; 
	font-weight:bold; 
	display:block;
	}

#add_cart {
	display:block;
	float:left;
	height:25px;
	text-align:center;
	line-height:24px;
	}

#add_cart a:link, #add_cart a:visited {
	color:#000000;
	text-decoration:none;
	font-size:1em;
	}

#add_cart a:hover, #add_cart a:active {
	color:#00CCFF;
	text-decoration:none;
	font-size:1em;
	}

#next_item {
	display:block;
	float:right;
	height:24px;
	width:102px;
	margin:4em 20px 0 0;
}
#next_item img {
	border:0;
}
/*----- Flash Navigation: Products-----*/
#flash_nav {
	clear:both;
	width:100% inherit;
	margin-top:35px;
	}

#flash_nav img {
	border:none;
	}

#arrow_left {
	width:15px;
	height:90px;
	float:left;
	}

#arrow_right {
	width:15px;
	height:90px;
	float:left;
	}

*:first-child+html div#pagination {
	width:100%;
	height:15px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:.9em;
	text-align:right;
	}
	
#pagination {
	clear:both;
	width:100%;
	height:20px;
	margin-top:20px;
	text-transform:uppercase;
	font-size:.9em;
	text-align:right;
	}

#pagination img {
	border:0;
}
*:first-child+html div#categoryimages {
	width:100% inherit;
	height:90px;
	padding-top:0;
	margin:0;
	}
#categoryimages {	
	height:90px;
	padding:0;
	margin:0;
		}
*:first-child+html div#product_image {
	display:block;
	width:90px;
	height:90px;
	float:left;
	}

#product_image {
	display:block;
	width:90px;
	height:90px;
	margin:0 15px 0 10px;
	float:left;
	text-align:center;
	vertical-align:middle;
	}
#hiddenDetails {
	font-size:1.1em;
	line-height:1.5;
	margin-top:2px;
	text-transform:none;

	}
#hiddenEmail {
	font-size:100%;
	line-height:1.5;
	margin-top:2px;
	text-transform:none;

	}
#hiddenWishlist {
	font-size:100%;
	line-height:1.5;
	margin-top:2px;
	text-transform:none;

	}
.addwishlist {
	text-align:right;
	}
.saleprice {
	color:#CC0000;
	}
