/* Page Structure Styles */

html, body {
	height: 100%; /* Required */ 

}

* html #main
{
height: 100%;
}

body {
	background-color: #702F71;
	background-image: url(bg_new.jpg);
	scrollbar-face-color: #702F71;
	scrollbar-highlight-color: #702F71;
	scrollbar-shadow-color: #702F71;
	scrollbar-3dlight-color: #E4BBFF;
	scrollbar-arrow-color: #E4BBFF;
	scrollbar-track-color: #E4BBFF;
	scrollbar-darkshadow-color: #E4BBFF;
	margin: 0px;
	padding: 0px;
	background-position: 0px 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #E4BBFF;
	font-weight: bold;
	background-repeat: repeat-x;
	background-attachment: scroll;
}


#heading {
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}


#nav {
	width: 160px;
	float: left;
	margin: 0px;
	padding: 20px 0px 4px 12px;
    min-height: 100%; /* For Modern Browsers */ 	
}

#main {
	width: 550px;
	margin: 0px;
	padding: 12px 0px 4px 12px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #E4BBFF;

	float: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */

}




#footer {
	margin: 0px;
	background-position: 0px 0px;
	text-align: right;
	background-color: #C776BB;
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4BBFF;
	border-bottom-color: #E4BBFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #E4BBFF;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;

}

/* footerStickAlt Styles */

#footer {
	clear: both;
	float: none;
	position: relative;
	margin-top: 0em;
	/* play with the number above */
} 


/* HTML Styles */


a:link,a:visited,a:active {
	color: #E4BBFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 14pt;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: left;
	color: #C776BB;
	font-weight: bold;
	line-height: 14pt;

}
h2 {
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;		
}

h3 {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;	
}
h4 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #C776BB;
	font-weight: bold;
	line-height: 12pt;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-left: 4px;
	text-transform: uppercase;

}


img {
	padding: 0px;
	margin: 4px;
}
img.template {
	padding: 0px;
	margin: 0px;
}
p,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 1.25;
	text-align: left;
	font-weight: normal;
	padding: 0px;
}



.left {
	float: left;
	height: 40px;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


a.nav:link,a.nav:visited,a.nav:active {
	color: #E4BBFF;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.borderleft {
	margin: 10px 0px 10px 20px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 220px;
	background-color: #C776BB;
}
.borderright {
	margin: 10px 20px 10px 0px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 220px;
	background-color: #C776BB;
}
img.sample {
	padding: 0px;
	margin: 0px;
	border: 2px solid #FFFFFF;
}
#main p a.promo {
	font-size: 115%;
	text-align: center;
	display: block;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
#main p a.promo:hover {
	background-color: #79337B;
}


.coming_soon h5 {text-transform:uppercase;}