body {
	font-family: Arial;
	font-size: 12px;
	color:#FFF;
	background: url(images/pagebg.jpg) top left;
	margin: 0 auto;
	padding: 0;
}
#bgfix {
background: url(images/bgfix.jpg) top left repeat-x;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

img {
	border: none;
}
form {
	margin: 0;
}
.clear-both {
	clear: both;
	font-size: 0px;
}
#Container {
border:2px solid #000;
	width: 780px;
	margin: 0px auto;
	padding:0px;
	background: url(images/container.jpg) top left repeat-y;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Layout Blocks~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#logo {
text-align:center;
}
#header {
	background: url(images/header.gif) top left no-repeat;
}
#header a {
display:block;
	height: 50px;
	text-decoration:none;
}
#navigation {
	background: url(images/navigation.jpg) top left no-repeat;
	height:50px;
	text-align:center;
	
}
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */
#header_menu {
	position: absolute;	
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
/* Fix the Stupid IE6 Bug */
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
  background:url(images/navigation.gif) center left no-repeat;
	display: block;
color:#000;
padding:0px 20px;
text-decoration:none;
font-size:18px;
font-weight:bold;
font-family:Tahoma;
line-height:50px;
height:50px;
}
/* Root Level Link Formatting */
#navigation ul li a:hover, #navigation li.menu-current a, #navigation li.menu-parent a, #navigation li.menu-parent .menu-current a {
color:maroon;
text-decoration:none;
}
#navigation li.menu-parent li a,#navigation li.menu-current li a {
text-decoration:underline;
}
/* 2nd Child menu */
#navigation .menu li ul {
	position: absolute;
	width: 13em;
	margin: 0;
	display: none;
	background: #f3f4f4;
	top:50px;
}
#navigation .menu li ul li {
	width: 13em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#navigation .menu li ul a {
	color: #8a745d;
	border-bottom: 1px solid #FFF;	
	padding:0px 10px;
	line-height: 20px;
	height:20px;
	font-weight: normal;
	font-size:14px;
	background:#ECD4CA;
	text-transform:none;
  }
/* 2nd Child link hover */
#navigation .menu li ul a:hover {
	text-decoration: underline;
	color:#cc0033;
}
/* Show and hide */
#navigation .menu li:hover ul, #navigation .menu li a:focus ul, #navigation .menu li.subMenu ul {
	display: block;
}
#navigation .menu li ul ul {
	display: none;
}
#navigation .menu li:hover ul ul, #navigation .menu li.subMenu ul ul {
	display: none;
}
#navigation .menu li:hover ul, #navigation .menu li li:hover ul, #navigation .menu li.subMenu ul, #navigation .menu li li.subMenu ul {
	display: block;
}
/* Positioning the Pop-out Drops */
#navigation li {
	position: relative;
}
#navigation ul ul {
	position: absolute;
	top: 20px;
	left: 0px;
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content {
background: url(images/content_footer.jpg) bottom left no-repeat;
min-height:280px;
height:auto !important;
height:280px;
padding:20px;
}

#contenttext {
background: url(images/contentarea.png);
color:#FFF;
padding:10px;
min-height:240px;
height:auto !important;
height:240px;
}
#contenttext h1 {
font-size:16px;
border-bottom:1px solid red;
padding:5px 0px 10px 0px;
margin-bottom:10px;
}


#footer {
text-align:right;
width: 780px;
	margin: 10px auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~FORMS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.field_title {
	text-align: right;
	padding: 5px;
	color:#FFF;
}
.field_input {
	text-align: left;
	padding: 5px;
	color:#FFF;
}
form input {
	width: 100px;
	background: none;
	border: 1px solid #7D7D7D;
	color:#FFF;
}
form textarea {
	width: 500px;
	height: 200px;
	background: none;
	border: 1px solid #7D7D7D;
	color:#FFF;
}
.field_submit {
	border: 0px;
	color: #FFF;
	background: url(images/h2.gif) left top repeat-x #868883;
	margin: 2px;
	padding:2px 0px;
	width: 100px;
	float:right;
}
#field_input_captcha input {
	width: 50px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~MENU~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Remove List Formattings~~~~~~~~~~~~~~~~~~~~  */
#nav {
	margin:10px;
}
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header_menu {
	position: absolute;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	padding: 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
/* Fix the Stupid IE6 Bug */
}
#nav ul li {
}
#nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	border-bottom:1px solid #CCC;	
	padding: 6px 4px;
	color:#666666;
	background: url(images/arrow.png) right center no-repeat;

}
#nav ul li a:hover, #nav li.menu-current a:hover {
background: url(images/arrow2.png) right center no-repeat;
	color: #2C79B3;	
	text-decoration:underline;
}
/* Current page Customisations*/
#nav li.menu-current a,#nav li.menu-parent a {
	color: #2C79B3;	
	text-decoration:none;
		font-weight:bold;
		background: url(images/arrow2.png) right center no-repeat;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	background: #FFF;
	border: 1px solid #666666;
	border-bottom: 0px;
}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	color: #000;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	font-weight: bold;
	background: none;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #000;
	text-decoration: underline;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~NEWS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news {
margin:10px 30px;
}
.post {
margin-bottom:10px;
font-style:italic;
}
span {
color:#06045a;
font-weight:bold;
}

.post a {
color:#06045a;
text-decoration:none;
}

.post a:hover {
color:#06045a;
text-decoration:underline;
}

.paypal_order_head {
background: url(images/h2.gif) left top repeat-x #868883;
  margin:0px;
  padding:6px 10px;
  color:#FFF; 
  font-size:12px;
}
.paypal_order_content {
padding:5px;
}
.complete_btn {
background: url(images/checkout.gif) right top no-repeat;
border:0px;
margin-top:10px;
width:100%;
display:block;
height:27px;
cursor:pointer;
}
.paypal_order_pretotal {
color:#000;
font-size:14px;
font-weight:bold;
padding:5px;
text-align:right;
border-bottom:1px solid #868885;
}
.paypal_order_pretotal span {
font-size:11px;
padding:0px 2px;
}
.paypal_order_total {
color:#E02F00;
font-size:16px;
font-weight:bold;
padding:5px;
text-align:right;
}
.paypal_order_form_contacts {
  border: 0px;
	border-collapse: separate;
	background:#FFF;
	border-spacing:0px;
	width:350px;
	margin:0px auto;
}
.paypal_order_form_contacts input {
width:300px;
border: 1px solid #CCC;
}
