/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Common 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #111 url(../images/mainBG.jpg) repeat;
	color: #BBB;
	font: normal 65.5% "Lucida Sans Unicode",sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul {
	margin-left: 2em;
}

h1 {
	font: normal 2.4em sans-serif;
    	color:#FE6400;
}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

blockquote {

	font: bold 1em sans-serif;
	color:#FFFFFF;
}

.clearbt {
	clear: both;
}

.crosshairtop {
	background: #333 url(../images/stripe.gif);
	border-top: 1px solid #444;
	height: 5px;
}

.crosshairbot {
	background: #333 url(../images/stripe.gif);
	border-bottom: 1px solid #444;
	height: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Header Block
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header {
	background: #111;
	font: normal 2em sans-serif;
	height: 120px;
}

.headerImg {
  float:left;
	margin:0.5em 0.5em 0.3em 0.5em; /* Order: top, right, bottom, left */
}

#contactInfo {
	float: right;
	top:5px;
	right:10px;
	padding: 0px 0px 0px 0px; /* Order: top, right, bottom, left */
	margin: 10px 7px 0px 0px; /* Order: top, right, bottom, left */
}

#contactInfo p {
	text-align:right;
	text-align:right;
	font-size: 10pt;
        color:#ffffff;
}

#contactInfo a {
	color: #ffffff;
}

#contactInfo a:hover {
	color: #FE6400;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Content Block
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.container {
	margin: 1.5em auto 1.5em auto;  /* Order: top, right, bottom, left */
	border: 1px solid #FE6400;
	width: 850px;
}

.maincontent {
	float: left;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
}

.main .maincontent {
	width: 65%;
}

.mainportfolio {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
}

.mainportfolio .maincontent {
	width: 100%;
}

.content {
	padding: 1.2em 1.2em 1.2em 1.2em; /* Order: top, right, bottom, left */
}

.content h1 {
	background: url(../images/underline.gif) repeat-x left bottom;
	color: #FE6400;
	margin-bottom: 15px;
	padding: 5px 0 3px 0px; /* Order: top, right, bottom, left */
}

.content p {
	text-align: justify;
}

.content a {
	color: #999;
	text-decoration: underline;
}

.content a:hover {
	color: #FE6400;
}

.content .sml {
	margin: -12px 0 10px 0; /* Order: top, right, bottom, left */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Promotion Block
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main .promotions {
	width: 34%;
}

.promotions {
	float: right;
}

.portfolio {
	background: #2A2A2A;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 1.2em 1.2em 1.2em 1.2em; /* Order: top, right, bottom, left */
}

.portfolio p {
	text-align: justify;
}

.portfolio h1 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.portfoliogallery {
	font-size: 1.2em;
	margin:0em 0em 0em 0em; /* Order: top, right, bottom, left */
	padding: 0px 0px 2px 0px; /* Order: top, right, bottom, left */
}

.portfoliogallery img{
	BORDER: #FE6400 0.05em solid;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.portfoliogallery a {
	color: #666;
}

.portfoliogallery a:hover {
	color: #FE6400;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Footer Block
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 1em 1em 2em 1em; /* Order: top, right, bottom, left */
}

.footer a {
	color: #666;
}

.footer a:hover {
	color: #FE6400;
}

.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}

.bottom a {
	color: #888;
}

.bottomleft {
	float: left;
}

.bottomright {
	float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Navigation 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contentNav {
	background: #191919 url(../images/nav.gif);
	height: 3.5em;
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 50em; /*For KHTML*/
	list-style: none;
	z-index:8;
	height: 1.30em;
}

ul#navmenu li {
	z-index:9;
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 1.30em;
}

ul#navmenu ul {
	z-index:10;
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 2.4em;
	left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	border-right: 1px solid #161616;
	padding: .9em 2em .9em 2em; /* Order: top, right, bottom, left */
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #191919 url(../images/nav.gif);
	color: #FFFFFF;
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #191919 url(../images/nav_hover.gif);
	color: #FE6400;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
font: bold 10px/6px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #161616;
	border-top: 1px solid #161616;
	border-left: 1px solid #161616;
	width: 130px; /*For KHTML*/ 
	top: 20px;
	float: none;
	background: #2A2A2A;
	color: #FFF;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #2A2A2A;
	color: #FE6400;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
 	display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Form
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
label {
width: 12em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
FONT-WEIGHT: bold;
}

input, select, textarea {
margin-left: 1.5em;
color: #FFFFFF;
background: #303030;
border: 1px solid #666;
}

.submit-button {
  	font-weight: bold; /* font weight of text */
  	font-size: 0.90em; /* font weight of text */
  	padding: 0.15em 0.3em 0.15em 0.3em; /* Order: top, right, bottom, left */
  	color: #303030; /* font colour */
  	background: #FE6400; /* background colour */
  	border: #444 solid 0.1em; /* border size/colour */
}
 
fieldset {
margin: 0.5em 0.5em 0.5em 0em; /* Order: top, right, bottom, left */
border: 0px solid #AE646C;
} 

.smallfont {
	font-size: 0.80em; /* font weight of text */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Table Content 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.hhl_tbl {
	border: #444 solid 0.1em; /* border size/colour */
	background-color:#303030;
	vertical-align:top;
	border-collapse: collapse;
}

td.hhl_tbl_td_even {
	padding: 0.3em 1em 0.3em 0.5em; /* Order: top, right, bottom, left */
	vertical-align:top;
	border-bottom:#444 solid 0.1em;
}

.tbl_gallery {
	margin:0em 0em 0em 0em; /* Order: top, right, bottom, left */
	padding: 0em 0em 0em 0em; /* Order: top, right, bottom, left */
	BORDER: #FE6400 0.05em solid;
}