@charset "utf-8";

/* CSS Document */

body,td,th {
font-family:"Times New Roman", Times, serif;

	font-size: 14px;

	color: #FFFFFF;
	
	line-height:17px;

}

body, html {

	background-color: #000000;

	margin:0px; 

    padding:0px;

}

a:link {

	color: #FFFFFF;

}

a:hover {

	color: #FFFFFF;

}

a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

}

a:visited {

	color: #FFFFFF;

}

a:active {

	color: #FFFFFF;

}

.clear {

	clear:both;

}



#wrapper {

	width:840px;

	margin:auto;

}



/* ---------------------------------------------------------------------------------- */

/* ------ Header ------- */

/* ---------------------------------------------------------------------------------- */



#logo {

	width:295px;

	margin:0px auto 30px auto;

}



/* ---------------------------------------------------------------------------------- */

/* ------ Product Navigation ------- */

/* ---------------------------------------------------------------------------------- */



#productnav {

	width: 180px;

	text-align:center;

	float:left;

}

#productnav img {

	margin:16px 0px 0px 0px;

}



/* ---------------------------------------------------------------------------------- */

/* ------ Content ------- */

/* ---------------------------------------------------------------------------------- */



#body {

	height:434px;

	background-color:#FFFFFF;

}

#bodyContact {

	height:650px;

	background-color:#FFFFFF;

}

#bodyAbout {

	height:500px;

	background-color:#FFFFFF;

}

#bodyHistory {

	height:900px;

	background-color:#FFFFFF;

}

.mainTitle {
font-size:18px;
}

#content {

	width:640px;

	float:right;

	color:#000000;

	padding:20px 10px 20px 10px;

}

#contentAbout {

	width:640px;

	float:right;

	color:#000000;

	padding:20px 10px 20px 10px;
	
	height:500px;

}

#contentHistory {

	width:640px;

	float:right;

	color:#000000;

	padding:20px 10px 20px 10px;
	


}

#contentAbout a:link {

	color: #000;

}
#contentAbout a:visited {

	color: #000;

}
#contentAbout a:active {

	color: #000;

}

#contentAbout a:hover {

	color: #ccc;

}

#contentContact {

	width:640px;

	float:right;

	color:#000000;

	padding:20px 10px 20px 10px;
	


}



.contact {

	margin: 30px;

}
.contact a:link {

	color: #000;

}

.contact a:hover {

	color: #ccc;

}

a 

.formlabel {

	margin:0px;

	font-size:13px;

}



.thumb {

	margin:5px;

}

.logo {

	text-align:center;

}

#thumbs {

	float:right;

}



#lrgimg {

	width:395px;

	height:395px;

	margin-right:5px;

	float:left;

}



/* ---------------------------------------------------------------------------------- */

/* ------ Footer Navigation ------- */

/* ---------------------------------------------------------------------------------- */



#nav {

	

	margin-top:5px;

}

#navbar {

	margin:0px 0px 0px 0px;

	float:left;

}

#navbar li {

	display: inline;

	list-style-type: none;

	margin: 0px;

}

#navbar li a {

	margin:10px;

	font-weight: bold;

}

.copyright {

	float:right;
	text-align:right;

}



