*
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
}

/* --------------------------------------------------------------------------- */		
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* --------------------------------------------------------------------------- */



.clearDiv
{
	clear:both;
	text-indent: -9999px;
	height: 0px;
}


/* ------------------------------------------------------------------------- */
body
{
	background-color: #e1477d;
	background-image: url(../images/page-bg01.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;	
}
/* ----------------------------------------------- */
#outerDiv
{
	width: 970px;
	margin: 0px auto;
	margin-top: 30px;
}

/* ----------------------------------------------- */
header
{
	padding: 5px 10px;
}


	#snLinks
	{
		float:left;		
	}

	#snLinks li
	{
		list-style:none;
		display: inline;
	}	
	
	#loginBlock
	{
		float:right;		
		margin-left: 00px;
		margin-top: 10px;
	}
	
	#loginBlock li
	{
		list-style:none;
		display: inline;		
		line-height: .4em;
	}
	
	#loginBlock li a
	{
		text-decoration: none;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #444;

	}	
	
	#loginBlock li a:hover
	{
		color: #fff;
	}


/* ----------------------------------------------- */
#mainDiv
{
	float:left;
	background-color: #fff;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius:  0px 0px 10px 10px;
	-webkit-border-radius:  0px 0px 10px 10px;	
	
	box-shadow: 0 0 10px #000;
	-moz-box-shadow:  0 0 10px #000;
	-webkit-box-shadow:  0 0 10px #000;	
}
/* ----------------------------------------------- */
#bannerBlock
{
	width: 950px;
	height: 236px;	
}

/* ----------------------------------------------- */
nav
{
	width: 948px;
	background-color: #F255AF;
	background-image:url(../images/menu-bg.jpg);
	height: 43px;
	border: 1px solid #932D7C;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius:  0px 0px 10px 10px;
	-webkit-border-radius:  0px 0px 10px 10px;
	
}

nav ul
{
	list-style:none;
}

nav li
{
	list-style: none;
	float:left;
	text-decoration:none;	

	
}

nav li.menuItem span
{
	background-image:url(../images/menu-heart.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 20px;

}


nav li.menuSeperator

{
	width: 2px;
	background-image:url(../images/menu-seperator.png);
	text-indent: -999px;
	height: 43px;
	
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    line-height: 43px;
    text-indent: -9999px;	
}

nav a
{
	text-decoration:none;
	height: 42px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    line-height: 43px;
	text-align:center;
	vertical-align:middle;
	width:116px;
	color: #fff;
	display:block;
	float: left;
    /*text-shadow: 1px 1px #222222, -1px -1px #444444;	*/	
}

nav a:hover, nav a:active
{
	background-image:url(../images/menu-hover.png);
}

nav a#firstMenu:hover
{
	border-radius: 0px 0px 0px 10px;
	-moz-border-radius:  0px 0px 0px 10px;
	-webkit-border-radius:  0px 0px 0px 10px;	
}

nav a#lastMenu
{
	width:122px;
}

nav a#lastMenu:hover
{
	width:122px;
	border-radius: 0px 0px 10px 0px;
	-moz-border-radius:  0px 0px 10px 0px;
	-webkit-border-radius:  0px 0px 10px 0px;	
}

/* ----------------------------------------------- */

#leftSideBar
{
	float:left;
	width: 230px;
}

#leftSideBar li
{
	list-style:none;
	width: 228px;
	height: 148px;
	margin-top: 8px;	
	
}

#leftSideBar li img
{
	border: 1px solid #aaa;
}

#leftSideBar img#firstExAd
{
	border: 1px solid #aaa;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:  10px 10px 0px 0px;
	-webkit-border-radius:  10px 10px 0px 0px;	
}

#leftSideBar img#lastExAd
{
	border: 1px solid #aaa;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius:  0px 0px 10px 10px;
	-webkit-border-radius:  0px 0px 10px 10px;	
}

#leftSideBar li img:hover, #leftSideBar #firstExAd:hover, #leftSideBar img#lastExAd:hover
{
	border: 1px solid #ECA0C6;	
}


/* ----------------------------------------------- */
#midColumn
{
	float:left;	
	width: 460px;
	padding: 0 15px;
}

#welcomeMessage
{
	margin-top: 10px;
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
}

#welcomeMessage h3
{
	color: #F7941C;
	font-size: 16px;
}

#welcomeMessage p
{
	margin-top: 5px;
	font-size: 12px;
	color: #555;
	line-height: 20px;
}

#welcomeMessage a
{
	text-decoration:none;
	color: #ED1796;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

#welcomeMessage a:hover
{
	color: #F7931B;
}

/* ----------------------------------------------- */
#youTubeVideo
{
	text-align:justify;
	margin-top: 15px;
}

#youTubeVideo h3
{
	color: #F7941C;
	font-size: 16px;
	margin-bottom: 5px;
}



/* ----------------------------------------------- */

#latestNews
{
	text-align:left;
	padding: 10px;
	border: 1px solid #999;
	margin-top: 10px;
}

#latestNews li
{
	list-style: circle;
	list-style-position:inside;
	margin-bottom: 5px;
}

#latestNews li a
{
	text-decoration: none;
	color: #777;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#latestNews li a:hover
{
	color: #F7941C;
}

#latestNews h3
{
	color: #F7941C;
	font-size: 16px;
}

/* ----------------------------------------------- */

#bottomBanner
{
	margin-top: 13px;
}

#bottomBanner img
{
	width: 458px;
	border: 1px solid #999;	
}

/* ----------------------------------------------- */
#rightSideBar
{
	width: 230px;	
	float: left;	
}

#rightSideBar li
{
	list-style:none;
	height: 55px;
	margin-top: 5px;	
}

#rightSideBar li img
{
	border: 1px solid #aaa;
}


#rightSideBar img#firstSmallAd
{
	border: 1px solid #aaa;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius:  10px 10px 0px 0px;
	-webkit-border-radius:  10px 10px 0px 0px;	
}

#rightSideBar img#lastSmallAd
{
	border: 1px solid #aaa;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius:  0px 0px 10px 10px;
	-webkit-border-radius:  0px 0px 10px 10px;	
}

#rightSideBar li img:hover, #rightSideBar img#firstSmallAd:hover, #rightSideBar img#lastSmallAd:hover
{
	border: 1px solid #ECA0C6;	
}


/* ----------------------------------------------- */
#bottomAds
{
	width: 950px;
	height: 130px;
	border: 1px solid #999;
	margin-top: 10px;
}

#bottomAds li
{
	list-style:none;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
}


#bottomAds li:hover
{
	border: 1px solid #E54D01;	
}

/* ----------------------------------------------- */
footer
{
	margin-top: 15px;
}

footer li
{
	display:inline;
	padding: 2px;
	color: #333;
}

footer a
{
	text-decoration:none;
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

footer a:hover
{
	color: #E9FFDB;
}

footer #cRight
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
		
}

/* ----------------------------------------------- */







