@font-face {
                        font-family: 'HelveticaNeue-BoldCond';
                        src: url('HelveNeuBolCon.eot');
       }

      @font-face {
                        font-family: 'HelveticaNeue-BoldCond';
                        src: url('HelveNeuBolCon.woff') format('woff'),
                        url('HelveNeuBolCon.svg#HelveticaNeue-BoldCond') format('svg');
       }

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f7fafb;
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #0C9;
}
#container  {
	width: 890px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-left: 0px;
	height: auto;
	background-color: #052450;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header  {
	height: 40px;
	padding-top: 0;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #F8FBFC;
} 
#header #mainmenu {
	color: #ed5724;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 12px;
}
a {
	color: #99a4ba;
	text-decoration: none;
}
a:hover, a:active {
	color: #ed573a;
}
*:link, *:visited, *:hover, *:active, *:focus {

   -webkit-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
	
	-moz-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
	

   transition:  color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	padding-left .5s ease-in-out,
	padding-right .5s ease-in-out,
    border-color .25s linear;
	
}

#mainmenu a:link, #mainmenu a:visited {
	color: #ed573a;
	text-decoration: none;
}
#mainmenu a:hover,  #mainmenu a:active {
	color: #173162;
	text-decoration: none;
}
#title {
	height: 80px;
	width: 100%;
	margin-left: 10px;
}
#title .title_font {
	font-size: 48px;
	font-family: HelveticaNeue-BoldCond;
	padding-top: 10px;
	padding-left: 10px;
}
 #sidebar2 {
	float: right;
	width: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 550px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 12px;
	color: #FFF;
	font-size: 12px;
}
#sidebar1 #menu {
	font-size: 12px;
	line-height: 40px;
	padding-left: 10px;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 20px;
}
#sidebar1 #news {
	background-color: rgba(255,255,255, 0.15);
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar1 #news_box{
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 60px;
	margin-bottom: 40px;
	margin-left: 270px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}
#mainContent #mainslideshow {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 12px;
} 
#actions {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #mainright {
	float: right;
	width: 290px;	
} 
#photo_slideshow {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer  {
	background-color: #F8FBFC;
	height: 110px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 12px;
	position: relative;
	font-size: 10px;
	color: #173162;
} 
#design {
	position: absolute;
	height: 500px;
	width: 125px;
	bottom: -2px;
	right: -84px;
}
#logo {
	height: 40px;
	width: 182px;
	position: absolute;
	left: 790px;
	top: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#special {
	background-color: #0E0;
	position: static;
	height: 100px;
	width: 50px;
	top: 200px;
	right: 5px;
}
label {
	opacity: .6;
}
.form_fields {
	color: #173162;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	background-color: #737C93;
	border-style: none;
	outline-style: none;
}
.phone_big {
	font-size: 24px;
	color: #FFF;
}
#floating_box {
	position: fixed;
	height: 500px;
	width: 200px;
	top: 120px;
	right: 0px;
	overflow: visible;
}
#floating_box #quote {
	font-size: 14px;
	color: #0054A6;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 30px;
	font-style: italic;
}
#floating_box #sorce {
	font-size: 12px;
	color: #888888;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
}
.required {
	color: #ed573a;
}

.headline  {
	font-size: 12px;
	font-style: normal;
	text-align: right;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.headline_txt {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 30px;
}
#status {
	position:absolute;
	left:587px;
	top:140px;
	width:261px;
	height:38px;
	z-index:1;
	font-size: 10px;
	color: #DDD;
}
.error {
	font-size: 14px;
	font-weight: bold;
	color: #FAE10F;
}
.txt {
	padding-bottom: 10px;
	padding-right: 100px;
}
.txt_webcategories {
	padding-bottom: 10px;
	padding-right: 240px;
}
#client_repeat_box {
	width: 400px;
	margin-top: 15px;
}
.small_txt {
	font-size: 10px;
}
td {
	vertical-align: top;
}
.share {
	padding-top: 15px;
	padding-bottom: 20px;
}
/* position and dimensions of the navigator */
.navi {
	margin-left:auto;
	width:auto;
	height:10px;
	margin-right: auto;
	padding-top: 5px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	display:block;
	text-decoration: none;
	background-color: rgb(58,92,124);
}

/* mouseover state */
.navi a:hover {
	text-decoration: none;
	background-color: #F93;
}
/* active state (current page state) */
.navi a.active , .navi a.current{
	background-color: #ed5724;
}
#flash_title {
	height: 80px;
	width: 300px;
}
.price_title {
	padding-bottom: 4px;
	font-weight: bold;
}
.price_description {
	font-size: 10px;
	line-height: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
}
