/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
}

body{
	margin: 0 auto;
	padding: 0;
	width:780px;
	background: #424242 url(images/img01.jpg) repeat-x;
	font-size:62.5%;
	color:#FFF;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.bar{
	width:100%;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
}

#error{
	color:#FF3300;
	font-weight:bold;
	font-size:1.2em;
}

#orange{
	color:#FF9933;
}

#white{
	color:#FFF;
}

/* Header */

#logo {
	width: 780px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
	height:40px;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* navigation */
#menu {
	width: 780px;
	height: 42px;
	margin: 0 auto;
	padding-top: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 8px 20px 10px 20px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

#menu ul li a:hover { 
	/* Image opacity when rolled over */
	color:#FF9933;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#menu .current {
	color:#FF9933;
	background: url(images/aBack.png) repeat-x;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#menu a:hover {
	background: url(images/aBack.png) repeat-x;
	margin: 0 3px 0 0;
	padding: 8px 20px 10px 20px;
	color: #FF9933;
}

#mainContent{
	width:780px;
	margin:20px auto;
}

#mainContent a{
	color:#FF9933;
	text-decoration:none;
}

#mainContent a:hover{
	text-decoration:underline;
}

#innerLeftContent{
	margin-right:200px;
}

#leftContent{
	width:98%;
	float:left;
	margin-right: -200px;
	border-top:#333 dotted 2px;
}

#leftContent h1{
	background:url(images/icon.gif) left no-repeat;
	padding-left:20px;
	color:#FF9933;
	font-size:1.6em;
	margin:10px 0 10px 0;
}

#leftContent h2{
	background:url(images/icon.gif) left no-repeat;
	padding-left:20px;
	color:#FFF;
	font-size:1.2em;
	margin:10px 0 10px 0;
}

#leftContent p{
	color:#FFF;
	font-size:1.2em;
	margin-bottom:20px;
}

#otherLinks{
	width:200px;
	float:right;
	border-top:#333 dotted 2px;
}

#otherLinks h1{
	color:#FF9933;
	font-size:1.6em;
	margin:10px 0 10px 0;
	background-image:url(images/img01.jpg);
	background-position:bottom;
	padding:5px 5px 5px 10px;
}

#otherLinks p{
	text-align:center;
	margin-bottom:10px;
}

#otherLinks p img{
	padding:5px auto;
	border:#666 double 5px;
}

.portfolioImage{
	border:#666666 double 4px;
}

#contact_us{
	margin:30px 0 0 20px;
	list-style:none;
}

#contact_us li{
	margin-bottom:10px;
	font-size:1.2em;
}

.email{
	padding-left:25px;
	background-image:url(images/email_icon.gif);
	background-repeat:no-repeat;
}

.phone{
	padding-left:25px;
	background-image:url(images/Phone1.gif);
	background-repeat:no-repeat;
	height:20px;
}
.address{
	padding-left:25px;
	background-image:url(images/home.gif);
	background-repeat:no-repeat;
}


fieldset{
	margin: 1.5em 0 20px 0;
	padding: 0;
	color:#FFF;
}

legend{
	margin-left: 1em;
	color:#FFF;
	font-weight:bold;
}

fieldset ol{
	padding: 1em 1em 0 1em;
	list-style:none;
}

fieldset li{
	padding-bottom: 1em;
}

fieldset.submit{
	border-style: none;
}

fieldset input{
	background-color:#666;
	border:#333333 solid 1px;
	color:#CCC;
	font-weight:bold;
}

fieldset textarea{
	background-color:#666;
	border:#333333 solid 1px;
	color:#FFF;
}

label{
	display:block;
}

.portfolioList{
	margin:0 0 10px 20px;
	list-style:url(images/icon.gif);
}

.portfolioList li{
	font-size:1.0em;
}

.portfolioListSmall{
	margin:0 0 10px 20px;
	list-style:url(images/iconSmall.gif);
}

#footer{
	clear:both;
	border-top:#333 dotted 2px;
	padding:10px 0 0 10px;
	width:780px;
	height:50px;
    bottom: 0;
}

#footer ul{
	list-style:none;
}

#footer li{
	height:15px;
}

#footer a{
	color:#FF9933;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
