@charset "utf-8";
/* CSS Document */


body {
	/*background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #000;
	background-image: url(../images/bg.gif);
	height:100%;
	width:100%;*/
	margin: 0px;
	background-color: #999;
	color: #FFF;
}

.nudge {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	display: inline;
	line-height: normal;
	margin-left: 20px;
	
	
	
}

h2 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	display: inline;
	line-height: normal;
}

h3 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-style: italic;
	line-height: 14px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	float: none;
	display: inline;
}



p{
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	margin: 15px 0px 15px 0px;
	line-height: 24px;
	text-align: left;
	
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:  #666666;
	margin-bottom: 10px;
}

.clear {
	margin: 0px;
	clear: both;	
}

.float_center {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

#background {
    width: 100%; 
    height: 100%; 
    left: 0px; 
    top: 0px; 
	position: fixed;
	z-index: -1;

}

.stretch {
    width:100%;
    height:100%;
}


img {
	border: 0px;
}

#span_top {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #080605;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.top_container {
	width: 926px;
	height: 188px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.logo {
	width: 308px;
	height: 124px;
	background-repeat: no-repeat;
	float: left;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}


.top_phone {
	width: 400px;
	height: 92px;
	background-repeat: no-repeat;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-right: 50px;
	padding-left: 0px;
	padding-top: 14px;
	padding-bottom: 18px;
	margin: 0px;
	position: relative;
	float: left;
	text-align: center;
}

.top_phone h3{
	color: #cccccc;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.top_phone h4{
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	vertical-align: top;
	height: auto;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}

.top_phone h5{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	vertical-align: top;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.request_info a:link, .request_info a:visited{
	width: 146px;
	height: 188px;
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/request_info.jpg);
}


.request_info a:hover {
	width: 146px;
	height: 188px;
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/request_inforo.jpg);
}

#contact_form {
	width: 400px;
	height: 380px;
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	margin-top: 0;
	margin-right: 44px;
	padding-left: 10px;
	
}



.type {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 15px
	margin-bottom: 15px;;

}

.error {
	background-color: #CCC;
	border: 1px solid #FFF;
	padding-left: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 25px;
	float: right;
	width: 400px;
	}



/* start menu */
.top_menu {
	width: 780px;
	height: 64px;
	background-image: url(../images/top_menu.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
}

.menu a:hover, .menu a:link, .menu a:visited  {
	text-decoration: none;
	color: #000000;

}


.menu {
	width: 699px;
	height:	48px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding-top: 0px;
	text-align: center;
	z-index: 700;
	position: relative;
	padding-left: 40px;

}

li a:link,   li a:visited,   li a:active {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-decoration: underline;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	float: left;
	z-index: 750;
}


li.top {
	text-align: center;
	position: relative;
	list-style-type: none;
	float: left;
	height: 48px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 750;
	/*background-image: url(../images/menu_tile.jpg);*/
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #40403f;

}


.index_link{
	
}

li a.index_link span {
	float:left;
	height:36px;
	width:auto;
	padding-top: 12px;
	/*background:url(../images/nav_index.jpg) no-repeat ;*/
	/*background-color: #002ecc;*/
	padding-right: 15px;
	padding-left: 15px;
	z-index: 750;
	color: #ffffff;
	text-decoration: none;
}

li:hover a.index_link span, li a.index_link_active span{
	float:left;
	width:auto;
	color:#fff;
	background-repeat:repeat-x;
	text-decoration: none;
	z-index: 750;
	/*background-color: #019b67;*/
	background-image: url(../images/menu_tile.jpg);
	width: auto;
	height: 36px;
	padding-top: 12px;
}

/* start body content  */
.content {
	width: 926px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #303030;
	z-index: 900;
	padding-bottom: 0px;
	color: #fff;
	
}

.image_left {
	background-repeat: no-repeat;
	width: 444px;
	height: 268px;
	float: left;

	
}

.image_right {
	background-repeat: no-repeat;
	width: 444px;
	height: 268px;
	float: right;
	position: relative;

	
}

.column_left {
	background-image: url(../images/column_left.png);
	background-repeat: no-repeat;
	width: 434px;
	height: 50px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 9px;
	padding-top: 218px;
	padding-left: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	
}

.column_right {
	background-image: url(../images/column_right.png);
	background-repeat: no-repeat;
	width: 434px;
	height: 50px;
	padding-top: 218px;
	padding-left: 20px;
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	
	margin: 15px 0px 15px 4px;

	
}

.column_span_index {
	width: 858px;
	height: auto;
	color: #FFF;
	padding: 0px 24px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 16px;
	
}

.column_span {
	width: 894px;
	height: auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_tile_span.jpg);
	background-color: #303030;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 24px;

	
}
.column_span_remod {
	width: 894px;
	height: 760px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_tile_span.jpg);
	background-color: #303030;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 24px;
}
.column_span_gallery {
	width: 894px;
	height: 700px;
	align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg_tile_span.jpg);
	background-color: #303030;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-left: 16px;
	line-height: 24px;
}


.column_top {
	width: 858px;
	height: auto;
	color: #ffffff;
	padding: 0px 25px 0px 25px;

	
}

/* start footer */

#span_bottom {
	width: 100%;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-color: #080605;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: none;

}

.bottom_container {
	width: 926px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
	
}

/*#Example_A {
	height: 65px;
	width:160px;
	border-radius: 10px 10px 10px 10px;
	color: #ff0000;
	background-color: #FFF;
	margin-bottom: 12px;
	background-image: url(../images/request_inforo.jpg);
	background-repeat: no-repeat;
 }*/
.content .column_span ul li {
	color: #FFF;
	margin-left: 12px;
	margin-right: 12px;
}
.content .column_span p b {
	color: #FFF;
}
