@charset "UTF-8";

p{font-size: 14px;
	color: #666666;
	}
a img { border: none; }

a:link {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #FF5ACE;
}

h2 {
	font-size: 16px;
	font-style:italic;
	color: #FF5ACE;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF5ACE;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image: url(images/bg.png);	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 900px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	}
	
#header{
	height:80px;
}

#content{
	width: 860px;
	float: left;
	margin-right: 30px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px  3px 5px #9B367C;
	-webkit-box-shadow: 3px  3px 5px #9B367C;
	-webkit-border-radius: 10px; 
	border: 1px solid #ffffff; 
	padding: 20px; 
}

#thirdbubble{
	width: 237px;
	height: 210px;
	float: left;
	margin-right: 30px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px  3px 5px #9B367C;
	-webkit-box-shadow: 3px  3px 5px #9B367C;
	-webkit-border-radius: 10px; 
	border: 1px solid #ffffff; 
	padding: 20px; margin-top: 33px;
}
#thirdbubblefarright{
	width: 237px;
	height: 210px;
	float: left;
	background: #ffffff;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px  3px 5px #9B367C;
	-webkit-box-shadow: 3px  3px 5px #9B367C;
	-webkit-border-radius: 10px; 
	border: 1px solid #ffffff; 
	padding: 20px; margin-top: 33px;
}

#tabs ul.nav {
	margin-top: 10px;
}
#tabs ul.nav * { display: inline; }
#tabs ul.nav li { float: left; background: url("images/tab.png") no-repeat 0px; padding-left: 20px; margin-left: 3px; position: relative; }
#tabs ul.nav li a { text-decoration: none; float: left; background: url("images/tab.png") no-repeat 100%; height: 50px; padding: 0 20px 0 0; line-height: 50px; font-size: 13px; color: #FF5ACE; text-transform: uppercase; font-weight: bold; }
#tabs ul.nav li a:hover { text-decoration: underline;}

#tabs ul.nav div
{	
	clear: left;
	background-image: none;
	text-align: left;
	display: block;
	top: 50px;
	position: absolute;
	visibility: hidden;
	margin-left: -20px;
	padding: 0;
	border: 1px solid #FF5ACE;
	background: #FFFFFF;
}

#tabs ul.nav div a
{	
	clear: left;
	float: none;
	background: #ffffff;
	color: #FF5ACE;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	width: auot;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FF5ACE;
	font-size: 14px;
	font-weight: normal;
}

#tabs ul.nav div a:hover
{	
	background: #FFEAF4; color: #FF5ACE; text-decoration: none;
}
