@charset "UTF-8";
/** CSS Document **/
/**m2articulations**/



/*** MAIN Style Sheet ***/


* {
	margin: 0px;
	padding: 0px;
}

body {	
	font-family: "Century Gothic", sans-serif;
	background-color: #333333;	 	
}


h2 {
	margin: 100px 0px 0px 50px;
	font-size: 350%;
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
}

a.text, a.text:link, a.text:visited, a.text:hover, a.text:active {
	color: #FF6600;
}

a.text:hover {
	color: #FFFFFF;
}

/** CONTAINER ***/
#container {
	width: 1000px;
	margin: 40px auto 0px auto;
	position: relative;
}



/*** RULE FOR DESIGN TEXT ***/
/*** Style & PLACEMENT  ****/
/*** in TOP BOX areas  ***/
 p.fade { 
	color: #121212;
	position: absolute;
	top: 85px;
	left: 2px;
	line-height: 3em;
	word-spacing: 25px;
	text-align: justify;
	z-index: 30;
	margin-right: 0px;	
}

img.logo {
	position: absolute;
	top: 190px;
	left: 45px;
	z-index: 40;		
}


/*** HEADER Styles ***/
#header {
	width: 1000px;	
	height: 90px;
}

.contact {
	text-align: right;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#header h1 {
	color: #CCCCCC;	
	font-weight: normal;
}

#header p {
	color: #A48A6F;
}

span.orange {
	color: #FF6600;
}




ul#mainNav {			
	list-style-type: none;
}

li.nav {
	text-align: center;
	float: left;
	width: 100px;
	margin: 3px 8px 0px 0px;
			
}

a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6 {
	font-size: 80%;
	font-weight: bold;
}

a.nav1, a.nav1:link, a.nav1:visited, a.nav1:hover, a.nav1:active,
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:hover, a.nav2:active,
a.nav3, a.nav3:link, a.nav3:visited, a.nav3:hover, a.nav3:active,
a.nav4, a.nav4:link, a.nav4:visited, a.nav4:hover, a.nav4:active,
a.nav5, a.nav5:link, a.nav5:visited, a.nav5:hover, a.nav5:active,
a.nav6, a.nav6:link, a.nav6:visited, a.nav6:hover, a.nav6:active {
	text-decoration: none;	
	width: 100px;
	float: left;
	padding: 8px 0px 50px 0px;
}

/**********************/
/*** CONTENT Styles ***/
/**********************/

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/*** TOP BOX ***/
#topbox1, #topbox2, #topbox3, #topbox4, #topbox5, #topbox6 {
	width: 1000px;
	max-height: 250px;
	min-height: 250px;				
}

#topbox1, a.nav1 {
	background-color: #1E120C;
	color: #A48A6F;	
}


#topbox2, a.nav2 {
	background-color: #382217;
	color: #A48A6F;
}

#topbox3, a.nav3 {
	background-color: #4B3524;
	color: #A48A6F;
}

#topbox4, a.nav4 {
	background-color: #624830;
	color: #1E120C;
}

#topbox5, a.nav5 {
	background-color: #A48A6F;
	color: #382217;
}

#topbox6, a.nav6 {
	background-color: #FF6600;
	color: #382217;
}

#topbox1 p, #topbox2 p, #topbox3 p, #topbox4 p,
#topbox5 p, #topbox6 p, #bottombox p {
	margin: 30px;
}

/*** BOTTOM BOX ***/
#bottombox {
	width: 1000px;
	max-height: 480px;
	min-height: 480px;
	background-color: #121212;	
	border-top: 1px solid #FF6600;
	position: absolute;
	top: 230px;
	left: 0px;	
}

#flash {
	margin-top: 20px;
}

#bottombox p {
	color: #A48A6F;
}

#bottombox p.quote {		
	font-size: 100%;
	font-family: "Lucida Calligraphy", serif;
	text-align: left;
	margin-left: 50px;	
}

#bottombox p.noquote  {
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 20px;
}

#bottombox h3 {
	margin: 0px 0px 0px 50px;
	color: #FF6600;
	font-weight: normal;
	font-size: 100%;
}

span.price {
	position: absolute;
	left: 300px;
}

span.author {
	font-family: "Century Gothic", sans-serif;
	font-size: 80%;
	margin-left: 400px;
}


#left {
	position: absolute;
	top: 120px;
	left: 22px;		
	width: 460px;
}

#right {
	position: absolute;
	top: 120px;
	right: 20px;
	width: 460px;	
}

/*** FOOTER ***/
#footer {
	width: 1000px;	
	background-color: #121212;
	position: absolute;
	top: 712px;	
}



/*** Background images Transparency ***/
img.background {
	opacity: 0.25;
	filter: alpha(opacity=30);
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
