@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height:14px;
}

.middle span{
font-size:7pt;
line-height:7pt;
}

#ckmgFormTable{
	color:white;
	margin:58px 0px 0px 65px;
}

a:hover{
	font-weight:bold;
}

.form-table{
	color:#FFFFFF;
	margin:80px 0px 0px 20px;
}

.form-table td{
	text-align:right;
	padding-bottom:7px;
}

#page{
	margin:auto;
	position:relative;
	width:960px;
}

.main{
	float:left;
	position:relative;
	width:100%;
	z-index:1000;
	background-color:#FFFFFF;
	top: -383px;
	margin-bottom:-383px;
}

.logo{
	width: 318px;
	height: 383px;
	float: right;
	position: relative;
	top: 383px;
	right: 0px;
	z-index: 9999999;
	background: url(../images/top-bottle.png) no-repeat left top;
}

#left{
	float:left;
	width:617px;
	margin-top:7px;
}

#right{
	width:343px;
	float:left;
	margin-top:7px;
}

#float{
	float:left;
}

#header{
	background-image:url(../images/new_header.jpg);
	width:960px;
	height:294px;
	background-repeat:no-repeat;
	float:left;
}

#form{
	background-image:url(../images/form-bg.jpg);
	width:343px;
	height:485px;
	float:left;
	background-repeat:no-repeat;
}

.order{
	width:155px;
	height:48px;
	border:none;
	background:url(../images/order-now.png) no-repeat transparent;
	cursor:pointer;
}

#video{
	float:left;
	background-image:url(../images/video-bg.jpg);
	background-repeat:no-repeat;
	width:617px;
	height:229px;
}


