@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	background: #1f191a;
	text-align: right; 
	padding: 0;
	margin:0;
	width: 100%;
	color: #93878d;
	background-image:url(../images/bg-wave2.jpg);
	background-repeat:no-repeat;
}
img, div {
behavior: url("iepngfix.htc")
}

h1 {
font-size:22px;
color:#594e53;
font-weight:normal;
}
h2 {
background:url(../images/bg-tile-flashWrapper2.png) repeat;
border: 1px solid #494140;
     padding: 15px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	} 
.container {
width:900px;
text-align:left;
margin:auto;
}

a {
color: #d4cfcf;
}

a:hover {
color: #d8447a;
}

.smallText {
font-size: 11px;
line-height: 14px;
letter-spacing: 1px;
color:#d8447a;
}

ul.NoBullet {
list-style-type: none;
margin:0;
padding:0;
}

ul.NoBullet li {
background:url(../images/bullet.png) no-repeat;
border: 0px solid red;
font-size: 12px;
line-height:14px;
padding:0 10px 10px 10px;
margin:0;
}

#header {
width: 900px;
margin:auto;
text-align:left;

} 
#header img {
border:0;
}
.icon_header {
padding: 18px 0 10px 0;
margin:0;
}
.share {
float:right;
padding-top: 20px;
}

.logo_header {
float:right;
padding: 0px 0 10px 0;
margin:0;
}
#NoFlashWrapper {
background:url(../images/bg-tile-bk-40.png) repeat;
width:100%;
height: 15px;
border-top: 1px solid #494140;
border-bottom: 1px solid #494140;
position: relative; 
top: 0px;
left: 0px;
z-index: 1;
}
#flashWrapper {
background:url(../images/bg-tile-bk-40.png) repeat;
width:100%;
height: 305px;
border-top: 1px solid #494140;
border-bottom: 1px solid #494140;
position: relative; 
top: 0px;
left: 0px;
z-index: 1;
}

.flashContainer {
border:0px solid red;
padding:0;
margin:0;
text-align:center;
}
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
background:url(../images/bg-tile-bk-20.png) repeat;
border: 1px solid #494140;
border-top: none;
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius: 10px;
margin-bottom:20px;

}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
background:url(../images/bg-tile-bk-20.png) repeat;
border: 1px solid #494140;
border-top: none;
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius: 10px;
 margin-right:12px;
}

.thrColFixHdr #mainContent2 {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
background:url(../images/bg-tile-bk-20.png) repeat;
border: 1px solid #494140;
border-top: none;
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius: 10px;
 margin-right:12px;
}
.thrColFixHdr #mainContent { 
	margin: 0;
	padding: 10px 30px 10px 0px;
	width: 390px;
}

#footer { 
height: 60px;
width: 100%;
background:url(../images/bg-tile-gray-40.png) repeat;
border-top: 1px solid #494140;
border-bottom: 1px solid #494140;
padding: 0;
margin:0 0 50px 0;
}

#footer p {
font-size: 11px;
letter-spacing: 0px;
padding: 14px 0 0 10px;
margin:0;
}
.icon_footer {
float:left;
padding-top: 14px;
}
.footer_link a {
font-size: 10px;
color: #d8447a;
float:right;
padding:14px 20px 0 0;

}

.footer_link a:hover {
color: #d4cfcf;
}
.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;
}

.pic { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 3px solid #d8447a;
}
.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;
}

a.fbicon { 
display:block; 
background:url(../images/ico-fb.png) top no-repeat; 
width: 34px; 
height: 33px; 
text-decoration:none;
float:right;
border:0px solid red;
margin: 12px 5px;
} 
a.fbicon:hover { 
background-position:bottom; 
} 
a.fbicon span { 
visibility:hidden; 
}

a.twicon { 
display:block; 
background:url(../images/ico-tw.png) top no-repeat; 
width: 34px; 
height: 33px; 
text-decoration:none;
float:right;
border:0px solid red;
margin: 12px 5px;
} 
a.twicon:hover { 
background-position:bottom; 
} 
a.twicon span { 
visibility:hidden; 
}

a.inicon { 
display:block; 
background:url(../images/ico-in.png) top no-repeat; 
width: 34px; 
height: 33px; 
text-decoration:none;
float:right;
border:0px solid red;
margin: 12px 5px;
} 
a.inicon:hover { 
background-position:bottom; 
} 
a.inicon span { 
visibility:hidden; 
}

a.lhicon { 
display:block; 
background:url(../images/ico-lh.png) top no-repeat; 
width: 34px; 
height: 33px; 
text-decoration:none;
float:right;
border:0px solid red;
margin: 12px 5px;
} 
a.lhicon:hover { 
background-position:bottom; 
} 
a.lhicon span { 
visibility:hidden; 
}

a.fbicon2 { 
display:block; 
background:url(../images/ico-fb_2.png) top no-repeat; 
width: 72px; 
height: 18px; 
text-decoration:none;
float:left;
border:0px solid red;
margin: 12px 8px;
} 
a.fbicon2:hover { 
background-position:bottom; 
} 
a.fbicon2 span { 
visibility:hidden; 
}

a.twicon2 { 
display:block; 
background:url(../images/ico-tw_2.png) top no-repeat; 
width: 72px; 
height: 18px;
text-decoration:none;
float:left;
border:0px solid red;
margin: 12px 8px 12px 0px;
} 
a.twicon2:hover { 
background-position:bottom; 
} 
a.twicon2 span { 
visibility:hidden; 
}

a.inicon2 { 
display:block; 
background:url(../images/ico-in_2.png) top no-repeat; 
width: 72px; 
height: 18px; 
text-decoration:none;
float:left;
border:0px solid red;
margin: 12px 8px;
} 
a.inicon2:hover { 
background-position:bottom; 
} 
a.inicon2 span { 
visibility:hidden; 
}
Read more: http://www.webdesign.org/web/html-and-css/tutorials/images-with-hover-effects.9130.html#ixzz0SWZY6VL5
/***********************************************/
/*		CONTACT PAGE DEFINITIONS				   */
/***********************************************/

.button {
background:none;
border: 0px solid black;
padding: 0 0 20px 10px;
}
.formText {
font-size: 11px;
line-height: 14px;
padding-left:10px;
}
.formError {
	text-align:left;	
	color:#d8447a;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display: none;
	padding-left:10px;
}
8
input {
border: 1px solid #494140;
font-size: 11px;
line-height: 14px;
letter-spacing: 1px;
color: #d8447a;
padding:4px 10px;
margin:2px 0 8px 0;
background:url(../images/bg-tile-gray-40.png) repeat;
vertical-align:middle;
-moz-border-radius-topright: 10px;  
-moz-border-radius-topleft: 10px; 
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius: 10px;
}

textarea {
border: 1px solid #494140;
font-size: 11px;
line-height: 14px;
letter-spacing: 1px;
color: #d8447a;
padding:4px 10px;
margin:2px 0 8px 0;
background:url(../images/bg-tile-gray-40.png) repeat;
color: #d8447a;
vertical-align:middle;
-moz-border-radius-topright: 10px;  
-moz-border-radius-topleft: 10px; 
-moz-border-radius-bottomright: 10px;  
-moz-border-radius-bottomleft: 10px; 
-webkit-border-radius: 10px;
}

/**************************************/
/*   MAIN NAV MENU DEFINITIONS	      */
/**************************************/
#nav {
float:left;
  text-align: center;
  width: 300px;
  padding-top: 54px;
}
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 18px;
  position: relative;
  
}

#menu span {
  display: none;
  position: absolute;
}

/*text-indent is to hide the menu text*/
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

/*on hover, shift background image from top to bottom*/
#menu a:hover {
  background-position: left bottom;
}


#menu a:hover span {
  display: block;
}


#menu .services {
  width: 80px;
  height: 18px;
  background:url(../images/nav-services.png) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .services_selected {
  width: 80px;
  height: 18px;
  background: url(../images/nav-services.png) no-repeat;
  left: 0px;
  top: 0px;
  background-position: left center;
}


#menu .about {
  width: 59px;
  height: 18px;
  background:url(../images/nav-about.png) no-repeat;
  left: 100px;
  top: 0px;
}

#menu .about_selected {
  width: 59px;
  height: 18px;
  background: url(../images/nav-about.png) no-repeat;
  left: 100px;
  top: 0px;
  background-position: left center;
}

#menu .contact {
  width: 72px;
  height: 18px;
  background:url(../images/nav-contact.png) no-repeat;
  left: 180px;
  top: 0px;
}

#menu .contact_selected {
	width: 72px;
  	height: 18px;
  background:url(../images/nav-contact.png) no-repeat;
  	left: 180px;
  	top: 0px;
  background-position: left center;
}
