@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#EAEAEA;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	}

#container{
	width:900px;
	margin:0px auto;
	background-color:#FFFFFF;
	}

#top{
	height:407px;
	background-color:#FFFFFF;
	}

#middle{
	padding:20px;
	position:relative;
	}

#star{
	float:right;
	padding-right:50px;
	}

#left{
	width:400px;
	float:left;
	}

#right{
	margin-left:420px;
	}

.spacer{
	clear:both;
	}

#footer{
	padding:20px;
	text-align:center;
	color:#666666;
	}

/*content style*/
.big-title{
	font-size:30px;
	color:#4e0000;
	text-align:center;
	}

.big-title-red{
	font-size:30px;
	color:#CC0000;
	text-align:center;
	}

#pricing{
	padding:20px;
	font-size:18px;
	text-align:center;
	margin:20px;
	color:#FFFFFF;
	background-color:#550000;
	}

.pricing-big{
	font-size:20px;
	}
	
.bcc h1, .bcc1 h1{
	font-size:18px;
	color:#CC0000;
	padding:0;
	margin:5px 0px;
	text-align:center;
	}

.bcc{
	margin-bottom:20px;
	width:430px;
	height:300px;
	text-align:center;
	overflow:hidden;
	float:left;
	}

.bcc1{
	margin-bottom:20px;
	width:285px;
	height:420px;
	overflow:hidden;
	float:left;
	}

#order-form{
	border:4px dashed #CCCCCC;
	padding:20px;
	}

.bcc-table{
	border-right:1px solid #cccccc;
	}

.bcc-table th{
	text-align:left;
	}

.alert{
	color:#CC0000;
	}

p{
	margin:0;
	padding:5px 0px;
	}



