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

#logoHome {
	position:absolute;
	top: -8px;
	left: -106px;
	z-index: 999;
}
#logo {
	position:absolute;
	top: 0px;
	left: -117px;
	z-index: 999;
}


/**************************************************************
   Page Backgrounds
 **************************************************************/
 
.home {
	background-image: url(images/bg-header2.jpg);
	background-repeat: no-repeat;
}
.about {
	background-image: url(images/bg-header-about.png);
}

/**************************************************************
   Main contact
 **************************************************************/

p {
	font-size: 18px;
	line-height: 175%;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#mainContentHome {
	padding: 0px 60px 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
}
#mainContent {
	padding: 150px 60px 20px 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
}
#homeIntro {
	width: 677px;
	padding-right: 20px;
}



/**************************************************************
   Navigation
 **************************************************************/
 
#menuHome {
	z-index: 99;
	right: 92px;
	top: 32px;
	text-align: center;
	position: absolute;
	width: 845px;
}

#menuHome a {
	display: inline-block;
	font-family: 'Cabin+Condensed', sans-serif;
	font-weight: 500;
	line-height: 30px;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;

}
#menuHome a:link, #menu a:visited {
	font-size: 12px;
	letter-spacing:1px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: right;
}
#menuHome a:hover     {
	color: #ffffff;
	background-color: #A9398A;
}

#menu {
	z-index: 99;
	right: 143px;
	top: 15px;
	text-align: center;
	position: absolute;
	width: 836px;
}

#menu a {
	display: inline-block;
	font-family: 'Cabin+Condensed', sans-serif;
	font-weight: 500;

}
#menu a:link, #menu a:visited {
	font-size: 10px;
	letter-spacing:1px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a:hover     {
	color: #ffffff;
	background-color: #A9398A;
}



/**************************************************************
   BUTTONS
 **************************************************************/
 
.btn, .checkout a.button, .checkout input.button {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 3px 15px 3px 8px;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: normal;
	font-family: 'Cabin+Condensed', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #803689;
	color: #ffffff;
}

.btn:link {
	color: #FFFFFF;
	text-decoration: none;
}

.btn:hover {
	background-color: #af1b00;
	color: #FFFFFF;
}

.btn:visited {
	color: #FFFFFF;
	text-decoration: none;
}



/**************************************************************
   Footer
 **************************************************************/

#footer {
	width: auto;
	background-color: #590F56;
	padding: 20px 80px;
	height: auto;
	text-align:center;
	position:relative;
}
#footer p {
	color: #FFFFFF;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#footer h2 {
	color: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	font-size: 22px;
	margin-bottom: 8px;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration: underline;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}

#bottomMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:800px;
	margin:0 auto;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 30px;
	height: auto;
	text-align:center;
	margin-top: 10px;
	text-transform: uppercase;
}
#bottomMenu a:link {
	text-decoration: none;
	color: #590F56;
}
#bottomMenu a:visited {
	text-decoration: none;
	color: #590F56;
}
#bottomMenu a:hover {
	text-decoration: underline;
	color: #590F56;
}
#bottomMenu a:active {
	text-decoration: none;
	color: #590F56;
}


/**************************************************************
  STYLES FOR CONTACT FORMS
 **************************************************************/
 


#contact input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0;  -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background:#333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
input.submit:hover { background:#444; }

span.required{ font-size: 13px; color: #F05B26; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #F05B26 url('assets/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#FFFFFF;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#success_page h1 { background: url('assets/success.gif') left no-repeat; padding-left:0px; }
.list3 .list3-font {
	font-size: 16px;
	line-height: 180%
}
