/* main.css
-----------------------------------------------
2006 Nomad Rugs

Authors:	Eric Eaton, www.deliberate-design.com
			Carter Stowell, www.figrig.com

Version:  23 May 2006, updated May 2008
----------------------------------------------- */

/* color ref
------------------------
brown			=	A74D1A
drk red			=	A53122
lt red lines 	=	D97669
logo red		=	D33C21
drk blue		=	161B1E
yellow			=	EEC272

*/


/* Imported Styles
----------------------------------------------- */
@import url("base.css");


/* --------------------------------------------
MAIN STYLES
-----------------------------------------------  */
body {
	background: #A74D1A url(/images/bg_home.jpg) 40% -60px repeat-y;	
}




/* LAYOUT
-------------------------------- */


#branding {
	position:absolute; width:100%; top:93px; height:152px;
	border-width:0;
	background: url(/images/logo_home.gif) 40% 0 no-repeat;	
}


#imageOne {
	position:absolute; width:100%; top:248px; height:154px;
	background: url(/images/image1_home.jpg) 40% 0 no-repeat;	
}

#imageTwo {
	position:absolute; width:100%; top:402px; height:154px;
	background: url(/images/image2_home.jpg) 40% 0 no-repeat;	
}

#imageThree {
	position:absolute; width:100%; top:556px; height:154px;
	background: url(/images/image3_home.jpg) 40% 0 no-repeat;	
}

/* for spacer gif links to Store Front */
#branding img,
#imageOne img,
#imageTwo img,
#imageThree img {
	padding; 0;
	margin: 0 0 0 31%; /* optimized for 1024x768 */
}

#rightCol {
	position:absolute; top:244px;
	left:40%;
	width:40%; height:100%;
	background-color:#A53122; 
	border-style:solid;
	border-width:4px 0 0 0;
	border-color:#EEC272;
	margin-left:137px; 
	z-index:3;
}

#rightColPatch {
	position:absolute; top:244px;
	right:0;
	width:20%; height:100%;
	background-color:#A53122; 
	border-style:solid;
	border-width:4px 0 0 0;
	border-color:#EEC272;
	z-index:3;
}


#leftCol {
	width:40%; height:90px;
	margin-left:-91px; 
}


/* NAV
-------------------------------- */


#homepage #mainNav	{
	text-align:right;
	top:102px;
	border-width:0;
	}


#mainNav, #vv {
	position:absolute;
	left:40%; margin-left:-300px;
	width:192px;
	z-index:6;
}

#storeNav {  
	position:absolute;
	left:40%;
	top:227px;
	margin-left:160px;
	z-index:6;
	border-width:0;
}
#address {  
	position:absolute;
	left:40%;
	top:30px;
	margin-left:160px;
	z-index:6;
	border-width:0;
}


#accountNav {
	top:28px;
	height:55px;
	text-align:right;
}
#accountNav h3 {
	position: relative;
	margin: 0;
	padding: 0;
}
#accountNav p {
	position: relative;
	margin: 0 0 0 0;
	bottom:0;
	right:0;
	text-align:right;
	text-transform: none;
}

#address p, #address h4 {
	margin:0;
}
#storeNav h3 {
	border-width:0;
	margin-bottom:1em;
}

#search h3	{margin-bottom:.2em; border-width:0; } 


/* home page, May 2008 -- INTEGRATE FOR PRODUCTION
------------------------------------------------ */
body#homepage.wp #storeNav {
	top: 256px;
}
body#homepage.wp #storeNav h3 {
	margin-bottom: 0.5em;
}

/* home page, May 2008
------------------------------------------------ */
#storeNav ul.freeship {
	border: none;
	margin: 0 0 0 -11px;	/* check negative margin on IE */
	padding: 0;
}
#intro {
	position:absolute;
	top:94px;
	margin-left: -91px;
	width: 40%;
	height: 150px;
	background: #5F6366;
	color: #FFF;
	border-bottom: 4px solid #EEC272;
	z-index:3;
}

#news {
	position:absolute;
	top:250px;
	color: #FFF;

	margin-left: -91px;
	width: 40%;
/*
	width:212px;
	left: 40%;
	margin-left:-304px;
*/
	z-index:6;
}
.padder {
	padding-left: 40%;
}

#homepage #news #address {
	position:relative; left: 0; top: 0;
	margin-top: 27px;
	margin-left: 0;
	padding: 0 0 10px 0;
	font-family:Georgia, times, serif;
	color:#EEC272;
}

#homepage #mainNav.columns {
	position:absolute;
	left:40%;
	top:78px;
	width: 310px;
	margin-left:160px;
	z-index:6;
	border-width:0;
}

#intro p {
	color: #CCC;
	padding: 7px 17px 0 0;
	font-size: 93%;
	line-height: 1.4em;
	height: 143px;
	overflow: auto;
}
#intro a, #intro a.visited {
	color: #AAE0FD;
}
#intro a:hover {
	color: #FFF;
}

#news h3 {
	font-size:95%;
	font-family: georgia, times, serif;
	margin: 1em 0 .2em -20px; /* check negative margin on IE */
}
#news h3 a { display: inline; }
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 93%;
	line-height: 130%;
}
#news h4 {
	display: block;
	border-bottom: 1px solid #CC8040;
	font-weight: normal;
	margin-right: 20px;
}
#news a, #news a.visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
}
#news a:hover { color: #FFFF00; }
#news li .date {
	text-align: right;
	padding-right: 20px;
	font-size: 85%;
	font-style: italic;
}

#news #address p {
	font-size: 93%;
	margin:0 0 .75em 0;
}
#news #address h4 {
	border: none;
	font-size: 93%; 
	font-weight: normal;
	margin:0 0 .75em 0;
}
#news #address a { color: #EEC272; }
#news #address a:hover { color: #FFFF00; }

#mainNav.columns .colWrap {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
#mainNav.columns .col1 {
	float: left;
	width: 145px;
	text-align: left;
}
#mainNav.columns .col2 {
	float: right;
	width: 145px;
	text-align: left;
}
#mainNav.columns h3 {
	text-align: left;
	border: 1px solid #ECB663;
	border-width:0 0 1px 0;
}

/* IE6- HACKS 
------------------------------------ */
* html body {
/*	background-position: 33% -60px; */
}
* html .padder {
	position: relative;
	height: 1px;
}
* html #intro { height: 146px; }
* html #storeNav ul.freeship {
	margin-left: 0;	/* remove negative margin hidden on IE6 */
}

