/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: arial,sans-serif;;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 140%; 
	color: #685e51;
	background-color: #8ca4d5;
	
	text-align: center; 
}

h1 {
	font-size: 1.9em;
	color:  #7a96ba;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  arial,sans-serif;;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 5px;
	color: #ba7cb2;
}

/* LINKS */
a {
 	color:  #8E8883;
	font-size: 12px;
	text-decoration: none;
}
a:link {
 	color:  #8E8883;
	font-size: 12px;
	text-decoration: none;
}
a:visited{
 	color:  #ba7cb2;
	font-size: 12px;
	text-decoration: none;
}
a:hover{
	color:  #9ab7cd;
	font-size: 12px;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
}

li {
	padding: 2px;
	list-style: url(images/bullet.gif);
	text-align: left;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #8ca4d5;
	margin: 0 auto; 

	background-repeat: repeat;
	text-align: left;
}


/* BANNER */

#banner {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 10px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
a:link {
 	color:  #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#banner a:visited{
 	color:  #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#banner a:hover{
	color:  #fed350;
	font-weight: bold;
	font-size: 10px;
	
}
#banner #tagline {
	position: absolute;
	right: 0px;
	top: 30px;
	}
#banner #basket {
	position: absolute;
	right: 255px;
	top: 100px;
}
#banner #cartmenu {
	position: absolute;
	right: 72px;
	top: 84px;
}

/* TOP NAVIGATION */
#banner #navigationtop {
	background-color: #8ca4d5;
	padding-bottom: 5px;
	right: 40px;
	top: 158px;	
	text-align: right;
	position: absolute;
}
#banner #navigationtop a {
 	color: #ffffff;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#banner #navigationtop a:visited {
 	color: #ffffff;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#banner #navigationtop a:hover {
 	color: #fed350;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#banner #navigationtop #search {
	position: absolute;
	right: 665px;
	width: 300px;
	text-align: left;
	top: -20px;
}
.searchtext {
	font-size: 11px;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	
}

#contentwrapper {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 455px;
	margin-top: 5px;
}
#sidebar p {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 5px;
	text-align: justify;
}
#sidebar ul {
	
}

#sidebar li {
	margin-left: 30px;
	padding-bottom: 2px;
	font-size: 12px;
	list-style: url(images/bullet.gif);
	text-align: left;
}
#sidebar h1 {
	color:  #7a96ba;
	letter-spacing: 0.5px;
	padding-left: 20px;
	font-size: 1.65em;
	font-weight: bold;
	text-align: justify;
	}

#sidebar h2 {
	letter-spacing: 0.5px;
	padding-left: 20px;
	color: #ba7cb2;
	font-weight: bold;
	font-size: 16px;
	text-align: justify;
}


/* MAIN CONTENT */

#main {
	margin-left: 460px;
		
}

#main h1 {
	color:  #7a96ba;
	letter-spacing: 1px;
	padding-left: 20px;
	font-size: 1.05em;
	font-weight: bold;
	text-align: justify;
	}

#main h2 {
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 10px;
	color: #80B9BE;
	font-weight: bold;
	font-size: 0.8em;
}
#main h3 {
	color:  #9C2242;
	letter-spacing: 1px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#main p {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 36px;
	text-align: justify;
}

/* MAIN BODY LINKS */

#main a:link {
 	color:  #9C2242;
	text-transform: uppercase;
	text-decoration: none;
}
#main a:visited{
 	color:  #9C2242;
	text-transform: uppercase;
	text-decoration: none;
}
#main a:hover{
	color: #A79B8F;
	text-transform: uppercase;
}
#main ul {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	}
#main li {
	margin-left: 30px;
	padding-right: 20px;
	list-style: disc;
	
}
#main .contact {
	color: #814E2A;
	font: bold 14px  Tahoma, Arial, Helvetica, sans-serif;
}

/* HOME PAGE MAIN */

#mainhome {
	margin-left: 460px;
		
}

#mainhome p {
	font-size: 12px;
	text-align: center;
}

/* MAIN2 CONTENT */

#main2 {
	float: left;
	width: 960px;
	background-color: #FFFFFF;
}

#main2 h1 {
	color:  #7a96ba;
	letter-spacing: 1px;
	padding-left: 20px;
	font-size: 1.65em;
	font-weight: bold;
	text-align: justify;
	}

#main2 h2 {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 10px;
	color: #ba7cb2;
	font-weight: bold;
	font-size: 1.2em;
}
#main2 h3 {
	color:  #9C2242;
	letter-spacing: 1px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

#main2 p {
	font-size: 12px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: justify;
}
#main2 a:link {
 	color: #ba7cb2;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	}

#main2 a:hover {
 	color: #685e51;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	}
#main2 ul {
	margin-left: 130px;
	margin-right: 100px;
	font-size: 12px;
	padding: 2px;
}

#main2 li {
	padding: 2px;
	list-style: url(images/bullet.gif);
	text-align: left;
}
.q {
	color: #ba7cb2;
	font-size: 22px;
	font-weight: bold;
}
.an {
	color:  #90d8f8;
	font-size: 22px;
	font-weight: bold;
}
.formtext {
	color: #ba7cb2;
	font-size: 16px;
	font-weight: bold;
}


/* BOTTOM NAVIGATION */
#navigationbottom {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 0.75em;
	text-align: center;
	color: #7c7c7c;
	background-color: #ffffff;
	clear: both;
}
#navigationbottom a {
 	color:#8E8883;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
}
#navigationbottom a:visited {
 	color: #8E8883;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
}
#navigationbottom a:hover {
 	color: #9ab7cd;
	font-weight: bold;
	border-right: 1px dotted #9ab7cd;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-decoration: none;
}

/* FOOTER / COPYRIGHT INFO */
#copyright {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #7c7c7c;
	background-color: #ffffff;
	clear: both;
}
#copyright a:link {
 	color:  #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}
#copyright a:visited{
 	color:  #ADADAD;
	text-transform: uppercase;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
	text-transform: uppercase;
}

