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

/*-----------------------------*/
/*  Standard HTML Tag Reset    */
/*-----------------------------*/

	body, h1, h2, h3, p, ul, li, form, img {
	
	border: 0px;
	margin: 0px;
	padding: 0px;
	
	}

/*----------------------------------*/
/*  Standard HTML Tag Definition    */
/*----------------------------------*/


body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#1c1c1c;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

p {
	font-size: 0.8em;
	font-weight: normal;
	color: #868686;
	font-variant: normal;
	line-height: 1.6em;
	margin-bottom: 10px;
 }
 
 h1 {
	font-size: 1em;
	font-weight: normal;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
 }


h2 {
	font-size:1em;
	font-weight: bold;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	font-style: italic;
 }

h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	color: #990000;
	padding-bottom: 5px;
 }


a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}

a:hover, a:active {
	text-decoration: none;
	color: #660033;
}

hr {
	color: #CCC;
}

/*----------------------------------*/
/*  Navigation Elements             */
/*----------------------------------*/

div#navigation {
	background-color: #000000;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	height: 20px;
	font-weight: bold;
}

div#navigation ul li {
	display: inline;
	;  
       

 }

div#navigation ul li a{
	background-color: #000000;
	color: #777;
	text-decoration: none;
	padding: 2px 5px;
	float: right;
	font-weight: bolder;
	letter-spacing: 0.1em;
	margin-right: 10px;
}

div#navigation ul li a:hover
{
	background-color: #c3c3c3;
	color: #fff;
}

	
div#navigation2 ul {
	background-color: #900;
	text-align: left;
	width: 250px;
	float: left;
	font-size: 0.6em;
	text-transform: uppercase;
}	

	

div#navigation2 ul li{
	list-style-type:none;
	border-bottom: 1px solid #fff;
	;
}


div#navigation2 ul li a{
	text-decoration:none;
	color: #FFF;
	display: block;
	height: 30px;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-family: Arial, Helvetica, sans-serif;
}


div#navigation2 ul a:hover{
	color:#ffffff;
	text-decoration:none;
	background-color: #690;
}


div#navigation2 ul a.pink:hover {

	background-color: #fb3954;
	color: #FFF;

}

div#navigation2 ul a.blue:hover {

	background-color: #6485d0;
	color: #FFF;

}

div#navigation2 ul a.orange:hover {

	background-color: #fe5a09;
	color: #FFF;

}

div#navigation2 ul a.yellow:hover {

	background-color: #febc09;
	color: #FFF;

}

div#navigation2 ul a.red:hover {

	background-color: #be0e0e;
	color: #FFF;

}

/*----------------------------------*/
/*  Page Elements                   */
/*----------------------------------*/


div#container_home {
	width: 960px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0 auto;
	border: 20px solid #c3c3c3;
}

div#container {
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 20px solid #c3c3c3;
}

div#banner {
	background:#000;
	width: 960px;
	height: 95px;
}

div#banner img {
	float: left;
	margin-left: 30px;
}

div#banner h1 {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: oblique;
}

div#banner h1 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	font-size: 32px;
	letter-spacing: normal;
}

div#flash {
	background-color:#333;
	height:410px;
	width: 960px;
	float: left;
}

object {
	text-align: center;
	width: 770px;
}


div#page-content-wrapper{
	float: left;
	width: 960px;
}


div#text {
	float: left;
	text-align: left;
	width: 410px;
	padding: 20px;
}

div#contact {
	float: left;
	width: 710px;
	text-align: left;
}


div#text a{
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	font-size:1em;
}





div#text_contact {
	text-align: left;
	display: inline;
	float: left;
	width: 300px;
	padding: 20px;
}

#image_container{
	float: left;
	margin: 20px;
	width: 160px;
	padding-left: 30px;
}


#image_container ul li{
	width: 105px;
	float: left;
	list-style-type: none;
	height: 105px;
	overflow: hidden;
}

#image_container li a {
	display: block;
	list-style-type: none;
}

#image_container li img {
	display: block;
	border: 5px solid #fff;
}

.text_box {
	width: 220px;
	text-align: left;
	background-color: #FFFFFF;
	float: left;
	margin: 20px;
}


.text_box p{
	font-size: 0.8em;
	color: #333;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-style: normal;
	text-align: center;
}


.gallery{
	width: 300px;
	float: left;
	margin: 20px;
}

.gallery ul li{
	list-style-type: none;
	width: 100px;
	height: 100px;
	float: left;
}


.gallery li a
{
	float: left;
}



.gallery li img
{
	display: block;
}


/*----------------------------------*/
/*  Footer Elements                 */
/*----------------------------------*/

#footer {
	background-color:#484848;
	height: 20px;
	clear: both;
	padding-top: 150px;
	width: 960px;
	float: left;
	margin-top: 20px;
}

#footer p {
	color: #CCCCCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 10px;
}


/*----------------------------------*/
/*  form Elements                   */
/*----------------------------------*/


form{
	float:left;
	padding: 20px;
	width: 310px;
}

 label, label span {
	display: block;
	color: #333;
}
 label {
	font-size: 12px;
	float: left;
}

 label span {
	text-align: left;
}

 label span em{
	color: #900;
}

 fieldset input{
	float: left;
	width: 300px;
}

 fieldset input:hover{
	background-color: #900;
}

 fieldset input:active, input:focus{
	border-color: #CCCCCC;
}

fieldset{
	display: inline;
	float: left;
	border: none;
	padding: 10px;
}

 legend {
	color:#900;
	font-size: 14px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: -10px;
}

input, textarea{
	margin-bottom: 5px;
	width: 65px;
	float: left;
}
 textarea{
	width: 300px;
	float: left;
	overflow: hidden;
}


.input{
	float: left;
	width: 80px;
	margin-right: 90px;
	background-color: #CC8700;
	border: 1px solid #fff;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.input:hover{
	background-color: #5E92CD;


}


/*----------------------------------*/
/*  Custom Classes                  */
/*----------------------------------*/

.client_quote{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 0.9em;
	color: #730605;
	background-repeat: no-repeat;
	height: 70px;
	background-position: 30% 90%;
	margin-left: 27px;
	line-height: 1.3em;
	font-style: italic;
}

.clear{
	clear:both;
}

