﻿body
{
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#mainContainer
{
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
}

#topStrip
{
	height: 110px;
	display: block;
}

#logoLeft
{
	float: left;
	display: block;
}

#logoRight
{
	float: right;
	display: block;
}

#menu
{
	float: left;
	margin-top: -48px;
	margin-left: 250px;
	
	* margin-top: -32px;
	* margin-left: 280px;
}

* html #menu
{
    float: left;
	margin-top: -48px;
	margin-left: 250px;
	
	* margin-top: -32px;
	* margin-left: 130px;
}

#menuList
{
	list-style-type: none;
}

#menuList li
{
	float: left;
	padding-right: 1px;
	
}

#menuList li a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	display: block;
	text-align: center;
	padding-top: 7px;
}

.menuHomeA
{
	background-image: url('../images/menu/btn1.jpg');
	width: 68px;
}
.menuHomeA:hover
{
	background-image: url('../images/menu/btn1over.jpg');
}
.menuHomePaint
{
    background-image: url('../images/menu/btn1over.jpg');
    width: 68px;
}

.menuProductsA
{
	background-image: url('../images/menu/btn2.jpg');
	width: 158px;
}
.menuProductsA:hover
{
	background-image: url('../images/menu/btn2over.jpg');
}
.menuProductsPaint
{
    background-image: url('../images/menu/btn2over.jpg');
    width: 158px;
}

.menuCareersA
{
	background-image: url('../images/menu/btn3.jpg');
	width: 78px;
}
.menuCareersA:hover
{
	background-image: url('../images/menu/btn3over.jpg');
}
.menuCareersPaint
{
	background-image: url('../images/menu/btn3over.jpg');
	width: 78px;
}

.menuContactA
{
	background-image: url('../images/menu/btn4.jpg');
	width: 98px;
}
.menuContactA:hover
{
	background-image: url('../images/menu/btn4over.jpg');
}
.menuContactPaint
{
	background-image: url('../images/menu/btn4over.jpg');
	width: 98px;
}

#pageText
{
	margin-left: 30px;
	width: 801px;
	background-image: url('../images/textBackground.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#fotter
{
	background-color: #dee3e7;
	height: 90px;
	text-align: center;
	width: 849px;
}

.fotterLink
{
	color: #7f8fa3;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#mainPic
{
	float: left;
}

#mainText
{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.mainPageText
{
	font-size: 14px;
	width: 500px;
	line-height: 16px;
}

.leftMenuTitle
{
	width: 130px;
	height: 16px;
	display: block;
	background-image: url('../images/titleMenuBack.jpg');
	color: #989697;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 15px;
}

.leftMenuUL
{
	list-style-image: url('../images/bullet.jpg');
}

.leftMenuUL li a
{
	color: #7fa1b6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.productsMoreDetails
{
    color: #ef9e07;
    font-size: 14px;
}