/* CSS Document */

html, body, p, div, img, h1, h2, h3, h4, li, ul, ol, dl, dd, dt, form, table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
html, body {
	height: 100%;
	width:100%;
	background-color: #eceff3;
}
body {
	width:100%;
} /*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/
input, select {
	margin: 0;
	padding: 0;
}
A:link {
	text-decoration: underline;
	color: #900;
}
A:visited {
	text-decoration: underline;
	color: #900;
}
A:active {
	text-decoration: underline;
	color: #900;
}
A:hover {
	color: #C00;
}
#fullheightcontainer {
	margin: 0 auto;
	position: relative; /*** Let's be nice to IE ***/
	width: 900px; /*** Content Width ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%;
	margin-bottom: -63px; /*** NEGATIVE TOTAL Height of Footer Rows ***/
	background:#FFF; /*** Background colour of navigation column now ***/
	border: 1px #010e66 solid;
}
#wrapper {
	height: 100%;
	display: table-cell; /*** For non-IE browsers ***/
	position: relative; /*** Let's be nice to IE ***/

}
#outer {
	position: relative;
	margin-left: 215px; /*** Left Column Width ***/
	margin-right: 0px; /*** Right Column Width ***/
	background:#FFF; /*** Background colour of content column ***/
	height: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#outer {
margin-left: 214px; /*** Left Column Width -1 for safari ***/
}
}
#float-wrap {
	margin: 0 auto;
	width: 100%;
	float: left;
	display: inline;
}
#clearheadercenter {
	height: 216px; /*** TOTAL Height of Header Rows ***/
	overflow: hidden;
}
#clearheaderleft {
	height: 216px; /*** TOTAL Height of Header Rows ***/
	overflow: hidden;
}
#clearheaderright {
	height: 216px; /*** TOTAL Height of Header Rows ***/
	overflow: hidden;
}
#clearfootercenter {
	height: 63px; /*** TOTAL Height of Footer Rows ***/
	overflow: hidden;
}
#clearfooterleft {
	height: 63px; /*** TOTAL Height of Footer Rows ***/
	overflow: hidden;
}
#clearfooterright {
	height: 63px; /*** TOTAL Height of Footer Rows ***/
	overflow: hidden;
}
#center {
	position: relative; /* fix for IE */
	width: 100%;
	float: right;
	height: 100%;
	display: table;
}
#left {
	float: left;
	display: inline;
	position: relative;
	width: 215px; /*** Left Column Width ***/
	margin-left: -215px; /*** NEGATIVE Left Column Width ***/
	height:100%;
}
#right {
	float: left;
	display: inline;
	width: 205px; /*** Right Column Width ***/
	margin-right: -205px; /*** NEGATIVE Right Column Width ***/
	position: relative;
}
#footer {
	z-index: 1;
	position: relative;
	width: 100%;
	height:63px;
}
#footer-inner {
	width: 900px; /*** Minimum Content Width ***/
	height:63px;
	margin: 0 auto;
		background:url(images/footer-back.gif);
}
#content {
	padding:0px 20px 0px 30px;
	}
.footer-text {
	padding: 21px 15px 10px 15px;
	font-size: 14px;
	color:#FFF;
	text-align:center;
}
.footer-text a {
	color:#FFF;
}
#header {
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
#header-inner {
	position:relative;
	width: 900px; /*** Minimum Content Width ***/
	height: 0;
	margin: 0 auto;
}
#top-header {
	float:left;
	width: 900px; /*** Minimum Content Width ***/
	height: 45px;
	background:url(images/top-header.gif);
}
#bot-header {
	float:left;
	width: 900px; /*** Minimum Content Width ***/
	height: 167px;
	background:url(images/bot-header.jpg);
}
#centerfill, #leftfill #rightfill {
	display: none;
}
.inside-content {
	padding-left:5px;
}
H1 {
	padding: 10px 0px 15px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	color:#009;
	text-shadow: #999 2px 2px 2px;

}
p {
	padding: 0px 10px 10px 10px;
	font-family:"Times New Roman";
	font-size: 16px;
}
#navbar {
	position: relative;
	width:900px;
	height:45px;
	z-index: 100;
	float:left;
	border-top: none;
	font-family:Verdana, Geneva, sans-serif;
}
#navbar a {
	display: block;
	text-decoration: none;
	padding: 0px 22px 0px 22px;
	height: 37px;
	padding-top: 10px;
	text-align:center;
	color:#FFF;
}
#navbar ul li a:hover {
	border: none;
	background-color:#fff;
	color:#006;
}
#navbar li {
	background-image: none;
	padding: 0px;
}
#navbar ul {
	list-style-type: none;
	padding:0;
	display: block;
	text-decoration: none;
}
#navbar ul li {
	float : left;
	position : relative;
	list-style-type: none;
	background-image: none;
	padding: 0px;
}
#nav-list {
 border:;
 margin:;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
}
#nav-list a {
	color:#333;
	text-decoration:none;
}
#nav-list p {
	text-align:left;
}
#nav-list ul, #list li {
	margin: 0px;
	padding: 0;
 color:;
}
#content ul, #content li {
	margin: 0px 0px 0px 25px;
	padding: 0px;
 color:;
}
#contact-area {
	width:480px;
	padding: 10px 10px 0px 10px;
}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 182px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #EAE7DD;
}
#contact-area textarea {
	height: 90px;
	width: 400px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #780101;
}
#contact-area input.submit-button {
	width: 90px;
	color:#333;
}
label {
	color:#333;
	text-align: left;
	margin-right: 15px;
	width: 182px;
	padding-top: 5px;
	font-size: 14px;
}
.top { font-size:20px;}
.letter{ color:#900; font-size:30px;}
.products {
	padding-left:25px;
}
.bottom {padding-left:300px;}
.clienteditor {
}
clienteditor {
}