@charset "utf-8";
/* CSS Document */

/***** body *****/

body {
	background: url(images/background.png);
	background-repeat: repeat-x;	
	font: 75%/1.5em Verdana, Arial, Helvetica, sans-serif;

}

body, td, th {
	color: #4f5465;
}

body, div, dl, dt, p, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}


/****** links *****/

a:link {
	color: #4f5465;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4f5465;
}
a:hover {
	text-decoration: underline;
	color: #2e3790;
}
a:active {
	text-decoration: underline;
	color: #2e3790;
}

/****** navigation links *****/

#navbar a {
	font-weight: bold;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navbar a:hover {
	text-decoration: none;
	color: #2e3790;
}

#navbar a:active {
	text-decoration: none;
	color: #2e3790;
}

/***** wrapper *****/

#wrapper {
	width: 940px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #0973ba;
	text-align: left;
}

/***** header and top navigation bar *****/

#header {
	width: 350px;
	float: left;
}

#navbar {
	width: 510px;
	float: right;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	line-height: 22px;
	text-align: center;
	margin-right: 20px;
	margin-top: 35px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#navbar li {
	display: inline;
}

/***** left navigation bar *****/

#leftnav {
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 10px;
}

/***** main content *****/

#main {
	float: right;
	width: 570px;
	padding: 20px;
}

#special {
	width: 150px;
	float: right;
	padding: 10px;
	padding-top: 0px;
}

#paybox {
	width: 568px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#paycontainer {
	width: 568px;
	padding-top: 20x;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #1072ba;
}

#payimage {
	float: left;
	width: 144px;
	margin-right: 10px;
}

#paytext {
	float: right;
	width: 400px;
}

#buynow {
	width: 272;
	float: right;

}

/***** footer *****/

#footer {
	width: 940px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #1072ba;
}

.left {
	float: left;
	line-height: 55px;
}

.right {
	float: right;
	line-height: 55px;
}

#footimage {
	float: right;
}

#footcontent {
	width: 795px;
}

#siteby {
	width:45px;
	line-height: 55px;
	float: left;
}

/***** element attributes *****/


h1 {
	font-size: 2em;
	font-weight: 200;
	color:  #2e3790;
}

h2 {
	font-size: 1.5em;
	font-weight: 200;
	color: #1072ba;
	padding-top: 30px;
}

ul {
	padding: 0px;
	margin: 20px;
	margin: bottom 10px;
}

form td {
	font: 75%/1.5em Arial, Helvetica, sans-serif;
	color: #4f5465;
}

/***** class attributes *****/

.nav {
	text-align: justify;
}

.address {
	list-style: none;
}

.strong {
	font-weight: bold;
}

.telephone {
	color: #4f5465;
}

.navpad {
	margin-right: 2px;
	margin-left: 5px;
}

/***** Clearfix *****/

.clearall {
  clear: both;
}
br.clearall {
  clear: both;
  height: 0em;
  line-height: 0em;
}
#buynow {
	background: #B8E3F5;
	padding: 10px 20px;
	border: 1px solid #0066CC;
	color: #FFFFFF;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-right: 50px;
	margin-top: 10px;
}
#buynow a{
	color: #003366;
	text-decoration:underline;
}
#buynow a:hover{
	color: #003366;
	text-decoration:none;
}
