/* Start of CMSMS style sheet 'ATTRACTIVE2_default' */
/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

body {
	background: #E5E5E5;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}

p, ol
{
	margin-top: 10px;
}

h1, h2, h3 {
	color: #575656;
}

h1 {
	font-size: 1.5em;
}

h1 a {
	font-size: 1.5em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #575656;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #ec008d;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #575656;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #ec008d;
}

hr {
	display: none;
}


#main
{
width: 778px;
margin: 0 auto;
background: #ffffff url(images/header.gif) no-repeat;
border-left: 15px solid #D9D9D9;
border-right: 15px solid #D9D9D9;
}


/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 312px;
}

/* Logo */

#logo {
	width: 778px;
	height: 262px;
	margin: 0 auto;
	text-align: left;
	background: url(images/header.png) no-repeat left top;
}


#logo h1 {
	padding-left: 40px;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 12px;
	font-size: 24px;
}

#logo h2 {
	text-transform: none;
	font-size: 14px;
	color: #000000;
	padding-left: 40px;
}

#logo h2 .italic {
	font-style: italic;
	color: #ec008d;
}

#logo h1 a {
	color: #ec008d;
}


#logo a {
	color: #000000;
}

/* Page */

#page {
	width: 663px;
	margin: 0 auto;
}


/* Content */

#content {
	float: left;
	width: 460px;
	padding-left: 5px;
	padding-top: 5px;
	background: url(images/sidebar.gif) repeat-x;
}

#content H2
{
background: url(images/menu.gif) repeat-x;
height: 24px;
padding-top: 5px;
padding-left: 15px;
width: 440px;
font-size: 16px;
color: #3B3B3B;
}

#content H2 a
{
color: #ffffff;
}

#content a:hover
{
color: #ec008d;
}

#content .entry
{
padding: 10px;
width: 440px;
}

/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 175px;
	background: url(images/sidebar.gif) repeat-x;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 12px;
	line-height: normal;
}

#sidebar2 h2 {
	background: url(images/menu.gif) repeat-x;
	height: 24px;
	width: 150px;
	color: #3B3B3B;
	padding-left: 20px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
}

#sidebar2 a:hover {
	border: none;
	color: #ec008d;
}

.back_title
{

}

#sidebar2 .top {
 padding-top: 20px;
 }

.defaultFilterBox img {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}

.defaultFilterBox:hover img {
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}



/* Footer */
#footer
{
padding: 10px;
height: 32px;
background: url(images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #575656;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #575656;
}

/* common content related styles*/
.clearAll
{
	clear: both;
}
.defaultImage
{
	background: #E0E0E0;
	padding: 5px;
	border: 1px solid #ec008d;
	margin: 10px;
}
.defaultImage:hover
{
	background: #ffffff;
	border: 1px solid #ec008d;
}

.defaultImageGallery
{
	background: #E0E0E0;
	padding: 5px;
	border: 1px solid #ec008d;
	margin: 10px;
}

.defaultImageLeft
{
	background: #FFF;
	padding: 5px;
	margin: 10px 10px 5px 0;
	border: 1px solid #555;
	float: left;
}
.defaultImageRight
{
	background: #FFF;
	padding: 5px;
	margin: 10px 0 5px 10px;
	border: 1px solid #555;
	float: right;
}
.defaultImageNoMargin
{
	background: #FFF;
	padding: 5px;
	border: 1px solid #555;
	margin: 0;
}
.center, .center td
{
	text-align : center;
}
.verticalTop, .verticalTop td
{
	vertical-align: top;
}
.verticalMiddle, .verticalMiddle td
{
	vertical-align: middle;
}
.fullWidth
{
	width: 99%;
}
.halfWidth
{
	width: 43%;
}
.width60
{
	width: 60%;
}
.rightAlign
{
	text-align: right;
}
.rightFloat
{
	float: right;
}
.rightAlignFloat
{
	text-align: right;
	float: right;
}
.leftAlign
{
	text-align: left;
}
.leftFloat
{
	float: left;
}
.leftAlignFloat
{
	text-align: left;
	float: left;
}
.marginZero
{
	margin: 0;
}
.paddingZero
{
	padding: 0;
}
.borderZero
{
	border: 0;
}
.heightZero
{
	height: 0;
	line-height: 0;
}

/*---table styles---*/
.defaultTable
{
	padding: 10px;
}
.defaultTable td, .defaultTable th
{
	text-align: left;
}
.defaultTable th
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
	color: #FFF;
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	border-top: 1px solid #EC008D;
	letter-spacing: 2px;
	padding: 6px 6px 6px 12px;
	background: #EC008D;
}
.defaultTable th.center, .defaultTable td.center
{
       text-align: center;
}
.defaultTable th.right, .defaultTable td.right
{
       text-align: right;
}
.defaultTable th.firstLeft, .defaultTable td.firstLeft
{
	border-left: 1px solid #EC008D;
}
.defaultTable td.alt {
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666;
}
.defaultTable td.alt2 {
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	background: #E6EEFF;
	padding: 6px 6px 6px 12px;
	color: #3C5D9F;
}
.defaultTable td.alt3 {
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	background: #fff;
	padding: 5px 5px 5px 6px;
	color: #666;
}
.defaultTable td.alt4 {
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	background: #D9D9D9;
	padding: 5px 5px 5px 6px;
/*	color: #3C5D9F;*/
}
.defaultTable td.alt5 {
	border-right: 1px solid #EC008D;
	border-bottom: 1px solid #EC008D;
	background: #EC008D;
	padding: 5px 1px 5px 6px;
	color: #FFF;
}

.defaultTable td.noborderbottom, .defaultTable th.noborderbottom
{
	border-bottom: 0px;
}

/* End of 'ATTRACTIVE2_default' */

