html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/bg.png) repeat-x;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

/* Helpers */

.clear {
	clear: both;
}

.main-bg {
	background: url(../images/tr_bg.jpg) no-repeat center top;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 200px;
	/* background: #FFE680; */
}

#logo {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

/* Main menu */
#main-menu {
	padding: 0;
	margin: 0;
	height: 40px;
	background: #001D38;
}
#main-menu li {
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 17px;
	padding-left: 23px;
}
#main-menu li a {
	color: #FFF;
	text-decoration: none;
}
#main-menu li a:hover {
	text-decoration: underline;
}

.head_phone {
	float: right;
	display: block;
	width: 150px;
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 35px;	
}
.head_phone .title {
	display: block;
	text-transform: uppercase;
	text-align: right;
}
.head_phone .phone {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #158aa9;
}

/* Under Header */
.under-header {
	margin-top: 2px;
	height: 477px;
	padding-bottom: 175px;
	background: #FFF url(../images/under_head.jpg) no-repeat -19px top;
}
.uh-menu {
	padding-top: 432px;
	padding-left: 23px;
}
.uh-menu li {
	float: left;
	padding-right: 15px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 320px;
	height: 1%;
	position: relative;
	background: #FEFFFF url(../images/content_bg.png) repeat-x;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 28px 20px 0 340px;
	/* background: #B5E3FF url(../images/content_bg.png); */
}
.page-title {
	font-size: 22px;
	line-height: 24px;
	color: #42a2e9;
}
.cont-catalog {
	margin-top: 30px;
}
.cont-catalog li {
	float: left;
	width: 325px;
}
.cont-catalog li a {
	color: #000;
	text-transform: uppercase;
}
.cont-catalog li a span {
	display: block;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 320px;
	margin-left: -100%;
	position: relative;
	background: #FEFFFF url(../images/content_bg.png) repeat-x;
}
.side-box {
	padding: 31px 0 0 47px;	
}
.side-menu-title {
	padding-left: 3px;
	color: #054583;
	font-size: 22px;
	text-transform: uppercase;
}
.side-menu {
	padding-top: 15px;
	padding-bottom: 30px;
}
.side-menu li {
	padding: 5px 0 5px 0;
	background: url(../images/side_li.png) no-repeat bottom;
}
.side-menu li a {
	display: block;
	padding-left: 20px;
	background: url(../images/menu_arrow.png) no-repeat left;
	color: #054583;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.side-menu li a:hover {
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -180px auto 0;
	height: 180px;
	position: relative;
	background: #FFF url(../images/footer_tbg.png) no-repeat top center;
}
#footer .left-side {
	width: 200px;
	height: 180px;
	/* background: url(../images/map.jpg) no-repeat right; */
	float: left;
	color: #054583;
	padding-left: 48px;
	padding-top: 34px;
}
#footer .left-side span {
	color: #054583;
	font-size: 18px;
	text-transform: uppercase;
}
#footer .left-side p {
	line-height: 14px;
}
#footer .right-side {
	padding-top: 20px;
}
#footer .right-side span {
	color: #054583;
	font-size: 14px;
}
#footer .bottom-footer {
	padding: 0 35px;
	height: 37px;
	background: #001D38;
	color: #FFF;
	line-height: 37px;
}
#footer .bottom-footer .fright {
	float: right;
}