html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

body {
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 994px;
	text-align: left;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#header_top {
	width: 994px;
	height: 175px;
	background: url(../resize/images/Layout_Title.jpg) no-repeat;
}

#header_left {
	width: 313px;
	height: 75px;
	background: url(../resize/images/Layout_Header_Left.png) no-repeat;
	float: left;
	text-align: center;
	padding-top: 300px;
}

#header_left img {
	border: none;
}

#header_photo {
	float: left;
	margin-right:13px;	
}

/*
#header_right {
	width: 46px;
	height: 347px;
	background: url(../images/Layout_Header_Right.jpg) no-repeat;
	float: left;
}
*/

#header_bottom {
	width: 681px;
	height: 21px;
	background: url(../resize/images/Layout_Header_Bottom.png) no-repeat;
	float: left;
	text-align: center;
	color: #FEF896;
	padding-top:2px;
}

#header_navigation {
	float: right;
}

#header_body {
	width: 994px;
	background: url(../resize/images/Layout_Body_BG.png) repeat-y;
	float: left;
}

#body {
	width: 668px;
	min-height: 299px;
	margin-right: 13px;
	float: right;
	color: #FFF;
	background: #3ca9d6;
}

#body_left {
	width: 313px;
	height: 299px;
	background: url(../resize/images/Layout_Body_Left.png) no-repeat;
	float: left;
}

#body_right {
	width: 613px;  
	padding: 20px;
	float: right;	
}

#footer {
	width: 994px;
	height: 77px;
	padding-top: 10px;
	background: url(../resize/images/Layout_Footer.jpg) no-repeat;
	float: left;
	text-align:center;
	color: #07255D;
}

/*
#footer_cc {
	width: 994px;
	height: 70px;
	text-align: center;
	float: left;
}
*/

#delivery {
	margin: 257px 0px 0px 0px;
	text-align: center;
}
#delivery input {
	font-size: 14px;
	text-align: center;
}

a {
	color: #07255D;
	text-decoration: underline;
}
a:hover {
	color: #0C3F9C;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, pre {
	margin: 0 0 0.5em 0;
}

h1 {
	color: #07255D;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

h2 {
	color: #07255D;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	/*background-color: #5CB7DE;*/
}

h3 {
	color: #ECF61B;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.red {
	color: #bf1a1f;
}

.subtext {
	margin-top: 30px;
	font-size: 12px;
	font-weight: normal;
}

.Btn1,
.Btn2 {
	background: url(../images/Btn_BG.png) repeat-x top;
	border: 2px solid;
	padding: 5px 13px;
	margin: 0 3px 0 0;
	cursor: pointer;
	font: bold 15px Arial, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 9px;	
}
.Btn1:hover,
.Btn2:hover {
	text-decoration: none;
}

.Btn1 {
	background-color: #CD2B28;
	border-color: #A72830;
	color: #FFF;
}
.Btn1:hover {
	background-color: #A72830;
	color: #FFF;
}

.Btn2 {
	background-color: #7E7E7E;
	border-color: #6E6E6E;
	color: #E6E6E6;
}
.Btn2:hover {
	background-color: #989898;
	color: #FFF;
}

img {
	border-color: #FFF;
}

.button{ background-color:#E44037; font-weight:bold; color:#FFFFFF; font-size:12px; padding:3px}

.field{ width:200px;}

.Highlight1 {
	color: #C00;
}

.Highlight2 {
	color: #090;
}
