body {
	color:rgb(255,255,255);
	background: rgb(0,0,0); 
	margin:0;
	font:11px verdana, arial, helvetica, sans-serif;
    text-align:center;
padding-bottom:10px;
	}
	
/* Hides from IE-mac \*/
* html .hollyhack {height: 1%;}
* html #floatcontent {height: 1%;}
/* End hide from IE-mac */

#frame {
width:780px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
text-align:left;
}

#contentSideAndMain {
position: relative;
margin:0;
padding:0;
border: 0px solid rgb(152,39,0);
width: auto;
}
#contentSideAndMainInner {
position: relative;
width: auto;
}

#main {
	position:relative;
	width:auto;
	padding:0px;
	margin-top:0px;
	}


td {font:11px/20px verdana, arial, helvetica, sans-serif;
color:rgb(255,255,255);
}

img {
	padding:2px;
	border-color: rgb(145,46,215);
	border-width: 1px;
  border-style: solid;
	 }

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:600;
	font-style:italic;
	color:rgb(225,95,201);
	}
	
h2 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:800;
	font-style:italic;
	color:rgb(203,202,200);
	}
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:700;
	color:rgb(203,202,200);
	}
	
p {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	padding:0px;
	color:rgb(255,255,255);
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}


p.navBetaFont {
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
			  color:black;
			  }
p.contentFont {
	color:rgb(255,255,255);
			  }
p.footerFont {
	font-size:11px;
	line-height:14px;
	color:rgb(225,95,201);
			  }

a {
	color:rgb(225,95,201);
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:rgb(225,95,201);}
a:visited {color:rgb(225,95,201);}
a:hover {color:rgb(255,255,255)}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	margin:10px 210px 10px 166px;
	border:0px solid rgb(96,151,255);
	background-color:rgb(255,255,255);
	padding:10px;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* All the content boxes belong to the content class. */
.contentPopUp {
	position:relative;
	width:auto;
	margin:0px 0px 0px 0px;
	border: 1px solid rgb(145,46,215);
	padding:15px;
	}
.contentTopBox {
	position:relative;
	width:auto;
	margin:0px 0px 0px 0px;
	border: 1px solid rgb(145,46,215);
	padding:15px;
	}

/* All the content boxes belong to the content class. */
.contentSecondRemand {
	position:relative;
	width:auto;
	min-width:320px;
	margin:10px 0px 0px 0px;
	border: 1px solid rgb(145,46,215);
	/*background:rgb(255,255,255);*/
	padding:15px;
	}
	
#footerOuter {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    color:rgb(225,95,201);
	width:auto;
	margin-top:10px;
	border: 1px solid rgb(145,46,215);
	}

.contentFooter {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    color:rgb(225,95,201);
	width:auto;
	padding:5px 0px 1px 0px;
	}

.contentFooter a {
    color:rgb(225,95,201);
	}
.contentFooter a:hover { 
    color:rgb(225,95,201); 
	}
div.hrFooter {
}
div.hrFooter hr {
  display: none;
}
div.hrContent {
}
div.hrContent hr {
  display: none;
}

.alignbottom {
vertical-align: text-bottom;
}	
	
/* All the heading boxes belong to the headingBox class. */
#contentListBox {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:50%;
	border:0px solid rgb(96,151,255);
	background-color:transparent;
	padding:10px;
	text-align: left;
	z-index:4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
#contentListBox ul { 
        padding: 0; 
        margin: 0; 
        line-height: 20px; 
} 
#contentListBox li { 
        list-style: none; 
        margin: 0; 
} 
#contentListBox a { 
        display: block; 
        text-decoration: none; 
		position:relative; 
		color: maroon; 
		font-weight:600; 
		font-size: 14pt; 
		font-family: arial; 
} 
#contentListBox a:hover { 
        color:white; 
}

input.formField {
width: 98%;
color: rgb(120,120,120); /* text color */
background: rgb(191,189,190);
font-weight: normal;
}

input.formFieldMandatory {
width: 98%;
color: rgb(255,255,255); /* text color */
background: rgb(137,136,135);
font-weight: normal;
}

checkbox.formFieldMandatory {
background: rgb(137,136,135);
}

textarea.formField {
width: 98%;
color: rgb(120,120,120); /* text color */
background: rgb(191,189,190);
font-weight: normal;
}

textarea.formFieldMandatory {
width: 98%;
color: rgb(255,255,255); /* text color */
background: rgb(137,136,135);
font-weight: normal;
}


select.formField {
width: 98%;
color: rgb(120,120,120); /* text color */
background: rgb(191,189,190);
font-weight: normal;
}

select.formFieldMandatory {
width: 98%;
color: rgb(255,255,255); /* text color */
background: rgb(137,136,135);
font-weight: normal;
}

.tblButton {
font-size: 10px;
font-family: verdana;
font-weight: bold;
text-align: center;
margin-bottom: 2px;
margin-top: 2px;
}

input.formButton {
color: rgb(255,255,255); /* text color */
background: rgb(145,46,215);
text-decoration: none;
font-weight: bold;
}

input.fileButton {
color: rgb(255,255,255); /* text color */
background: rgb(145,46,215);
font-weight: normal;
width: 98%;
}

p.formButton {
color: rgb(255,255,255); /* text color */
background:rgb(145,46,215);
font-weight: bold;
}

input.cartButton {
padding:7px 10px 7px 5px;
text-align:left;
color: rgb(102,51,0); /* text color */
		background:rgb(226,222,213) url(images/cartBlack.gif) 0 0 no-repeat;
		background-position:right;
font-weight: bold;
}

p.cartButton {
padding:7px 10px 7px 5px;
text-align:left;
color: rgb(102,51,0); /* text color */
		background:rgb(248,244,232) url(images/cartBlack.gif) 0 0 no-repeat;
		background-position:right;
font-weight: bold;
}

#newNavAlpha1 {
	position:relative;
	width:100%;
	padding:0;
	margin-top:0px;
}

#newNavAlpha1Info {
    position:relative;
	/*float:left; */
	width:auto;
	text-align:center;
	/*background:rgb(253,229,167);
	border-top: 1px solid rgb(249,186,13);
	border-bottom: 1px solid rgb(249,186,13);*/
	line-height:12px;
	font:bold 100% verdana, arial, helvetica, sans-serif;
	padding:0px 10px 0px 10px;
	margin:5px 0px 5px 0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

	}	
/* body>#newNavAlpha1Info {width:98%;} */
	
	#newNavAlpha1Info ul {
	margin:0;
	padding:0px 0px 0 0;
	list-style:none;
	text-align:center;
	}
	
	#newNavAlpha1Info li {
	float:left;
	color:rgb(62,36,35);
	margin:0;
	padding:0px 2px 0px 2px;
	}

	#newNavAlpha1Info a {
	display:block;
	color: rgb(255,255,255); 
	font-size:8pt;
	font-weight:600;
	font-style:italic;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	}
	
#newNavAlpha1Info a:hover { 
		color: rgb(225,95,201); 
} 	
#newNavAlpha1Info #current {
		color: rgb(225,95,201); 
}
	
#newNavAlpha1Info #current a {
		color: rgb(225,95,201); 
	}

#newNavAlpha1BannerAds {
  position: relative;
  width: auto;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
#newNavAlpha1BannerAds ul {
  margin:0;
  list-style: none;
  text-align: left;
  padding: 0px;
}
#newNavAlpha1BannerAds li {
  float: left;
  margin:0;
  width: 120px;
  height: 90px;
  padding: 0px;
  margin-bottom: 2px;
  margin-right: 4px;
  text-decoration: none;
}
#newNavAlpha1BannerAds span {
  font: 10px/16px verdana, arial, helvetica, sans-serif;
  text-align: left;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  color:rgb(225,95,201);
  text-decoration: none;
}
#newNavAlpha1BannerAds image {
border:none;
}
#sectionbar {
    /*position:relative;*/
	width:98%;
	font-size:10pt;
	font-weight:500;
	line-height:10px;
	margin-bottom:0px;
	/*z-index:1;*/
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

	}	
/* body>#sectionbar {width:98%;} */
	
	#sectionbar ul {
	margin:0;
	padding:0px 10px 0px;
	list-style:none;
	}
	
	#sectionbar li {
	float:left;
	color:rgb(0,0,0);
	margin:0;
	padding:0px 5px 0px 5px;
	}

	#sectionbar a {
	display:block;
	color:rgb(200,200,200);
	text-decoration:none;
	/*background-color: rgb(238,238,209);*/
	padding:5px 5px 5px 5px;
	}
	
#sectionbar a:hover { 
	color:rgb(255,255,255);
	text-decoration:none;
} 	
	#sectionbar #currentTab {
	color:rgb(255,255,255);
	text-decoration:none;
	}
	
	#sectionbar #currentTab a {
	color:rgb(255,255,255);
	text-decoration:none;
	padding-bottom:5px;
	}
	
#sectionbarFooter {
  display:table;
  padding:0;
  margin:0 auto;
  list-style-type:none;
  white-space:nowrap;
  }
#sectionbarFooter li {
  display:table-cell;
  }
* html #sectionbarFooter li {
  float:left;
  }
#sectionbarFooter a {
  width:auto;
  display:block;
  padding: 0px 5px 0px 5px;
  color:rgb(225,95,201);
  text-decoration:none;
  }
* html #sectionbarFooter a {
  float:left;
  }
#sectionbarFooter a:hover {
  color:rgb(225,95,201);
  text-decoration: underline;
  }

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}

#sectionbarBlog {
    /*position:relative;*/
	float:left;
	width:100%;
	font-size:10pt;
	font-weight:500;
	line-height:10px;
	margin-bottom:0px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

	}	
/* body>#sectionbarBlog {width:98%;} */
	
	#sectionbarBlog ul {
	margin:0;
	padding:0px 10px 0px;
	list-style:none;
	}
	
	#sectionbarBlog li {
	float:left;
	color:rgb(132,127,105);
	margin:0;
	padding:0px 5px 0px 5px;
	}

	#sectionbarBlog a {
	display:block;
	color:rgb(132,127,105);
	text-decoration:none;
	/*background-color: rgb(238,238,209);*/
	padding:5px 5px 5px 5px;
	}
	
#sectionbarBlog a:hover { 
	color:rgb(132,127,105);
	text-decoration:underline;
} 	
	#sectionbarBlog #currentTab {
	color:rgb(132,127,105);
	text-decoration:underline;
	}
	
	#sectionbarBlog #currentTab a {
	color:rgb(132,127,105);
	text-decoration:underline;
	padding-bottom:5px;
	}
	
div.hr {
  display: none;
}
div.hrThin {
  display: none;
}
div.hr hr {
  display: none;
}


	#info {text-align:center;}

#info p {clear:both; font-weight:500; text-align:center;}

#thumbs2 {
  display:table;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
  }
#thumbs2 li {
  display:table-cell;
  }
* html #thumbs2 li {
  float:left;
  }
#thumbs2 a {
  width:160px;
  height:150px;
  display:block;
  /*padding:4px 16px;*/
  border:0px solid #fff; 
  text-decoration:none;
  }
* html #thumbs2 a {
  float:left;
  }

.thumbcontainer {clear:both; text-decoration:none;}
* html .thumbcontainer {display:inline-block;}

.cleaner2 {
clear:both;
border: none 0;
color:rgb(11,32,137);
height: 1px;
}	 
fieldset {
  width: 90%;
  margin:  0 1.5em 1.5em 0;
  padding: 0;
}
legend {
  margin-left: 1em;
  color: #FFF;
  font-weight: bold;
}
fieldset ol {
  padding: 1em 1em 0 1em;
  list-style: none;
}
fieldset li {
  float: left;
  clear: left;
  width: 100%;
  padding-bottom: 1em;
}
.text {
width: 40%;
color: rgb(0,0,0);
background: rgb(191,189,190);
font-weight: normal;
}
.select {
width: 35%;
color: rgb(0,0,0);
background-color: rgb(191,189,190);
font-weight: normal;
}
fieldset.submit {
  width: 90%;
  border: 0 none #FFF;
}
.submitbutton {
color: rgb(255,255,255);
background: rgb(145,46,215);
text-decoration: none;
font-weight: bold;
}
label {
  float: left;
  width: 15em;
  margin-right: 1em;
  text-align: right;
}
label em {
  color: red;
  font-size: 85%;
  font-style: normal;
}
fieldset fieldset {
  width: 70%;
  margin-bottom: -2.5em;
  border-style: none;
  background-color: transparent;
  background-image: none;
}
fieldset fieldset legend {
  margin-left: 0;
  width: 10em;
  text-align: right;
  font-weight: normal;
}
fieldset fieldset legend em {
  color: red;
  font-size: 85%;
  font-style: normal;
}
fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 11em;
  padding: 0;
}
fieldset fieldset label {
  float: none;
  width: auto;
  margin-right: auto;
}

