@charset "utf-8";

html, body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFFFF;
	margin:0px;
	height: 100%;
}

#Container{
	position: relative;
	height:100%;
	min-height:100%;
	background-image:url(images/mainback.jpg);
	background-repeat:repeat-x;
	height:auto;
	width:840px;
	margin: 0px auto;
	padding: 0px auto;
	background-color: #fff;
	z-index:1;
}

#Container #HeadArea {
	position:relative;
	top:20px;
	width:auto;
	height:322px;
}

#Container #HeadArea #LogoArea {
	position:relative;
	width:auto;
	height:70px;
}

.Logo {
	width:131px;
	height:68px;
	float:left;
}

.CaptionArea {
	width:210px;
	height:68px;
	float:right;
}

.Caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999;
}

.RedText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#da4857;
	text-align:right;
}

#Container #HeadArea #ImageArea{
	position:relative;
	top:-2px;
	width:auto;
	height:322px;
	z-index:2;
}

.SideMenu {
	background-image:url(images/topmenuback.jpg);
	background-repeat:no-repeat;
	width:205px;
	height:222px;
	float:left;
	z-index:1;
}

.MainImage {
	width:635px;
	height:222px;
	z-index:2;
	float:right;
}

#Container #ContentArea {
	width:auto;
	height:100%;
	padding-top:20px;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:20px;
}

#Container #ContentArea #BannerArea {
	width:202px;
	height:500px;
	float:left;
}

#Container #ContentArea #TextArea {
	font-size:12px;
	line-height:18px;
	color:#666666;
	float:right;
	width:580px;
	height:100%;
}

.WelcomeText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#da4857;
	text-align:right;
}

.WelcomeText2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#606060;
	text-align:right;
}

.CustomerReview {
	background-image:url(images/reviewback.jpg);
	background-repeat:no-repeat;
	padding-left:19px;
	width:auto;
	height:250px;
}

.ReviewHeading {
	padding-top:10px;
	padding-left:15px;
	width:auto;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
}

.ReviewMarks {
	padding-top:15px;
	padding-right: 10px;
	width:auto;
	font-size:12px;
	color: #0CF;
	font-weight:bold;
	float:leftt;
}

.ReviewContent {
	padding-top:8px;
	width:auto;
	padding-left:1px;
	padding-right:18px;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;	
}


.TopLinks a:link{
	color: #999999;
	text-decoration: none;
}

.TopLinks a:visited{
	color: #999999;
	text-decoration: none;
}

.TopLinks a:hover {
	text-decoration: none;
	color: #da4857;
}


.Menu {
	font-size:13px;
	font-weight:bold;
	line-height:28px;
	color:#FFF;
	padding-top:35px;
	padding-left:15px;
}

.MenuLinks a:link{
	font-size:13px;
	font-weight:bold;
	line-height:28px;
	color:#FFF;
	text-decoration: none;
	display: inline-block;
	vertical-align:middle;
	height: 27px;
	width: 183px;
	text-align:left;
}

.MenuLinks a:visited{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	height: 27px;
	vertical-align:middle;
	width: 183px;
	text-align:left;
}

.MenuLinks a:hover {
	display: inline-block;
	text-decoration: none;
	color:#FF9;
	background-image:url(images/buttonback.gif);
	background-repeat:repeat-x;
	height: 27px;
	width: 183px;
	text-align:left;
}

.BottomLinks a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4c82b9;
	text-decoration: none;
}

.BottomLinks a:visited{
	text-decoration: none;
	color:#4c82b9;
}

.BottomLinks a:hover {
	text-decoration:none;
	color:#039;
}

.DreamkraftsLink a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
	text-decoration: none;
}

.DreamkraftsLink a:visited{
	text-decoration: none;
	color:#FF6600;
}

.DreamkraftsLink a:hover {
	text-decoration:underline;
	color:#FF6600;
	font-weight: bold;
}

#Footer {
	clear: both; 
	position:relative;
	bottom:0px;
	height:18%;
	background-color:#e5f1f7;
	color:#4c82b9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left:9%;
	padding-top: 2%;
	padding-right:10%;
	padding-bottom:5%;
	z-index:2;
}

