/* CSS Document */

/* RESET */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */

body {
	margin: 0 auto;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #474747;
	background: url(/images/bg.jpg);
	}
#container {
	margin: 0 auto;
	width: 960px;
	background: url(/images/contBG.png) repeat-y;
	overflow: hidden;
	position: relative;
	}
#wrapper {
	background: url(/images/wrapperBG.jpg) repeat-y;
	background-color: #f0f0f0;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 940px;
	float: left;
	margin-left: 9px;
	}
div#header {
	width: 940px;
	height: 120px;
	background-color: #81214c;
	position: relative;
	overflow: hidden;
	margin: 0px 0 0 0;
	}
	
div.headerMain {
	height: 100px;
	border-bottom: 1px solid #f683c5;
	border-top: 1px solid #f683c5;
	width: 940px;
	padding:0;
	margin-top: 9px;
	overflow: hidden;
	position: relative;
	}
div.logo {
	float: left;
	width: 359px;
	height: 100px;
	background: url(/images/logo.jpg) no-repeat;
	}
h1.logo {
	width: 350px;
	height: 100px;
	background: none;
	line-height: 100px;
	visibility: hidden;
	}
div.headLeft {
	width: 581px;
	background: url(/images/headBG.jpg) repeat-y;
	height:100px;
	float: right;
	}
.headLeft img {margin-top: 20px; border: 1px solid #f683c5;}
div#nav {
	width: 170px;
	background: url(/images/navBG.jpg) repeat-y;
	overflow: hidden;
	float: left;
	}
div#content {
	text-align: left;
	background-color: #ffffff;
	float: left;
	width: 660px;
	border: 1px solid #e3e3e3;
 padding: 10px 5px 10px 10px;
	margin-left: 50px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	}
div#content h1 {margin: 10px 0 0 0px;}
div#content p {line-height: 19px; margin: 10px 0 10px 0;}
div#content p.important {margin-left: 35px; border-left: 3px solid #c5428e; padding-left: 7px; font-weight: bold;}
div#content a:hover {text-decoration: none; color: #81214c;}
div#content img.postimg {float: left; margin: 10px 10px 10px 0;}
div#content img.screen {padding: 1px; border: 1px solid #cccccc;}
div#featured {
	text-align: left;
	background-color: #ffffff;
	float: left;
	width: 660px;
	height: 270px;
	border: 1px solid #e3e3e3;
	margin-left: 50px;
	position: relative;
	margin-top: 20px;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	}	
div#featured div.addinfo {
 font-weight: bold;
 font-size: 11px;
 background-color: #000000;
 opacity:0.6;
 filter:alpha(opacity=60);
 height: 35px;
 line-height: 35px;
 color: #ffffff;
 margin: 20px 0 0 20px;
 padding: 0px 0 0 4px;
 position:relative;
 width: 300px;
}
div#featured div.addinfo2 {
 font-weight: bold;
 font-size: 11px;
 height: 35px;
 line-height: 35px;
 color: #ffffff;
 margin: 20px 0 0 20px;
 padding: 0px 0 0 4px;
 position:relative;
}
img.featured {
	width: 320px;
	height: 230px;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 18px 15px 0 18px;
	padding: 2px; position:relative;
	}
#featured h2 {
	color: #8e1d58;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 12px;
	}
#featured p, #content p {
	line-height: 18px; margin-bottom: 10px;
	}
#featured a {color: #c23f8a; text-decoration: none; font-weight: bold;}
#featured a:hover {text-decoration: underline;}

div#columns {
	float: left;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 50px;
	text-align: left;
	}
 h1 {
	background: url(/images/h1.png) center left no-repeat;
	line-height: 25px;
	height: 25px;
	padding-left: 30px;
	font-size: 18px;
	color: #8e1d58;
	margin-bottom: 20px;
	}	
div#col1 {
	width: 205px;
        padding: 0 5px 10px 5px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	margin-right: 6px;
 text-align: justify;
	}
#columns h2 {color: #8e1d58; font-size: 15px; margin: 8px 0 15px 0px;}
#col1 img {
	border: 1px solid #e3e3e3;
	margin: 0 0 15px 0px;
	padding: 1px;
	}
#col1 p {
	margin: 0 0px 20px 0px; line-height: 16px;
	}
#col1 a { color: #c23f8a; text-decoration: none; font-weight: bold;}
#col1 a:hover {text-decoration: underline;}

div#footer {
	clear: both;
	height: 50px;
	width: 940px;
	border-top: 1px solid #b2adad;
	border-bottom: 1px solid #b2adad;
	background: url(/images/footerBG.jpg) repeat-x;
	margin-bottom: 20px;
	overflow: hidden;
	}
#footer ul {float: left;margin-left: 25px;}
#footer ul li {
	line-height: 50px;
	display: inline;
	margin-right: 10px;
	}
#footer li a {color: #b2adad; text-decoration: none;}
#footer li a:hover {color: #cccccc; text-decoration: underline;}
#footer p {color: #b2adad; float: right;line-height: 50px; margin-right: 25px;}
div#footerbg {clear: both; background-color: #f0f0f0; width: 940px; height: 100px;}

/* TOP NAV */

div#top_nav { 
width: 940px;
background-color: #ea73b9;
line-height: 20px;
color: #ffffff;
padding:0;
margin:0;
border-bottom: 1px solid #de7eb6;
}

ul.top_nav {
margin:0;
padding:0;
height: 100%;
}

ul.top_nav li {
 display: inline;
 margin: 0 5px 0 5px;
 padding: 0 5px 0 5px;
}
ul.top_nav li a {

height: 20px;
margin:0;
padding:0;
color: #ffffff;
font-weight: bold;
text-decoration: none;
display: block;
width: 100px;
float: left;
 border-right: 1px solid #de7eb6;
}
ul.top_nav li a:hover {
 background-color: #81214c;
 
}


/* Nav List */

#nav h5 {
	margin: 10px 0 0 0;
	}
#nav h5 a {
	color: #8e1d58;
	text-decoration: none;
	margin: 10px 0 0 0;
	font-size: 14px;
	}
ul.nav {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 15px;
	}	
ul.nav li {
	background: url(/images/navItemBG.jpg);
	width: 160px;
	height: 29px;
	line-height: 29px;
	margin-bottom: 9px;
	border-top: 1px dotted #b2adad;
	border-bottom: 1px dotted #b2adad;
	}
ul.nav li a {
	color: #545454;
	text-decoration: none;
	font-weight: bold;
	}
ul.nav li a:hover {
	text-decoration: underline;
	}
	
/* Single Page */
#content h2 {margin: 10px 0 5px 0; text-transform: uppercase;}
#content img {margin: 0 5px 5px 0;}
#content p span {color: #f683c5; font-weight: bold;}
#content img.promo {margin: 10px 10px 10px 10px; float: left;}
#content ul {margin-left: 15px; margin-bottom: 10px; list-style-type: circle;}
#content ul li {line-height: 19px; margin-left: 15px;}
#content a.play {margin: 15px 15px 15px 0; display: block; text-decoration: none; color: #c23f8a; font-weight: bold; text-transform: uppercase;}

table.standard {
	font-size: 11px;
	font-family: verdana;
	border: 1px solid #cccccc;
 text-align:center;
	}
table.standard th {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	background-color: #e1e5eb;
	}
table.standard td {
	border-bottom: 1px solid #cccccc;
	padding: 2px 3px;
	}
ul#pozLinks {
	float: left; margin: 0 0 10px 25px; color: #aaaaaa;
	}
ul#pozLinks li {
	display: inline;
	margin-right: 5px; margin-bottom: 5px;}
#pozLinks a {
	color: #aaaaaa; text-decoration: none;
	}
#content a {color: #c23f8a;}

div#newsletter {
	text-align: left;
	margin: 10px 0 10px 50px;
	width: 661px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px; /* Safari, Chrome */
  	-khtml-border-radius: 5px;    /* Konqueror */
  	-moz-border-radius: 5px; /* Firefox */
	}
div#newsletter h1 {margin: 5px 0 5px 10px;}
div#newsletter p {line-height: 19px; margin: 10px 10px 10px 15px}
