/*predefined tags*/
body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
img {
	border:none;
}
a {
	border:none;
	outline:none;
	color:#5c4837;
}
a:hover {
	text-decoration:none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	margin:10px 0 10px 0;
}
ul {
	margin:0;
	padding:0;
}
h1 {
	margin:0;
	padding:0;
}
h2 {
	margin:0;
}
h3 {
	margin:0;
}
h4 {
	margin:0;
}
div {
	overflow:hidden;
}
input {
}
textarea {
}
select {
}

/* MAIN STRUCTURE HOME */

#wrapper {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


#contentHome {
	width:1000px;
	height:750px;
	float:left;
	position:relative;
	background:url(../../images/home_page_bg.jpg);
}

h1.homeLogo a {
	width:307px;
	height:94px;
	float:left;
	position:relative;
	display:inline-block;
	background:url(../../images/logo_home_page.gif) no-repeat;
	text-indent:-999px;
	margin:330px 0 0 150px;
}

#homeNav {
	width:auto;
	height:auto;
	float:left;
	position:relative;
	display:inline;
	margin:335px 0 0 60px;
}

#homeNav li {
	width:auto;
	height:50px;
	list-style:none;
	float:left;
	display:inline;
}

#homeNav li a {
	float:left;
	display:inline;
	text-indent:-9999px;
	margin-left:20px;
}

#homeNav li a.about {
	width:69px;
	height:50px;
	background:url(../../images/home_about.gif);
}
#homeNav li a.about:hover {
	background:url(../../images/home_about_on.gif);
}

#homeNav li a.collection {
	width:116px;
	height:50px;
	background:url(../../images/home_collection.gif);
}
#homeNav li a.collection:hover {
	background:url(../../images/home_collection_on.gif);
}

#homeNav li a.contact {
	width:96px;
	height:50px;
	background:url(../../images/home_contact.gif);
}
#homeNav li a.contact:hover {
	background:url(../../images/home_contact_on.gif);
}


/* MAIN STRUCTURE CONTENT */

#content {
	width:1000px;
	height:750px;
	float:left;
	position:relative;
	background:url(../../images/content_page_bg.jpg);
}

#headerContent {
	width:1000px;
	height:100px;
	position:relative;
	float:left;
	margin-top:100px;
	padding:0 100px 0 25px;
}
#bodyContent {
	width:780px;
	height:auto;
	position:relative;
	float:left;
	display:inline;
	margin-left:100px;
}

h1.contentLogo a {
	width:307px;
	height:94px;
	float:left;
	position:relative;
	display:inline-block;
	background:url(../../images/logo_home_page.gif) no-repeat;
	text-indent:-999px;
	margin-left:100px;
}

#contentNav {
	width:auto;
	height:auto;
	float:left;
	position:relative;
	display:inline;
	margin:5px 0 0 80px;
}

#contentNav li {
	width:auto;
	height:50px;
	list-style:none;
	float:left;
	display:inline;
}

#contentNav li a {
	float:left;
	display:inline;
	text-indent:-9999px;
	margin-left:20px;
}

#contentNav li a.about {
	width:69px;
	height:50px;
	background:url(../../images/home_about.gif);
}
#contentNav li a.about-on {
	width:69px;
	height:50px;
	background:url(../../images/home_about_on.gif);
}
#contentNav li a.about:hover {
	background:url(../../images/home_about_on.gif);
}

#contentNav li a.collection {
	width:116px;
	height:50px;
	background:url(../../images/home_collection.gif);
}
#contentNav li a.collection-on {
	width:116px;
	height:50px;
	background:url(../../images/home_collection_on.gif);
}
#contentNav li a.collection:hover {
	background:url(../../images/home_collection_on.gif);
}


#contentNav li a.contact {
	width:96px;
	height:50px;
	background:url(../../images/home_contact.gif);
}
#contentNav li a.contact-on {
	width:96px;
	height:50px;
	background:url(../../images/home_contact_on.gif);
}
#contentNav li a.contact:hover {
	background:url(../../images/home_contact_on.gif);
}

#leftcol {
	width:300px;
	height:450px;
	float:left;
	position:relative;
	margin:25px 0 0 0;
}

#rightcol {
	width:440px;
	height:450px;
	float:right;
	position:relative;
	margin:25px 0 0 0;
}

#footer {
	width:1000px;
	height:20px;
	position:relative;
	float:left;
	display:inline;
	text-align:center;
}

#footer p {
	margin:0;
	color:#967d66;
}

#footer a {
	margin-right:10px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

