@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
		margin: 0;
		padding: 0;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
fieldset,img {
		border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
		font-style: normal;
		font-weight: normal;
}
ol,ul {
		list-style: none;
}
caption,th {
		text-align: left;
}
h1,h2,h3,h4,h5,h6 {
		font-weight: normal;
}
h1 {
		font-size: 14pt;
		margin: 0 0 10px 0;
}
h2 {
		font-size: 24px;
		margin: 5px 0 10px 0;
}
h3{
        font-size: 18px;
        padding:5px;
}
h4{
        font-size: 16px;
        padding:5px;
}
q:before,q:after {
		content: '';
}
abbr,acronym {
		border: 0;
}
html {height: 100%}
body {
 		font-family: Helvetica, sans-serif, Verdana, Arial;
		font-size: 10pt;
        color:#333;
		width: 100%;
		height: 100%;
        background:url(../images/body-bg.jpg) 0 0 repeat-x #589ab5;
}
a:link, a:visited {
        color: #3366CC;
        outline: none;
		text-decoration: none;
		text-decoration: italic;
}
a:hover {
        color: #f93;
}
a:active {}
p {margin: 0;}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 844px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
        width: 844px;
}
#header img.logo{
        width:164px;
        height:96px;
        position:absolute;
        z-index:100;
}

/* Menu */

#header .menu{
        float:right;
        width:640px;
        margin-top:14px;
}

#header .menu ul {
        float:right;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0;
        padding:0;
}

#header .menu ul li {
        display:inline;
        float:left;
        height:32px;
        margin:0 10px 0 0;
}

* html #header .menu ul li a {
        margin-top:-3px;
}
#header .menu ul li a {
        background:transparent url(../images/left.png) no-repeat scroll left top;
        clear:both;
        cursor:pointer;
        float:left;
        padding:0 0 0 5px;
        position:relative;
        text-decoration:none;
}
* html #header .menu ul li a span {
        height:14px;
}
#header .menu ul li a span {
        background:transparent url(../images/right.png) no-repeat scroll right top;
        color:#FFFFFF;
        display:block;
        float:left;
        font-weight:bold;
        padding:9px 10px 9px 5px;
		font-size:11px;
        text-decoration:none;
        text-transform:uppercase;
}

#header .menu li#current a {
        background-position:left -32px;
}
#header .menu  li#current a span {
        background-position:right -32px;
}
#header .menu li a:hover {
        background-position:0 -32px;
}
#header .menu li a:hover span {
        background-position:100% -32px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle{
        height:1%;
        padding:0 0 100px;
        width:100%;
}
#bg_top{
        width: 844px;
        height: 13px;
        background:transparent url(../images/slide-top.png) no-repeat scroll left top;
}
#bg_bottom{
        width: 844px;
        height: 13px;
        background:transparent url(../images/slide-bottom.png) no-repeat scroll left top;
}

/* Slide show*/
#show{
        width: 844px;
        height: 300px;
        background: url(../images/ajax-loader.gif) no-repeat 50% 50% #D0DFE7;
}
/* Quick */
#quick {
        width: 844px;
        height:42px;
}
#quick ul {
        float:right;
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0;
        padding:0;
}

#quick ul li {
        display:inline;
        float:left;
        height:32px;
        margin:0 10px 0 0;
}

* html #quick ul li a {
        margin-top:-3px;
}
#quick ul li a {
        background:transparent url(../images/quick-left.png) no-repeat scroll left top;
        clear:both;
        cursor:pointer;
        float:left;
        padding:0 0 0 5px;
        position:relative;
        text-decoration:none;
}
* html #quick ul li a span {
        height:14px;
}
#quick ul li a span {
        background:transparent url(../images/quick-right.png) no-repeat scroll right top;
        color:#0c136a;
        display:block;
        float:left;
		font-size:11px;
        font-weight:bold;
        padding:9px 10px 9px 5px;
        text-decoration:none;
        /*text-transform:uppercase;*/
}
#quick li a:hover span{
        color:#ee7910;
}
/* Content */

#content {
		width: 844px;
        overflow:hidden;
        background: #D1E0E8;
}
.block_info {
    	-moz-border-radius:7px;
        position:relative;
        background:#EDF4FB;
        color:#000000;
        float:left;
        margin:5px 0 5px 10px;
        padding:5px;
        width:395px;
}
.block_info h2 {
	font-size: 24px;
	margin: 10px 0 10px 0;
}
.block_info p {margin: 0 0 18px}
.block_info .call_now {width: 100%;}
.white {background:#FFF;}
.orange {background:#ed770f; color:#FFF; text-align:center; font-size: 24px;}
.blue {background:#d1e0e8; color:#33779c; text-align:center; font-size: 24px;}
/* For Hire*/
.block_items {
    	-moz-border-radius:7px;
        position:relative;
        background:#EDF4FB;
        color:#000000;
        float:left;
        margin:5px 0 5px 10px;
        padding:5px;
        width:257px;
		min-height: 280px;
}
.block_items h2 {
        font-size: 20px;
}

/* Catalog+Items page*/

.block_text {
    	-moz-border-radius:7px;
        position:relative;
        background:#EDF4FB;
        color:#000000;
        float:left;
        margin:5px 0 5px 10px;
        padding:5px;
        width:557px;
}

.block_right {
    	-moz-border-radius:7px;
        position:relative;
        background:#EDF4FB;
        color:#000000;
        float:left;
        margin:5px 0 5px 10px;
        padding:5px;
        width:230px;
}
.block_right h3{
        font-size: 18px;
        padding:5px;
}
.block_right h3#active a {
        color:#F07D13;
        text-decoration: none;
}
.block_descript {
    	-moz-border-radius:7px;
        position:relative;
        background:#EDF4FB;
        color:#000000;
        float:left;
        margin:5px 0 5px 10px;
        padding:5px;
        width:810px;
}

#itemprev {
        border-bottom:1px dotted #D1E0E8;
        clear:both;
        overflow:hidden;
        padding-bottom:10px;
        padding-top:10px;
}
.imageprev {
        float:left;
        width:130px;
}
.imageprev img {
       border:1px solid #D1E0E8;
       padding:2px;
}
#galery_view{
		position:relative;
		width:810px;
		border-bottom:1px solid #D1E0E8;
		clear:both;
		overflow:hidden;
		padding-bottom:10px;
		margin-bottom:10px;
}
#p1{
		float:left;
		height:125px;
		margin:0;
		text-align:center;
		width:100px;
}

#p2{
		float:right;
		height:125px;
		margin:0;
		text-align:center;
		width:100px;
}
.path_arrow_next {font-size:28px; text-decoration:none;}
/*Form*/
.form {
		-moz-border-radius:7px;
		background:#D1E0E8 none repeat scroll 0 0;
		margin:0;
		padding:10px;
}
.form .row {margin:5px 0;}
.form .row label {
		display:block;
		font-weight:bold;
}

.form .hint {
		color:#027B18;
		margin:0;
		padding:0;
}

.form .submit {
        color:#000000;
		margin:0;
		padding:0;
        width: 20%;
}
.form sup {
   color:#F86206;
   font: 12px/14px Arial, serif;

}
/* Massage  */
.error_message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px 5px 7px 35px;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	background: #F0F0E7 url(/images/icon/stop_24x24.png) no-repeat 5px 50%;
}

.message
{
	z-index: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 7px 5px 7px 35px;
	position: relative;
	font-size: 12pt;
	border-collapse: collapse;
	border: 1px #67A4E6 dashed;
	color: #67A4E6;
	background: #FFFFFF url(/images/icon/flag_24x24.png) no-repeat 5px 50%;
}

table {
        border-collapse:collapse;
        height:100%;
        margin:0 0 15px;
        text-align:left;
        width:100%;
}
table thead {
        color:#666666;
}
table tr {
        border-top:medium none;
}
.altern{
        background:#F9F9F9 none repeat scroll 0 0;
}
table th {

        color:#666666;
        font-weight:normal;
        padding:5px 8px;
}

/* weather*/
#weather {
		height:77px;
		overflow:hidden;
		padding:2px 0 0;
}
.weatherIcon {
		float:left;
		padding:0 30px 0 0;
		margin: 3px;
		text-align:center;
}
.weatherIcon img{
		border:1px solid #BBBBCC;
		height:40px;
		padding:1px;
		width:40px;
}
.make {
		clear:both;
		float:left;
		height:52px;
		margin:5px 0 0;
		width:395px;
}

.make a.do {
		background:url(/images/make.jpg) no-repeat scroll 0 0;
		float:right;
		height:52px;
		width:237px;
}
.make span {
	display:none;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
        width: 844px;
        margin: -100px auto 0;
        height: 100px;
}
.footerMenu {
	padding: 20px 0;
	text-align: center;
}
a.fMenu:link, a.fMenu:visited {
	color: #eee;
	font-size: 12pt;
	padding: 0 15px;
	margin: 0;
	text-decoration: none;
}
a.fMenu:hover {
	color: #fff;
}
a.fMenu:active {}
.copyRight {
	width: 300px;
	padding: 0 0 0 20px;
	color: #ddd;
	float: left;
}
.SEO {
	width: 10px;
	padding: 0 120px 0 0;
	float: right;
}