
@import 'all.css';

/* home page */

.cbg { background: url(../images/content_bg.gif) no-repeat 610px 110px;}

.cleft {
	float: left;
	width: 329px;
	overflow: hidden;
	margin-right: 27px;
}

.cright {
	float: right;
	width: 229px;
	overflow: hidden;
}

#welcome_box { margin-top: 178px;}

#welcome_box h1 {
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
}

#welcome_box h1 .blue {
	color: #2686a6;
	font-size: 14px;
	font-weight: bold;
}

#welcome_box p { margin-bottom: 10px;}

#tellafriend {
	width: 329px;
	height: 100px;
	background: url(../images/tellafriend_box.gif) no-repeat left top;
}

#tellafriend h2 {
	height: 46px;
	text-indent: -10000px;
}

#tellafriend p { margin-bottom: 6px;}

#tellafriend input.txt {
	width: 144px;
	padding: 2px 1px 2px 1px;
	margin-right: 8px;
	color: #5a5a5a;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #acacac;
}

#tellafriend input.btn {margin-bottom: -6px;}

#newsletter {
	width: 329px;
	height: 100px;
	margin-top: 6px;
	background: url(../images/newsletter_box.gif) no-repeat left top;
}	

#newsletter h2 {
	height: 42px;
	text-indent: -10000px;
}

#newsletter p { margin: 0 0 6px 12px;}

#newsletter input.txt {
	width: 144px;
	padding: 2px 1px 2px 1px;
	margin-right: 8px;
	color: #5a5a5a;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	border: 1px solid #acacac;
}

#newsletter input.btn {margin-bottom: -6px;}

#video {
	width: 318px;
	height: 279px;
	margin: 3px 0 0 5px;
	background: url(../images/video.png) no-repeat left top;
}

#video h2 {
	height: 48px;
	text-indent: -10000px;
}

#videobox {
	width: 310px;
	margin-left: 4px;
}

#share_opinion { margin: 30px 12px 5px 12px;}


