/*
--------------------
*/

* {margin: 0; padding: 0;}
/* html {height: 100%; margin-bottom: 1px;} */
body {height: 100%;}


/* Body Typeset
-------------------------- */
body {
	font: 75%/1.4em Arial, sans-serif;
	height: 100%;
	background-color:#CC0067;
	color: #ffffff;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre,
ul, ol, dl, address {
    margin:  0;
    padding: 0;
	}
	
blockqoute {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	list-style-type: circle;
}
	
p {
font-size: small;
font-family: Arial, Helvetica, sans-serif;
}

.welcome {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.search {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: -1px;
	padding-bottom: 3px;
	color: #ffffff;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: normal;
	padding-bottom: 3px;
	color: #ffffff;
/* 	border-bottom: 1px solid #eee;*/
	
	}

h1 {font-size: 140%;}
h2 {font-size: 100%; text-decoration: underline;}
h3 {font-size: 100%; text-decoration: underline;}
h4 { font-size: 100%; text-decoration: underline;}
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */

#container {
	width: 775px;
	margin: 0 auto;
	border: solid black 1px;
}

#masthead {
	width: 775px;
	background-color: #FFFFFF;
	clear: both;
}

#content-wrapper {
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 775px;
	float: left;
	clear: both;
	background-color: #c33374;
}

#navwrap {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	background-color: #CC3366;
	width: 191px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	background-image: url(images/left-side.gif);
}

#maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	background-color: #C33374;
	width: 584px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/main-cont.gif);
}

#footercontent {
	position: relative;
	width: 775px;
	padding: 15px 0px 15px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	clear: both;
	background-color: #993366;
	border-top: solid white 5px;
}

#content-row1 {
	position: relative;
	width: 454px;
	padding: 32px 0px 5px 130px;
	float: left;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#content-row2 {
	position: relative;
	width: 449px;
	padding: 30px 5px 20px 130px;
	float: left;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#copyright {
	position: relative;
	height: 80px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	float: none;
	clear: both;
}

/* Links
-------------------------- */

a, a:link, a:active {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	/* background: #ffc; */
	color: #ff66cc;
	}
#footercontent a, #footercontent a:link, #footercontent a:active {
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	}
#footercontent a:hover {
	background: ##CC0066;
	color: #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	}
	
/*- Menu 4--------------------------- */
	
#menu4 {
	width: 188px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	
	}
	
#menu4 li a {
	height: 30px;
  	voice-family: inherit;
 	text-decoration: none;
	list-style-type: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #ffffff;
	display: block;
	background-image: url(images/button.gif);
	padding: 12px 5px 0px 8px;
	list-style-type: none;
	}
	
#menu4 li a:hover {
	color: #ff66cc;
	background-image: url(images/button.gif);
	list-style-type: none;
	}
	
#menu4 li a:active {
	color: #ff66cc;
	background-image: url(images/button.gif);
	list-style-type: none;
	}
	


/* style features
-------------------------- */

	
/* style features
-------------------------- */
.bold {
	font-weight: bold;
	}
.product-title {
	font-weight: bold;
	font-size: 150%;
	color: #336733;
	}

/* Lists
-------------------------- */
ul, ol {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	}
li {
	list-style-type: none;
	}
