@charset "utf-8";

* {
	margin: 0; 
	padding:0;
}

/**
 * Design
 */
 
html,body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E4E5;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

p {
	margin: 0;
}

a {
	color: #E80B8C;
}
	
a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

h1 {
    font-size: 14px;
	font-weight: bold;
	color: #E80B8C;
	margin: 12px 0;
}

h2 {
    font-size: 12px;
	font-weight: bold;
	color: #4E0D52;
	margin: 0;
}

h3 {
    font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #E80B8C;
	margin: 12px 0;
}

#content p, #contact p {
	margin: 0 0 12px 0;
}

.sideheader {
	font-weight: bold;
	color: #4E0D52;
}

.sidetext {
	color: #E80B8C;
}

.testimonial p {
	color: #4E0D52;
	margin: 0 0 6px 0;
	padding: 5px;
}

.quote {
	font-style: italic;
	text-align: left;
	margin: -3px 0;
}

.name {
	text-align: left;
	margin: -6px 0;
}

#footer p {
    font-size: 12px;
	color: #4E0D52;
	text-align: center;
	margin: 6px 0;
}


/**
 * Menu
 */

ul#menulist {
	height: 199px;
	width: 190px; 
	margin: 100px 0;
	padding: 0;
	background-color: #4E0D52;
	list-style-type:none;
}

ul#menulist li {
	height: 49px;
	margin: 0px 0px 1px 0px;
	padding: 0; 
	vertical-align: middle;
	background-color: #FFFFFF;
}

ul#menulist a {
	width:170px; 
	margin: 0; 
	padding: 5px 0 0 15px;
	background-image: url(../images/nonactive.gif);
	background-repeat: no-repeat;
	color:#4E0D52; 
	text-decoration:none; 
	display:block !important; display:inline-block;
}

ul#menulist a:hover, ul#menulist a:active, ul#menulist a#current {
	background-image: url(../images/active.gif);
	background-repeat: no-repeat;
	color:#E80B8C; 
}

.menutext {
    font-size: 16px;
	font-weight: bold;
}

.smenutext {
    font-size: 10px;
	font-weight: bold;
}


/**
 * Site structure
 */

div#container { 
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 780px;
	text-align: left;
} 

div#menubar {
	background-color: #FFFFFF;
	margin: 0;
	width: 190px;
	text-align: left;
	float: left;
}

div#rightcontent {
	background-color: #FFFFFF;
	width: 590px;
	text-align: left;
	float: left;
}

div#logo { 
	background-color: #FFFFFF;
	height: 100px;
	width: 590px;
	text-align: left;
}

div#slogan {
	background-color: #FFFFFF;
	height: 200px;
	width: 590px;
	text-align: left;
} 

div#content { 
	background-color: #FFFFFF;
    width: 370px;
	padding: 0 10px 10px 0;
	text-align: left;
	float: left;
}

div#rightsidebar {
	background-color: #FFFFFF;
	background-image: url(../images/violetline.gif);
	background-repeat: no-repeat;
	width: 190px;
	text-align: left;
	float: left;
} 

#contact {
	margin: 10px 0 10px 0;
	padding: 0 0 0 5px;
}

.testimonial {
	background-color: #E3E4E5;
	margin: 30px 0 10px 0px;
	padding: 0;
}

#content .testimonial {
	margin: 50px 0 10px 0px;
}

div#footer {
	background-color: #FFFFFF;
	border-top:1px solid #4E0D52;
	height: 30px;
	width: 780px;
	clear: both;
}

.inlineright {
	margin: 0 5px 10px 10px;
	border: none;
	float: right;
}