/**********************************************************************************************

	Title: OrganizedWisdom
	Author: XHTMLized
	Date: January 2008

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
			3.1 Accessibility menu
			3.2 Masthead
			3.3 Header
			3.4 Navigation
			3.5 Primary content
			3.6 Secondary content
			3.7 Sidebar
			3.8 Footer
	
	4. Layout elements
		
***********************************************************************************************/


/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	
	img {	
		border: none;
	}
	


/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	body {
		font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
		font-size: 11px;
		line-height: 1.2;
		text-align: center;
		background: #fff url(images/logo.gif) no-repeat;
		color: #717073;
	margin: 0;
	padding: 0;
}

	hr { 
		display: none;
	}
		
	strong {
		font-weight: bold;
	}
		
	em {
		font-style: italic;
	}
	
	address {
		font-style: normal;
	}

	input, textarea, select {
		font: 1em Tahoma, "Trebuchet MS", Arial, sans-serif;
		color: #444;
	}
	
	a {
		color: #e70b7b;
		text-decoration: none;
	}

	a:visited {}

	a:hover, a:focus {
		color: #e70b7b;
		text-decoration: underline;
	}

	a:active {}
	


/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	#wrapper {
		background-repeat: repeat-x;
		width: 1000px;
		margin: 0;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.6em;
		position: absolute;
		padding: 0;
		top: 0;
		left: 0;
		border: 0px dotted #6c00dc;
}
	
	/* HEADER */

#header {
		width: 1000px;
		height: 150px;
		overflow: visible;
		background: url(images/headerDottedLine.gif) no-repeat;
	border: 0px dotted #7159ff;
}

#headerLeft {
		width: 400px;
		height: 150px;
		float: left;
		padding: 0;
		position: relative;
	margin: 0;
	top: 0;
	left: 0;
	background: url(images/logo.gif) no-repeat;
}
#headerRight {
		background-repeat: no-repeat;
		width: 600px;
		height: 150px;
		float: right;
		padding: 0;
		position: relative;
	margin: 0;
	top: 0;
	left: 0;
}

#navigation {
		width: 450px;
		overflow: hidden;
		float: right;
		margin-top: 83px;
		text-align: right;
		color: #dbdbdc;
		padding-right: 75px;
}

#navigation a {
	color: #e70b7b;
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	#navigation a:hover {
	color: #f695bd;
	text-decoration: none;
}

#navigation .on {
	color: #fcdfeb;
	text-decoration: none;
}

/* HOMPAGE CONTENT */
#content {
		width: 1000px;
		float: left;
	clear: none;
	border: 0px dotted #f9a784;

}
.homeSubhead{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #e8187c;
	padding-top: 5px;
}
#homeButton {
		background-color: #e8187c;
	width: 50px;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	display: inline;
}

#homeButton:hover {
		background-color: #f695bd;

}

#homeButton .buttonText {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin: 1px 0 0;
	padding: 0;
	display: block;
}

/* ///////// Left Home */

#leftContent {
		width: 425px;
		min-height: 300px;
		height: 340px;
		overflow: visible;
		position: relative;
		float: left;
	background: url(images/bottles02.jpg) no-repeat;

	border: 0px dotted #00dad6;
	margin-left: 20px;
}

/* ///////// Right Home */

#rightContent {
		width: 475px;
		position: relative;
		float: left;
	padding-top: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border: 0px dotted #ccffa0;
}
	#rightContent img {
}
	#rightContent p {
	margin-right: 25px;
	margin-bottom: 10px;
	line-height: 18px;
}

#rightContent a {
	color: #e70b7b;
}

#rightContent a:visited {
	color: #e70b7b;
}

#rightContent a:hover {
	color: #f695bd;
	text-decoration: none;
}

/* Homepage Lower Content */

#secondaryContent {
	width: 900px;
	border: 0px solid #2795ff;
	position: relative;
	clear: none;
	font-size: 1em;
	float: left;
	height: auto;
	margin-bottom: 50px;
	padding-left: 120px;
	background: url(images/footerShadow.gif) no-repeat 0 0;
	padding-top: 20px;
	margin-top: 10px;
}

/* //////// Module01 */

#secondaryContent01 {
	border: 0px solid #00ed21;
	position: relative;
	float: left;
	background: url(images/home_modBG.gif) no-repeat;
	overflow: visible;
	width: 270px;
	height: auto;
}
	#secondaryContent01 p {
	padding-right: 40px;
	font-size: 1em;
	line-height: 1.4em;
	padding-left: 22px;
	padding-top: 10px;
}

#secondaryContent01 a {
	color: #717073;
}

#secondaryContent01 a:visited {
	color: #717073;
}

#secondaryContent01 a:hover {
	color: #999;
	text-decoration: none;
}
	#secondaryContent01 h4 {
	font-weight: bold;
	color: #8dbb21;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -5px;
}
	#secondaryContent01 img {
	padding-left: 21px;
	padding-top: 20px;
}

/* //////// Module02 */

#secondaryContent02 {
	width: 270px;
	border: 0px solid #2795ff;
	float: left;
	position: relative;
	background: url(images/home_modBG.gif) no-repeat;
	display: inline;
	overflow: auto;
}
	#secondaryContent02 p {
	padding-left: 22px;
		font-size: 1em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 40px;
}

#secondaryContent02 a {
	color: #717073;
}

#secondaryContent02 a:visited {
	color: #717073;
}

#secondaryContent02 a:hover {
	color: #999;
	text-decoration: none;
}
	#secondaryContent02 h4 {
	font-weight: bold;
	color: #66b0c1;
	padding-left: 22px;
	padding-top: 10px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -5px;
}

	#secondaryContent02 img {
	padding-left: 21px;
	padding-top: 20px;
}

/* //////// Module03 */

#secondaryContent03 {
	width: 270px;
	border: 0px solid #2795ff;
	float: left;
	position: relative;
	background: url(images/home_modBG.gif) no-repeat;
	overflow: auto;
}
	#secondaryContent03 p {
	padding-right: 50px;
	padding-left: 22px;
		font-size: 1em;
	line-height: 1.4em;
	padding-top: 10px;
}

#secondaryContent03 a {
	color: #717073;
}

#secondaryContent03 a:visited {
	color: #717073;
}

#secondaryContent03 a:hover {
	color: #999;
	text-decoration: none;
}
	#secondaryContent03 h4 {
	font-weight: bold;
	color: #e8187c;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: -5px;
}

	#secondaryContent03 img {
	padding-left: 21px;
	padding-top: 20px;
}

/* SECOND LEVEL CONTENT */

/* //////// Lower Left */

#lowerLeftContent {
	border: 0px dotted #00dad6;
	float: left;
	width: 490px;
	padding: 25px 40px 50px 150px;
}


	#lowerLeftContent p {
	margin-top: 10px;
}
	#lowerLeftContent img {
	margin-bottom: 10px;
}

#lowerLeftContent .entry {
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

#lowerLeftContent h3 {
	color: #e70b7b;
	padding-top: 10px;
	text-transform: uppercase;
	font: 15px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#lowerLeftContent h4 {
	color: #e70b7b;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.4em;
}

/* ///////// Lower Right */

#lowerRightContent {
		width: 200px;
		float: right;
	border: 0px solid #ff92ed;
	text-align: right;
	color: #f695bd;
	position: relative;
	padding-right: 75px;
}

	#lowerRightContent ul {
	display: inline;
	width: 200px;
}


	#lowerRightContent li {
	display: inline;


}

	#lowerRightContent ul li a {
		display: block; 
		text-decoration: none !important; 
		margin-left: 0; 
		padding-top: 8px;
		padding-bottom: 8px;
	background: url(images/navDotted2.gif) bottom right no-repeat;
	padding-right: 5px;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#lowerRightContent ul li a:hover {
	color: #f695bd;
}

/* SHOP CONTENT */

#leftContentShop {
		width: 450px;
		height: 375px;
		min-height: 300px;
		overflow: hidden;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		position: relative;
		float: left;
	background: url(images/bottles02.jpg) no-repeat -60px 20px;
}



#lowerLeftContentShop {
	border: 0px dotted #00dad6;
	float: left;
	width: 490px;
	padding: 25px 40px 50px 150px;
}


	#lowerLeftContentShop p {
	margin-top: 10px;
	padding-right: 20px;
}
	#lowerLeftContentShop img {
	margin-bottom: 0px;
	margin-right: 0px;
}

#lowerLeftContentShop.entry {
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 25px;
	margin-bottom: 20px;
}


#lowerLeftContentShop h3{
	margin-bottom: 5px;
	margin-right: 25px;
	font-weight: bold;
	color: #e70b7b;
	padding-top: 10px;
	font-size: 1.1em;
}

#lowerLeftContentShop .shopSep{
	margin-top: 70px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d4d4d4;
}

/* ///////// SubNav */

#rightNav {
	width: 200px;
	background: url(images/subNavTop1.gif) no-repeat;
	padding-top: 30px;
	float: right;
	border: 0px solid #ff92ed;
}

#rightNav ul li .subNavOn {
	color: #f695bd;
}

#rightContentShop {
		width: 300px;
		min-height: 300px;
		overflow: hidden;
		position: relative;
		float: left;
	padding-top: 25px;
	padding-bottom: 100px;
	padding-left: 0;
}
	#rightContentShop img {
	margin-bottom: 10px;
}
	#rightContentShop p {
	margin-bottom: 10px;
	margin-right: 25px;
	font-size: .9em;
}

#rightContentShop h3 {
	margin-bottom: 5px;
	margin-right: 25px;
	font-weight: bold;
	color: #e70b7b;
	padding-top: 10px;
}

/* Right Nav */

/* FOOTER */


	#footer {
	width: 850px;
	clear: both;
	position: relative;
	color: #999;
	padding-top: 25px;
	float: left;
	border: 0px solid #ec00ac;
	padding-bottom: 25px;
	margin-left: 100px;
	border-top: 1px solid #CCC;
	padding-left: 35px;
	margin-top: 50px;
	font-size: 12px;
	line-height: 14px;
}

	#footer p{
	margin-top: 10px;
}		

	#footer a:link {
	color: #999;
}	
	#footer a:visited {
	color: #999;
}	
	#footer a:hover {
	color: #e70b7b;
	text-decoration: none;
}
	


