/*
 * basic styles
 */

* {
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif; 
	font-size: 14px;  	
}

h1, h2 {
	color: #8c1a1b;
}

body { 
	margin: 0px; 
	padding: 0px; 	

	background: url('../images/bg.gif') repeat-x top left #222222;
}

#container {
	width: 824px;
	margin: 0px auto;
/* 	text-align:center; */
}

#content {
	background: #FFF; 
	margin: 0px; 
	padding: 0px;
}

#banners {
	background: #666;
	margin: 0;
	padding: 10px;
}

a, a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #53543f; 
}

a:hover { 
	text-decoration: underline; 
	color: #53543f; 
}

#logo {
	height: 105px; 
	padding: 0px; 
	margin: 0px;
}

#logo img {
	margin-top: 30px;
}

#menu {
	height: 51px; 
	padding: 0px; 
	margin: 0px; 
	list-style-type: none;
	border-right: 1px solid #6b0000; 
	border-left: 1px solid #c84b3e;	
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	text-align: center;
	height: 51px;
	font-size: 18px;
	color: #FFF;
/* 	font-weight: bold; */
	line-height: 51px;
	border-left: 1px solid #6b0000; 
	border-right: 1px solid #c84b3e;	
	padding: 0px 20px;
}

#menu li a:hover {
	text-decoration: none;
	background: url('../images/menu_ov.gif') repeat-x top left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

form {
	background: #8c1a1b; 
	color: #FFF; 
	padding: 10px; 
	margin: 0px;
}

form label {
	display: block;
	font-weight: bold;
	padding-top: 15px;
}

form input,
form textarea {
	width: 278px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #5c0000;	
}

form p {
	padding: 0px;
	margin: 0px;
}

form input.button {
	background: url('../images/button.gif') repeat-x top left;
	border: 1px solid #5c0000;
	width: auto;
	color: #FFF;
	padding: 3px 15px;
}

.column {
	padding: 10px;
	margin: 0px;
}

.w300 {
	width: 300px; 
}

#footer div {
	padding: 10px;
	color: #a2a2a2;
	font-size: 12px;
}

#works_title {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#works_title li {
	float: left;
	
	padding: 0px 10px 0px 0px;
}

#works_title img {
	border: 1px solid #000;
	display: block;
}

#works_title h2 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 10px 0px;
}

#works_title p {
	margin: 0px;
	width: 227px;
}

.npl {
	padding-left: 0px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

.contact h2 a {
	font-size: 24px;
	font-weight: normal;
	color: #8c1a1b;
}

.contact img {
	margin-right: 15px;
}

.contact {
	margin-bottom: 15px;
}

.contact p {
	margin: 0px;
	font-size: 16px;
	color: #797979;
}

.devices {
	list-style-type: none;
	width: 392px;
}

.devices li {
	padding-top: 20px;
}

.devices li.first {
	padding-top: 0px;
}

.devices ul li {
	border: 0px;
	padding: 5px 0 0 0;
	margin: 0px;
	color: #595959;
}

.devices img {
	border: 1px solid #A1A1A1;
	margin-right: 10px;
}

.devices h2 a {
	font-size: 24px;
	font-weight: normal;
	color: #8c1a1b;
}

.services,
.services ul,
.devices ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.services h2 {
	font-size: 20px;
}

.services li {
	padding-top: 20px;
}

.services ul li {
	padding: 5px 0 0 0;
}

.url {
	display: none;
}

h3 {
	font-size: 16px;
	color: #595959;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #595959;
	font-weight: normal;
}
