/*********************************** NEW DEFINITIONS SECTION **********************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-color: #ffffff;
	background-color: #000000;
	margin: 0 0 0 0;
}

font {
	font-color: #ffffff;
}

a {
	text-decoration: underline;
	font-style: italic;
	color: #FFFFFF
}

a:link {
	text-decoration: underline
}

.superscript {
	font-size: 7pt;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
	line-height: 28px
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: baseline;
	line-height: 28px;
	font-style: italic
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF
}

/*********************************** DIV SECTION **********************************/
#totalDiv {
	height: 768px;
	width: 1024px;
	/* top right bottom left*/
	margin: 20px auto 0 auto;
}

#mainDiv {
	
}

#logoLeft {
	height: 78px;
	width: 648px;
	float: left;
}

#adressRight {
	height: 78px;
	width: 347px;
	float: right;
}

#workarea {
	position: relative;
	width: 1022px;
	height: 630px;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 0;
	/* border: 2px solid white; */
}

#copyright1 {
	width: 647px;
	height: 28px;
	float: left;
}

#copyright {
	width: 240px;
	float: right;
}

#welcomeleft {
	left: 0px;
	widht: 646px;
	height: 477px;
	float: left;
}

#welcomeright {
	float: right;
	width: 229px;
}

#imgRotation {
	position: relative;
	float: right;
	top: -278px;
	width: 348px;
/*	left: 200px; */
	height: 250px;
	z-index: 999;
}

#products {
	top: 0px;
	height: 350px;
	width: 1010px;
	float: left;
	/* border: 1px solid white; */
}

#product_desc {
	top: 0px;
	left: 0px;
	height: 300px;
	width: 700px;
	float: left;
}

#product_smallpict {
	width: 300px;
	height: 300px;
	float: left;
}

#product_bigpict {
	float: left;
	height: 270px;
	width: 650px;
}

#newslist {
	float: left;
	height: 600px;
	width: 400px;
}

#newsText {
	float: left;
	width: 600px;
	height: 360px;
	margin: 0 0 0 5px;
	padding-left: 5px;
	background-color: #111111;
	border-left: 1px solid #555555;
}

/*********************************** MENU SECTION **********************************/
#menuDiv {
	float: left;
	height: 33px;
	width: 1022px;
	background-image: url(images/menu.gif); no-repat;
	margin: 0 0 10px 0;
}

#menu {
	padding: 5px 5%;
	margin: 0;
	text-align: left;
	color: #CCCCCC;;
	background-image: url(images/menu.gif);
	font-size: 16px
}

#menu li {
	font-size: 1.2em;
	display: inline;
	list-style-type: none;
	border-left: 1px solid white;
	padding: 0 10px 0 15px;
	font-weight: bold;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:active {
	color: #FFFFFF;
}

#menu li a:hover {
	background-color: #0000FF;
	font-weight: bold
}

#news {
	font-size: 10px;
}

#news li {
	font-size: 1.2em;
	padding: 10px 0 0 0;
}

#news li a {
	color: white;
	text-decoration: none;
}

#news li a:active {
	color: #FFFFFF;
	font-weight: bold
}

#news li a:hover {
	font-weight: bold
}
