@charset "UTF-8";
/* CSS Document */
body {
	margin: 0 auto;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #414e54;
	background:url(images/cage.jpg) top left no-repeat #000000;
}

img {border: 0;}

a {color: #3d96bc; text-decoration: none;}

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

/*remove link dots FF*/
:active, :focus {outline:0;}

html {margin: 0px 0px 0px 0px; padding: 0; height: 100%;}

#content {
	float: left; 
	width: 910px; 
	background: #FFFFFF;
	margin-top: 0px;
	padding: 20px;
}

#flash {
	float: left; 
	width: 910px; 
	background: #FFFFFF;

}

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

#content h1 {
	padding-bottom: 20px;
	margin: 0;
	float: left;
}

#content #left {width: 210px; float: left; padding-left: 20px; padding-right: 20px;}

#content #right {width: 210px; float: left; padding-left: 40px;}
#content h2 {
	padding-bottom: 10px;
	margin: 0;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 20px;
	float: left;
	width: 100%;
}

#content h3 {float: right; padding-bottom: 20px; margin: 0px;}

#content p {
	
	color: #ffffff;
	float: left;
}

#content form {
	
	color: #ffffff;
}

#content ul {
	
	padding: 0px 0px 0px 14px;
	margin: 0;
	float: left;
}

#content ul li {
	
	color: #ffffff;
}

#content #copy {
	background: url(images/services_bg.jpg) no-repeat;
	float: left;
	height: 324px;
	width: 910px;
	
}
#flash {
	float: left; 
}

#flash p {
	padding: 100px; 
	text-transform: uppercase;
}

#header {
	
	float: left;
	background:url(images/header.gif) no-repeat;
	width: 950px;
	height: 167px;
}

#header #nav {
	float: left; 
	padding-left: 615px; 
	padding-top: 103px;

}

#nav {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 14px;
	display: inline;
	overflow: hidden;

}

#nav li {
	margin: 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 14px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:14px; /* for IE5/Win */
}

#nav a:hover {
	background-position: 0 -14px;
}


.services a  {
	width: 106px;
	background: url(images/services.jpg) top left no-repeat;
	
}

.portfolio a  {
	width: 124px;
	background: url(images/portfolio.jpg) top left no-repeat;
	
}

.contact a  {
	width: 85px;
	background: url(images/contact.jpg) top left no-repeat;
	
}

/*nav on states*/
body#services .services a {background-position: 0 -14px;}
body#contact .contact a {background-position: 0 -14px;}
body#portfolio .portfolio a {background-position: 0 -14px;}

#footer {
	text-align: right;
	color: #ec008c;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
}

#footer a {color: #000000; background: none;}

input {width: 130px;}
option {width: 101px;}