/* Start of CMSMS style sheet 'main css' */
*{
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}

body{
	margin:0px;
	padding:0px;
	background-color:#E2B5B4;
}

div.Wrapper{
	width:1010px;
	height:787px;
	background-image:url('uploads/images/Background.jpg');
}

div.Main{
	width:668px;
	height:633px;
	margin-left:247px;
	margin-top:154px;
	float:left;
	background-image:url('uploads/images/MainBackground.jpg');
	position:relative;
}

div.Text{
	width:312px;
	height:520px;
	overflow: scroll;
	overflow-x: hidden;

}

div.TextMain input, div.TextMain textarea {
	border: 1px solid #FDD3D8;
	text-align: center;
	width: 150px;
	padding: 2px 3px;
}

div.TextMain textarea {
	width: 278px;
}

div.TextIndex{
	width:316px;
	margin-left:10px;
	margin-top:10px;
	float:left;
}

div.TextMain{
	padding:10px;
}

.two-columns div.TextMain {
	height: 415px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom: 10px;
	text-align: center;
}

.two-columns #HomeList {
	border-top: 2px solid pink;
	padding: 8px 0 0;
	display: block;
}

.two-columns.pink-left div.TextMain {
	height: 545px;
	text-align: left;
}

#ServicesList{
	padding-left: 0;
	margin-left: 0;
}

#ServicesList li{
	list-style: none;
	margin: 0;
}

div.WhiteBorder{
	background-color:#FFFFFF;
	margin-left:32px;
	height:585px;;
	width:617px;
	float:left;
}

div.ServicesImages{
	float:right;
	width:243px;
	margin-top:40px;
	margin-right:21px;
}

img.Services{
	padding-bottom:40px;
}




div.MenuTop{
	float:right;
	margin-right:31px;
	width:604px;
}

ul#MenuTop,ul#MenuTop li{
	list-style-type:none;
	margin:0;
	padding:0
}

ul#MenuTop{
	padding-left:15px;
}

ul#MenuTop li{
	float:right;
	width:117px;
	margin-right:2px;
	text-align:center;
	text-transform: lowercase;
}

ul#MenuTop a{
	float:right;
	width:117px;
	padding:2px 0 5px;
	text-decoration:none;
	background-image:url('uploads/images/MenuBackground.gif');
	color:#FFFFFF;
}

div.MenuSide{
	width:32px;
	top:59px;
	left: 0px;
	z-index:100;
	position:absolute;
}

img{
	border:none;
}


div.HomeImage1{
	width:251px;
	height:355px;
	float:right;
	margin-top:10px;
	margin-right: 21px;
}

img.HomeImage{
	padding:15px;
	background-color:#FDD3D8;
}


#HomeList{
	padding-left: 0;
	margin-left: 0;
}

#HomeList li{
	list-style: none;
	margin: 0;
	color:#EF5BA1;
	width:110px;
}

span.Main{
	font-size:18px;
}

div.TextMainBottom{
	float:left;
	position: absolute;
	top: 445px;
}

/* End of 'main css' */

