body {
	background-color: #313131;
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
}

body, h1, h2, h3, td, p, li, ol, ul, input, select, textarea, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A2A2A2;
}

a, a:visited {
	color: #FFA800;
	text-decoration: none;
}

a:hover {
	color: #FFA800;
	text-decoration: underline;
}

.menu {
	width: 295px;
	text-align: right;
	padding: 10px 30px 0px 20px;
}

.menu a, .menu a:visited{
	text-transform: uppercase;
	font-size: 10px;
	color: #A2A2A2;
	text-decoration: none;
	margin-left:10px;
}

.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.category {
	width: 570px;
	padding: 0px;
}

.category img{
	margin-bottom:5px;
}

.category td{
	text-align: center;
}

.category a, .category a:visited{
	text-transform: uppercase;
	font-size: 12px;
	color: #A2A2A2;
	text-decoration: none;
}

.category a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


.leftColumn h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.leftColumn {
	padding: 70px 30px 0px 0px;
	text-align: right;
}

.rightColumn {
	padding: 70px 0px 0px 0px;
}

.rightColumn h1{
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
}

.rightColumn h2{
	font-size: 18px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	color: #FFA800;
}

.rightColumn h3{
	font-size: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 3px 0px;
}

.rightColumn p{
	padding: 0px 10px 20px 10px;
	margin: 0px;
}

.contacts {
	padding: 100px 0px 0px 0px;
	font-size: 11px;
	line-height: 18px;
}

.preview td {
	background-color: #585858;
	text-align: center;
	width:130px;
	height:130px;
}

.preview td img{
	border: solid 1px #A2A2A2;
}






