@charset "utf-8";
/* CSS Document */
#amd_wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

.amd_clear {
	clear:both;
}

/**************************************************/
#amd_header {
	padding:40px 40px 10px 40px;
}

#amd_header p {
	font-size:1.6em;
	color:#000000;
	padding:0px 0px 10px 0px;
}

#amd_header_picture {
	background-image:url(img/amd/header.jpg);
	background-repeat:no-repeat;
	height:490px;
	padding:0px 0px 0px 0px;
}

#amd_header_base {
}

#amd_header_base h2 {
	padding:0px 210px 10px 40px;
}


/**************************************************/
.amd_one_col {
	padding:0px 40px 0px 40px;
}


/**************************************************/
.amd_two_col {
	padding:0px 30px 0px 30px;
}

.amd_left {
	float:left;
}

.amd_right {
	float:right;
}

.amd_panel {
	width:363px;
	border-left:1px #969696 solid;
	border-right:1px #969696 solid;
}

.amd_card {
	text-align:center;	
	padding-bottom:20px;
}

.amd_buynow {
	text-align:center;	
	padding-top:20px;
}

.amd_panel ul {
	background-color:#e6e7e8;
	padding:10px 0px 10px 30px;
	min-height: 160px;
}

.amd_panel h3 {
	padding:0px 10px 10px 10px;
}

.amd_panel p {
	padding:0px 10px 10px 10px;
}


/**************************************************/
#amd_steps {
	clear:both;
	width:768px;
	margin:0px 16px 0px 16px;
	height: 180px;
}

.amd_step_panel {
	float:left;
	width:207px;
	min-height: 160px;
	padding:20px 20px 0px 20px;
	margin-right: 10px;
	border: 1px solid #969696;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.amd_step_panel_last {
	margin-right: 0px !important;
}

.amd_step_panel h3 {
	font-weight:bold;
	text-transform:uppercase;	
}




/**************************************************/
#amd_footer {
	clear:both;
	padding: 10px 0 0 0;
}



