@charset "utf-8";
/* CSS Document */

html{height:101%;}

body { /* the main background of the computer screen*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image:url(images/background.jpg);
}

.mainOuter {/*the main background of the container eg.layout background*/
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(images/background.jpg);
	width:959px;
	height:auto;
	text-align: left;
}

a:link{ font-weight:bold; color:#930042;}
a:visited{ font-weight:bold; color: #930042;	text-decoration: none;}
a:active{ font-weight:bold; color: #930042;	text-decoration: none;}
a:hover{font-weight:bold; text-decoration: underline;	color: #363636;}


/*==========menu==========*/
.menuContainer{
	width:206px; 
	height:203px; 
	float:left;
	margin-top:160px;
	font-size:1px;
}
.menuPadding{width:10px; height:363px; float:left;}
.smallOffer{
	width:206px; 
	height:78px; 
	float:left;
	margin-top:98px;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
}
/*==========content-index==========*/
.indexContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	background-image:url(images/index-container.jpg);
	background-repeat:no-repeat;
}
.indexContent{width:730px; height:367px; float:left;}
.contentTextPaddingTop{width:720px; height:40px; float:left;}
.contentTextPaddingLeft{width:270px; height:300px; float:left; }
.contentText{width:450px; height:auto; float:left; }
.contentTextIndex{width:350px; height:auto; float:left; margin-left:50px; }
.offer{
	width:463px;
	height:170px;
	float:left;
	font-size:1px;
}
.offerPadding{width:480px; height:170px; float:left;}
/*==========content-about==========*/
.aboutContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	font-weight:bold;
	background-image:url(images/about-container.jpg);
	background-repeat:no-repeat;
}
.aboutContent{width:730px; height:367px; float:left;}
.aboutText{width:450px; height:auto; float:left; }
/*==========content-necessities==========*/
.necessitiesContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	background-image:url(images/necessities-container.jpg);
	background-repeat:no-repeat;
}
.necessitiesText{width:670px; height:auto; float:left; }
.more-necessitiesText{width:670px; height:auto; float:left; }
.necessitiesTextPaddingTop{width:720px; height:110px; float:left;}
.necessitiesTextPaddingLeft{width:50px; height:200px; float:left; }

.h1{
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#363636;
}

/*==========content-specialities==========*/
.specialitiesContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	background-image:url(images/specialities-container.jpg);
	background-repeat:no-repeat;
}

/*==========content-blank==========*/
.blankContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	background-image:url(images/blank-container.jpg);
	background-repeat:no-repeat;
}
.blankText{width:670px; height:auto; float:left; margin-left:50px; margin-top:50px;}

/*==========content-contact==========*/
.contactContainer{
	width:959px; 
	height:551px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	background-image:url(images/contact-container.jpg);
	background-repeat:no-repeat;
}
.contactContent{width:730px; height:auto; float:left;}
.contactSpace{width:280px; height:500; float:left;}
.contactText{width:450px; height:auto; float:left; margin-top:40px;}

/*==========footer==========*/
.footerContainer{
	width:959px; 
	height:30px; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;	
	color:#FFFFFF;	
	font-size:10px;
}
.footerText{
	width:900px;
	height:15px; 
	float:left;
	margin-left:10px;
	margin-top:2px;
}
.footerText a{	color:#FFFFFF;	text-decoration:none;}
.footerText a:visited{	color:#FFFFFF;	text-decoration:none;}
.footerText a:hover{ color:#930042;	text-decoration:underline;}

