* {
	margin:0;
	padding:0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 12px;
	color:#666666;
	background-color: #FFFFFF;
}
#logo{
	padding-top: 23px;
	padding-left: 10px;
}
p {
	margin-bottom:20px;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#3e4851;
}
a:hover {
	color:#666666;
}


#wrapper {
	width:780px;
	padding:0px;
	margin:0 auto;
	background:#FFFFFF url(images/wrapbg.jpg);

}
#wrapper_full{
	width: 750px;
	padding:0px;
	margin:0 auto;
}
#header {
	height:100px;
	border-bottom:7px solid #333333;
	background:url(images/headerbg.jpg) repeat-x;
}
#header h2{
	font-size: 32pt;
	font-family: courier;
	color:#222;
	margin:0;
	padding-top: 15px;
	padding-left: 3px;
}
#navigation {
	width: 750px;
	background: #111111 url(images/menubg.jpg);
	height: 30px;
	line-height: 30px;
	margin: 0px;
}
#navigation ul{
	margin:0;
}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #444444;
}
#navigation li a {
	display:block;
	padding:0 19px;
	text-decoration:none;
	color: #FFFFFF;
	letter-spacing:1px;
}
#navigation li a:hover {
	background:url(images/menubghover.jpg);
	color:#FFFFFF;
	text-decoration:none;
}
#navigation li .current{
	background: #333;
	color:#FFFFFF;
	text-decoration:none;
}
#contentwrap{
	width: 750px;
}
#content{
	width: 740px;

	
}
#content table { margin:0 auto; }
input, textarea, select{
        padding: 2px;
        font-size: 13px;
-moz-border-radius: 4px;
border: 1px solid #ccc;

}
#content ul{
list-style: square;
margin-left: 24px;
}

h2{
	font-size: 17px;
	font-weight: bold;
	color:#333333;
	margin: 3px;
	margin-bottom: 0;
}
p{
	font-size: 13px;
	font-weight: normal;
	color:#555555;
padding:3px 3px;
	text-align: justify;
}
#hside{
	width: 200px;
	float: left;
	margin: 3px;
	
	
}
#hside p{
	margin:3px 0px 5px 10px;
}
#hside ul{
	list-style: square;
	margin-left: 35px;
}
.clear{ clear: both; }


#footer{
	width: 750px;
	margin:0 auto;
	color:#333333;
	padding-top: 10px;
	font-weight: bold;
}
#wrapbottom{
	width: 780px;
	background:url(images/wrapbottom.jpg) no-repeat;
	height:19px;
}
hr{
	color:#D9D9D9;
}
.notice{
	border: 1px solid #FFCC33; 
	max-width: auto; 
	background: #ffffbb; 
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px; 
	text-align: center;
	margin: 10px;
	color:#000000;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius:5px;
}
.notice a{
	font-weight: bolder;
	text-decoration: none;
	color: #1C57D9;
}
.error{
	-moz-border-radius: 5px;
	padding:3px;
	border:1px solid #FFCCCC;
	background-color:#FFEDED;
	color:#000000;
	font-weight:normal;
	width:550px;
	margin:auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align:center;
	font-size:12px;
	margin-bottom:10px;
}
.checkout_paynow,
.checkout_paynow form{
	margin: 0px;
	padding:0px;
	border:0px;
	width: auto;
}