/* CSS Document */

/**********************************************************************************************************************************/
/* Reset                                                                                                                          */
/**********************************************************************************************************************************/

* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
       border: 0px;
}

img.refs {
	margin: 5px;
	border: medium solid #F4F4F4;	
}

/**********************************************************************************************************************************/
/* Text                                                                                                                           */
/**********************************************************************************************************************************/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #B1B185;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: strong;
	font-size: 20px;
}

h1.front {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #B1B185;
	margin-bottom: 5px;
	font-weight: strong;
	font-size: 20px;
}

p {
	font-size: 12px;
	line-height: 160%;
	color: #666;
	margin-bottom: 15px;
}

p.padded {
     padding-top: 15px;
     padding-bottom: 15px;
}

p.grey_small {
     color: #333;
     font-size: 9px;
}

p.navigation {
     color: #BFBFBF;
}

p.success {
	color: #006600;
	background-color: #ECFFED;
	padding: 10px;
	border: 1px solid #006600;	
}


a:link {
     text-decoration: none;
     color: #FFFFFF;
}

a:visited {
     text-decoration: none;
     color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {
     text-decoration: underline;
     color: #FFFFFF;
}

a.dark:link {
     text-decoration: underline;
     color: #333;
}

a.dark:visited {
     text-decoration: underline;
     color: #333;
}

a.dark:hover {
	color: #333;
	text-decoration: underline;
}

a.dark:active {
     text-decoration: underline;
     color: #333;
}

ul {
	margin-bottom: 15px;
	margin-left: 25px;
}

li {
	
	font-size: 12px;
	line-height: 160%;
	color: #666;
}

th, td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

/**********************************************************************************************************************************/
/* Container                                                                                                                      */
/**********************************************************************************************************************************/

#container {
	width: 100%;
	background-color: #FFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}

#container_nobg {
	width: 100%;
	background-color: #FFF;
	
}

/**********************************************************************************************************************************/
/* Header                                                                                                                         */
/**********************************************************************************************************************************/


#header {
	width: 100%;
	height: 140px;
}


	#header_content {
	width: 940px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

        #header_content #logo {
	       width: 200px;
	       height: 119px;
	       float: left;
		   margin-top: 5px;
       }

       #header_content #tel {
	       width: 700px;
           height: 40px;
	       float: right;
	       margin-top: 10px;
           text-align: right;
      }

       #header_content #nav {
			width: 420px;
			height: 40px;
			float: right;
			margin-top: 10px;
			text-align: left;
			padding-top: 7px;
			padding-left: 15px;
			background-image: url(images/nav_bg.gif);
			background-repeat: no-repeat;
			color: #FFF;
      }

/**********************************************************************************************************************************/
/* Content                                                                                                                        */
/**********************************************************************************************************************************/

#content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

	#content #banner {
	width: 940px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	}

       #content #banner #left_top {
			float: left;
			width: 450px;
			height: 220px;
      }
	
      #content #banner #right_top {
			float: right;
			width: 450px;
			height: 220px;
      }
	
	#content #subbanner {
		width: 940px;
		height: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		clear: both;
	}

	
	#content #subbanner #left {
		width: 430px;
		float: left;
		clear: both;
	}

        #content #subbanner #client_left {
		width: 600px;
		margin-top: 20px;
        margin-bottom: 25px;
		float: left;
	}
	#content #subbanner #right {
	width: 450px;
	float: right;
	text-align: center;
	}

#content #subbanner #right #news {
	padding-right: 15px;
	padding-left: 15px; 
	padding-top: 20px; 
}

#content #client_right {
	width: 250px;
	margin-top: 20px;
	float: right;
	}
	
	#content #right #where {
		background-image: url(images/right-background.png);
		background-repeat: no-repeat;
		height: 180px;	
		padding-right: 15px;
		padding-left: 15px;	
	}
	

#3cols {
	width: 940px;
	height: 400px;
	clear: both;
}

#content #2cols {
	width: 940px;
	height: 600px;;
	clear: both;
}

#content #full {
	width: 960px;
	margin-top: 25px;
}

#col1 {
	float: left;
	width: 300px;
}

#col2 {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#col3 {
	float: right;
	width: 300px;
}

#col_wide {
	float: left;
	width: 600px;
	height: 100%;
	padding-top: 25px;
}

#col_small {
	float: right;
	width: 300px;
	height: 100%;
	padding-top: 25px;
}



/**********************************************************************************************************************************/
/* Footer                                                                                                                         */
/**********************************************************************************************************************************/

#footer {
	width: 100%;
	height: 120px;
	clear: both;
	padding-top: 30px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
}

	#footer_content p{
		width: 940px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 11px;
	}

#footer a:link, a:visited, a:active {
     text-decoration: underline;
     color: #BFBFBF;
}

#footer a:hover {
	color: #00B0D3;
}

/**********************************************************************************************************************************/
/* Forms                                                                                                                                                      */
/**********************************************************************************************************************************/
input, textarea {
	padding: 10px;
	border: 1px solid #999999;
}

.button {
	color: #FFF;
	background-color: #E3047E;
	border: 1px solid #E3047E;
	margin: 3px;
	padding: 5px;
}

