﻿/******************/
/* global styles */
/****************/
@import url("module_header.css");
@import url("module_nav.css");
@import url("module_home.css");
@import url("module_sub.css");
@import url("module_footer.css");

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: #DCDCDC url(../images/bg_main.gif) repeat-x;
	text-align: center;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	color: #c40061;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-weight: normal;
}

/* main container */
#container {
	margin: 0 auto 0;
	padding: 0;
	width: 899px;
	position: relative;
}

/* page content */
#content {
	width: 899px;
	padding: 0;
	margin: 0 0 17px 0;
	text-align: left;
}

h4 {
	margin: 25px 0 10px 0;
	font-size: 13px;
	text-decoration: none;
}


p {
	line-height: 17px;
	margin: 0 2px 22px 0;
	padding: 0;
}


a, a:visited {
	text-decoration: none;
	color: #993399;
}

a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
}

.right 
{
	text-align: right;
}

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

#social {
	background: url(../images/social-bg.png) no-repeat;
	height: 211px;
	position: absolute;
	width: 40px;
	top: 160px;
	right: -40px;
}

#social ul {
	list-style: none;
	margin: 0 0 0 5px;
	margin-left : 6px\9; /* IE8 and below */  
 	*margin-left : 3px; /* IE7 and below */
	padding: 28px 0 0 0;
}

#social li {
	height: 30px;
	width: 30px;
	margin: 0 0 7px 0;
}

#social li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 30px;
}

a.li {
	background-position: 0 0;
}
a.fb {
	background-position: 0 -37px;
}
a.wp {
	background-position: 0 -73px;
}
a.yt {
	background-position: 0 -110px;
}
a.rss {
	background-position: 0 -147px;
}

.noside { width: auto !important; }

