/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 75%;
	line-height: 19px;
	text-align: center;
	min-width: 760px;
	background: #fff url(../images/pagebg.gif) repeat-x top left;
}

#wrapper {
	width: 780px;
	text-align: center;
	margin: 0 auto; 
}

#branding {
	height: 104px;
}

#maincontent {
	background: #fff url(../images/watermark.gif) no-repeat top center;
	text-align: left;
}

#footer {
 clear: both;
 background-color: #C8E2EE;
 border: 1px dashed #8E1219;
 height: 25px;
 font-size: 0.8em;
 line-height: 25px;
 margin-top: 15px;
}

/* Cosmetic stuff */

#branding h1 {
	text-indent: -5000px;
	background: url(../images/header.gif) no-repeat top left;
	height: 104px;
}

#navigation {
	text-align: left;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
	margin-right: 5px;
}

#maincontent li {
	margin-left: 40px;
}

h1 {
	font-size: 1.5em;
}

.img_right {
	float: right;
	
	}
.logobox {
	width: 150px;
	margin-left: 10px;
	float: left;
	height: 120px;
	line-height: 120px;
	text-align: center;
}

.distributors {
	float: right;
	width: 500px;
	text-align: left;
}

.addresses {
	float: left;
	margin-right: 50px;
	width: 300px;
	text-align: left;
	margin-bottom: 25px;
}

#contactform {
	width: 500px;
}

/* Form Styling */
.clear {
  clear: both;
}

#contactform form {
  font-size: 1.2em;
}


/* fieldset styling */
#contactform fieldset {
	margin: 1.2em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#contactform legend {
	font-weight: bold;
	color: #000000;
}

#contactform form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#contactform label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#contactform input {
  width: 230px;
}

#contactform  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#contactform  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#contactform  input:focus, textarea:focus {
	background: #ffc;
}

#contactform  input.radio {
  float: left;
	margin-right: 1em;
}

#contactform  textarea {
	width: 300px;
	height: 100px;
}