html{
	margin:0; padding:0;
	background: url(/candy/fade-bg.jpg) repeat-x;
	background-color: #e4e4e4;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	scrollbar-base-color: #d9d9d9;
	scrollbar-shadow-color: #dedede;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background: url(/candy/arrow-background.jpg) top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}
a{
	color: #8B0714;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8B0714;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	font: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
ul li { 
	background-repeat: no-repeat;
	background-position: 0 .4em;
	font: bold normal 10px/normal Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	list-style: square
}
ol {

	line-height: normal;
	margin: 10px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	list-style: disc
}
blockquote {
	margin: 20px 0 30px 0;
	text-align: center;
	font-size: 12px /*"Lucida Calligraphy", "Imprint MT Shadow", Harrington, "Gill Sans MT", "Freestyle Script", Castellar, "Brush Script MT"*/;
	font-weight: bold;
	color: #000;
}
h1{
	color:#000;
	font-size: 21px;
	font-weight:normal;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2{
	color:#626262;
	font-size: 12pt;
	font-weight:600;
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-variant: normal;
	letter-spacing: 1pt;
	word-spacing: 1pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr { 
	margin-top: 15px;
	margin-bottom: 15px;
}
table {
	font: normal 10px/normal Arial, Helvetica, sans-serif;
	text-transform: none; color: #000000;
}
#wrap{
	margin: 0 auto;
	width: 840px;
	padding: 0;
}
#topspace{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 830px;
	height:30px;
	text-align:right;
	padding: 2px 0 0 0;
}
#headerl{
	margin: 0; padding: 0;
	float:right;
	width: 675px;
	height: 12px;
}
#headerl a{
	margin: 0 0 0 25px;
	padding: 0;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	font-size: 11px;
}
#headerl a:hover{
	color: #CC0000;
}
#header {
	margin: 0 auto;
	width: 840px;
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(/candy/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navwrap{
	margin: 0 auto;
	width: 100%;
	padding: 0;
	height: 40px; 
	background-image: url(/candy/navbar-red.jpg);
}
/* start dropdown nav */
#nav{
	width: 840px;
	height: 39px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}
#nav a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	white-space:nowrap;
	margin-right: 11px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 39px;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	white-space:nowrap;
	margin-right: 11px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 39px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	display:block;
	white-space:nowrap;
	margin-right: 11px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 39px;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display:block;
	white-space:nowrap;
	margin-right: 11px;
	margin-left: 11px;
	font-size: 12px;
	line-height: 39px;
}
#nav ul{
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
}
#nav li{
	float: left;
	position: relative;
	width: auto;
	list-style-type: none;
}
#nav .go a:link{
	color: #8D3740;
	background-color: #FFFFFF;
	text-decoration:none;
	width: 175px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: capitalize;
	height: 16px;
	text-align: left;
}
#nav .go a:visited{
	color: #8D3740;
	background-color: #FFFFFF;
	text-decoration:none;
	width: 175px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: capitalize;
	height: 16px;
	text-align: left;
}
#nav .go a:hover{
	color: #FFFFFF;
	background-color: #A01822;
	text-decoration:none;
	width: 175px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #8D3740;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: capitalize;
	height: 16px;
	text-align: left;
}
#nav .go a:active{
	color: #8D3740;
	background-color: #FFFFFF;
	text-decoration:none;
	width: 175px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform: capitalize;
	height: 16px;
	text-align: left;
}
#nav li ul{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
#nav ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#nav ul ul ul{
	top:0;
	left:100%;
}
div#nav  li:hover{
	cursor:pointer;
	z-index:100;
}
div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none;}
div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */
#banner{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 100%;
	height: 190px;
	background:url(/candy/blackbar.jpg) repeat-x;
}
.bannerbox{
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
}
.bannerbox input{
	border: 1px solid #fff;
}
.bannerbox select{
	border: 1px solid #fff;
	height: 16px;
}
.bannerbox textarea{
	height: 50px;
	border: 1px solid #fff;
}
.bannerbox a{
	line-height: 18px;
	color: #fff;
	font-size: 10px;		
}
#sitewrap{
	margin:0 auto;
	background: url(/candy/background.jpg);
	width: 840px;
}
#breadcrumbs {
	margin: 0 auto;
	padding: 5px 0 10px 17px;
	width: 818px;
	height: 20px;
}
#content {
	margin: 0 auto;
	width: 760px;
	padding: 10px 40px 40px 40px;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.contentbox{
	margin: 0 10px 10px 10px;
	width: 360px;
	height: 110px;
	float: left;
	font-size: 11px;
}
.categorywrap{
	margin: 0 auto;
	width: 760px;
	padding: 10px 40px 40px 40px;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}
.categorybox{
	margin: 0 10px 10px 10px;
	width: 360px;
	height: 110px;
	float: left;
	font-size: 11px;
}
.categorybox img{
	margin: 0 15px 0;
}
.hostingbox2{
	margin: 0 10px 10px 10px;
	width: 280px;
	height: 110px;
	font-size: 11px;
	float: right;
}
.hostingbox{
	width: 320px;
	height: 110px;
	float: left;
	font-size: 11px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.hostingbox img{
	margin: 0 15px 0;
}
.icon{
	margin: 0 20px 0 0;
}
#footer{
	width: 760px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background: url(/candy/background.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#footer a{
	color: #8B0714;
	text-decoration: none;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer a:hover{
	color: #888888;
	text-decoration: underline;
	line-height: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer p {
	line-height: 14px;
}
#copyright{
	margin: 0 auto;
	width: 840px;
	height: 87px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #0000;
	background: url(/candy/bottom-fade.jpg) no-repeat;
	padding: 5px 0;
}
/* TRUST ELEMENTS */
#trust{
	height: 90px;
	margin: 0 0 0 20px;
	text-align:center;
	vertical-align:middle;
}
#trust ul{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#trust li{
	margin: 0 3px 0 2px;
	float: left;
	list-style: none;
}
.hoverpic{
	position: relative;
	z-index: 0;
	float: left;
}
.hoverpic:hover{
	background-color: transparent;
	z-index: 50;
}
.hoverpic img{
	margin: 0 10px 0;
}
.hoverpic span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid #666666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.hoverpic span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.hoverpic:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left: -120px; /*position where enlarged image should offset horizontally */
	top: -290px;
}
select {
	color:#000000;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
} 
option {
	color:#000000;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
} 
textarea {
	color:#000000;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
} 
input {
	color:#000000;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
} 
.quote {
	background-color: #E0E0E0;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 7px;
	border: 1px dotted #000000;
}
