* {
	margin:0;
	padding:0;
}

.cont {
	width:1200px;
	height:auto;
	margin:0 auto;
}

.cont div {
	float:left;
}

.links {
	width:1200px;
	height:30px;
	margin-top:5px;
}

.links .link {
	width:200px;
	height:25px;
	margin-left:280px;
	margin-right:-250px;
	border-top:#CCC 4px solid;
	font-family:Arial, Helvetica, sans-serif;
}

.links .link a {
	color:#979797;
	text-decoration:none;
}

.links .link p {
	color:#979797;
	margin-top:7px;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.links .button {
	width:173px;
	height:25px;
	margin-left:337px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	text-align: center;
}

.links .button p {
	margin-top:3px;
}

.links .button a {
	color:#FFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}

.head {
	width:1200px;
	height:107px;
}

.menu {
	width:1200px;
	height:28px;
	background-image:url(../images/menu_background.png);
}

.menu ul {
	list-style-type:none;
	margin-top:4px;
	text-align:center;
}

.menu ul li {
	display:inline;
	padding-left:30px;
	padding-right:30px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}

.menu ul li a {
	text-decoration:none;
	color:#FFF;
	display: block;
	display:inline;
	font-weight:bold;
}

.menu ul li a:hover {
	text-decoration:underline;
}

.delivery {
	width:1200px;
	height:26px;
	color:#666;
	margin-top:6px;
	background-image:url(../images/delivery_background.png);
	font-family:Arial, Helvetica, sans-serif;
}

.delivery p {
	font-size:14px;
	margin-top:3px;
	font-weight:bold;
}

.delivery .left {
	width:400px;
	height:25px;
	text-align:center;
}

.delivery .left p {
	
}

.delivery .middle {
	width:400px;
	height:25px;
	text-align:center;
}

.delivery .middle p {
	
}

.delivery .right {
	width:400px;
	height:25px;
	text-align:center;
}

.delivery .right p {
	
}

.main {
	width:1200px;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
}


.main .left {
	width:580px;
	height:590px;
	
}

.main .middle {
	width:390px;
	height:auto;
}

.main .middle .top {
	width:390px;
	height:200px;
	margin-left:20px;
	
}

.main .middle .bottom {
	width:390px;
	height:370px;
	margin-left:20px;
	margin-top:20px;
	
}

.main .right {
	width:180px;
	height:auto;
}

.main .right .top {
	width:190px;
	height:200px;
	margin-left:40px;
	
}

.main .right .bottom {
	width:190px;
	height:370px;
	margin-left:40px;
	margin-top:20px;
	
}

.text {
	width:1200px;
	height:28px;
	background-image:url(../images/menu_background.png);
}

.text p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:3px;
	font-weight:bold;
}

.copyright {
	width:1200px;
	height:25px;
}

.copyright .left {
	width:600px;
	height:25px;
}

.copyright .left p {
	color:#999;
	font-size:13px;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:15px;
}

.copyright .right {
	width:600px;
	height:25px;
}

.copyright .right p {
	color:#999;
	font-size:13px;
	margin-top:4px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
}

.copyright p a {
	color:#999;
	font-size:13px;
	margin-top:18px;
	text-decoration:none;
}

.copyright p a:hover {
	text-decoration:underline;
}