html {
 min-height: 101%;
 margin-bottom: 1px;
 } 



body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1 { margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	text-align:center; 
background: #000000 url(images/img4.gif) repeat-x left bottom;}

h2 {
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 24px;
	text-align:left;
	background: #000000 url(images/img4.gif) repeat-x left bottom;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 13px;
	background: #000000 url(images/img4.gif) repeat-x left bottom;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

img {
  border-style: none;
}

/* Header */

#header {
	width: 755px;
	margin: 0 auto;
	height: 90px;
	margin-bottom: 5px;
	background-color: #000;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#menu {
width: 755px;
text-align:right;
margin: 0 auto;
padding-bottom: 40px
}

#menu ul {
	
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 755px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 179px;
	padding: 0 0 0 0;
}

#colOne h3 {
	margin-top: 14px;
}

#colTwo {
	float: left;
	width: 550px;
	padding: 0 0 0 0;
}

#big_center{
    width: 755px;
    margin: 0 auto;
}
.minicart {
	float: right;
	width: 40%;
}


/* Footer */

#footer {
	clear: both;
	width: 755px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}
#con_form {
	padding-left: 60px;
	float: left;
}
.form_label {
	padding: 5px;
}
.form_head{
width: 100%;
}
.form_field{
	padding: 0 0 0 0;
	margin: 0 0 0 30px;
	text-align: left;
}
.h_input{
float:left;
}

.w_input{
margin: 0 0 0 80px;
}

.descriptionW{
margin: 0 0 0 50px;
}
.red_bold{
color: #FF0000;
	font-weight: bold;
}
