@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background:url(../images/bg.gif) bottom repeat-x;
}

#shadow {
	width:710px;
	margin:0 auto;
	background:url(../images/shadow.gif) 0 0 repeat-y;
}

#pagewidth {
	width:700px;
	background:;
	margin:0 auto;
}

#header {
	width:100%;
	text-align:center;
}

#twocols {
	width:100%;
	margin:0 0 1em 0;
}

#leftcol {
	float:left;
	width:180px;
}

#maincol {
	float:right;
	width:515px;
	border:1px #999999 solid;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
}

.content {
	padding:1em;
}

#footer {
	clear:both;
	border:0.5em #FF0000 solid;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	padding:1em;
	text-align:center;
	font-size:0.9em;
}

#copyright {
	text-align:right;
	margin:0 auto;
	width:710px;
	font-size:0.9em;
}

h1 {
	text-indent:-5000px;
	float:left;
}

h2 {
	margin:0;
	padding:0;
	font-size:2em;
}

h3 {
	font-size:1em;
}

p {
	font-size:1em;
}

.company-name {
	letter-spacing:5px;
	color:red;
	font-weight:bold;
	line-height:3em;
	font-size:1.5em;
}

.limited {
	font-size:0.8em;
	color:#999999;
	border:1px #999999 solid;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
	padding:0.75em 6em;
	letter-spacing:3px;
	clear:both;
}

#leftcol ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#leftcol ul li a {
	display:block;
	width:170px;
	height:30px;
	line-height:30px;
	background:url(../images/nav.gif) 0 0 repeat-y;
	margin:0.5em 0.5em 0.5em 0em;
	padding:0 0 0 0.5em;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
}

#leftcol ul li a:hover {
	color:#FFFFFF;
}

#leftcol ul ul {
	margin:1em;
}

#leftcol ul ul li a {
	background:none;
	margin:0;
	padding:0;
	line-height:normal;
	height:auto;
	width:auto;
	font-weight:normal;
}

#leftcol ul ul li a:hover {
	color:#FF0000;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	padding:0em 0.5em;
}

#footer ul li a {
	color:red;
	text-decoration:none;
}

#footer ul#address {
	margin:1em;
}

#footer ul#address li {
	list-style-type:none;
	padding:0;
	margin:0;
	display:list-item;
}

ul#products li {
	padding:0.25em;
}

ul#products ul {
	list-style-type:none;
	padding:0.5em;
}

div.row {
	clear:both;
	margin:0.5em 0;
}

div.row p {
	text-align:justify;
}

.floatleft {
	float:left;
	padding:0 1em 0 0;
}

div.row .floatleft {
	padding:0 4em 0 0;
}

.floatright {
	float:right;
	padding:0 0 0 1em;
}

div.row .floatright {
	padding:0 0 0 4em;
}

div.properties {
	width:114px;
	float:right;
}

table.properties {
	border:1px #000000 solid;
}

table.properties td {
	border-bottom:1px #000000 solid;	
}

table.properties th {
	border-bottom:2px #000000 solid;
}

fieldset {
	border:1px #999999 dashed;
	background:url(../images/fieldset-bg.gif) bottom repeat-x;
	padding:1em;
	margin:1em;
}

fieldset span {
	font-size:0.9em;
}

label {
	width:150px;
	float:left;
	text-align:left;
	margin:3px 10px 0 0;
}

span.req {
	color:#FF0000;
	font-size:1em;
}