@charset "utf-8";

h1 { font-size: 2em; }

h2 { font-size: 1.8em; }

h3{ font-size: 1.6em; }

h4 { font-size: 1.4em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1em; }

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font: 67.5% "Myriad Pro", Tahoma, "Trebuchet MS", Verdana, sans-serif;
	border: 1px solid #999999;
}
#main {
	padding-right: 25px;
	padding-left: 25px;
}


.vat { color: #FF0000; }

table {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 20px;
}
.section_img { float: right; }


.white_thin { }

#header {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

#header a { color: #EC008C; }

#header h1 { font-size: 4em; }

.pink_thin {
	color: #EC008C; 
	font-weight: normal;
}

.green_bold {
	color: #00a950;
	font-weight: bold;
}
.white_thin_small {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.6em;
}
.section_header {
	background: #00A950;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding: 0.5em;
	font-size: 1.4em;
	width: 20em;
	float: left;
}
.setup_title {
	color: #00A950;
	font-size: 1.8em;
	font-weight: bold;
}

.setup { font-size: 1.4em; }

#payment {
	background: #00A950;
	width: 200px;
	float: right;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 10px;
	margin-left: 40px;
	margin-top: 20px;
}

.payment_title {
	font-size: 1.6em;
	font-weight: bold;
}

.section_desc {
	position: relative;
	top: 20px;
	left: 10px;
	font-style: italic;
	color: #999999;
	font-size: 12px;
}



.green_thin {
	color: #00A950;
	font-weight: normal;
}

hr { border-top: 3px solid #00A950; }

#footer {
	background: #000000;
	color: #CCCCCC;
	text-align: center;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer hr { border-top: 3px dotted #009900; }

#footer_line { border-top: 3px dotted #009900; }

#free_delivery {
	color: #FFFFFF;
	background: #EC008C;
	padding: 10px;
	text-decoration: blink;
	margin-top: 0px;
}
