@import url("contact.css");

/*=RESET*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/*=INITIAL */
body {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #5e626c;
	background: #191d24;
	text-align: center;
	text-transform: uppercase;
}

a, a:visited {
	color: #1480b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font: normal 19px Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
	color: #fff;
	text-transform: none;
}

h1 {
	font: normal 21px Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
	color: #fff;
}

h2 {
	font: normal 21px Arial, Helvetica, sans-serif;
  margin: 25px 0 20px 0;
  padding-top: 25px;
	border-top: 2px solid #21242a;
	color: #fff;
}

h3 {
  margin-bottom: 15px;
	color: #1480b7;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
  padding: 0 0 12px 0;
}

i {
	color: #1480b7;
	font-style: normal;
}



/*=LAYOUT */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

/*=HEADER*/
#header {
	background: url(../img/header_bg.jpg) 0 0 no-repeat;
	width: 850px;
	height: 269px;
/*	position: relative;  */
}

#header h1 {
/*  position: absolute;
	top: 69px;
	left: 44px;*/
	float: left;
	padding: 69px 0 0 44px;
}


#header h1 a {
  display: block;
	width: 172px;
	height: 125px;
	background: url(../img/logo.gif) 0 0 no-repeat;
	text-indent: -1000em;
}

#header ul {
/*  position: absolute;
	top: 114px;
	left: 216px;*/
	float: left;
	padding: 114px 0 0 0px;
}

#header ul li {
	float: left;
	margin-left: 1px;
}

#header ul li a, #header ul li a:visited {
  display: block;
	width: 149px;
	height: 57px;
	text-indent: -1000em;
}

#header ul li.n28 a {
	width: 150px;
  background: transparent url(../img/about.gif) 0 0 no-repeat;
}

#header ul li.n27 a {
  background: url(../img/works.gif) 0 0 no-repeat;
}

#header ul li.n26 a {
  background: url(../img/services.gif) 0 0 no-repeat;
}

#header ul li.n25 a {
	width: 150px;
  background: url(../img/contacts.gif) 0 0 no-repeat;
}


/*=MAIN*/
#main {
  border-top: 1px solid #242833;
  border-bottom: 1px solid #242833;
	margin: 0 40px;
	padding: 30px;
	background: #191c23;
	min-height: 400px;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #main {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
*:first-child+html #main {height: 1%;}

#main ul {
  padding: 5px 0 15px 0;
}

#main ul li {
  padding: 2px 8px;
	background: url(../img/li.gif) 0 8px no-repeat;
}


/*=CONTENT*/
#content {
  float: left;
	width: 410px;
	border-bottom: 1px solid #191c23;
}

#content-side {
  float: left;
	width: 241px;
	min-height: 300px;
	padding: 30px 25px;
	border-top: 5px solid #c63300;
	background: url(../img/side_bg.gif) 0 0 no-repeat;
	position: relative;
	top: -35px;
	right: -40px;
}


/*=FOOTER*/
#footer {
	padding: 25px 55px;
	text-transform: uppercase;
	font-size: 9px;
}

#footer a, #footer a:visited {
  color: #fff;
	padding-left: 4px;
}

/*=NEWS*/
.news-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
	border-bottom: 1px dotted #30343a;
}

.news-more {
  text-align: right;
}


/*=EXTRAS*/
div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 19px !important;
}

div.csc-textpic-intext-left-nowrap {
	margin-bottom: 25px !important;
}

div.csc-textpic-intext-left-nowrap {
	margin-bottom: 35px !important;
}

