/* Global Reset and Global Classes */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, select, option, textarea, p, blockquote {  
	margin:0; 
	padding:0; 
}

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

a{
	outline: none;
}

a img{
	border: none;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

body{
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #000;
}

input, select, option, textarea{
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
}

#container{
	margin: 30px auto 10px auto;
	width: 944px;
	border: 5px solid #fff;
	line-height: 19px;
}

#logo{
	padding: 20px 0px 20px 20px;
}

#menu-left, #menu-right{
	list-style: none;
}

#menu-left a, #menu-right a{
	padding: 2px 4px 2px 4px;
}

#menu-left a:hover, #menu-right a:hover, #menu-left li#dropdown:hover a{
	text-decoration: none;
	background: #fff;
}

#menu-left{
	position: absolute;
	top: 60px;
	margin-left: 722px;
	width: 100px;
	z-index: 2;
}

#menu-left li:hover > ul{
	display: block;
}

#menu-left li ul{
	display: none;
}

#menu-left ul {
	position: absolute;
	top: 57px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: none;
	width: 173px;
	border: 3px solid #EF3123;
}	

#menu-left ul li a{
	width: 163px;
	height: 17px;
	line-height: 17px;
	margin: 0;
	padding: 0px 4px 2px 6px;
	display: block;
	background: #000 !important;
	color: #fff;
}

#menu-left ul li a:hover{
	background: #fff !important;
	color: #EF3123;
}

#menu-right{
	position: absolute;
	top: 60px;
	margin-left: 812px;
	width: 100px;
	z-index: 1;
}

#content{
	padding: 20px 0px 20px 20px;
}

#content ul{
	margin-bottom: 10px;	
}

.column{
	float: left;
	width: 288px;
	margin-right: 20px;
}

.portfolio-column{
	float: left;
	margin-right: 20px;
	width: 596px;
}

.features{
	margin-left: 10px;
	border: 3px solid #EF3123;
	padding: 10px 10px 5px 10px;
}

.features h3, .portfolio-column p{
	margin-bottom: 10px;
}

.portfolio-listing p a{
	display: block;
}

.portfolio-listing h3{
	font-size: 12px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 2px;
	color: #EF3123;
}

.no-border{
	display: inline !important;
	border: none !important;
}

.features ul{
	list-style: none;
	padding-left: 0px;
}

.features ul li{
	background: url(images/tick.gif) no-repeat;	
	padding-left: 20px;
}

.margin-top{
	padding-top: 30px;		
}	

.column h1, .column h2, dt, .portfolio-column h1, .portfolio-column h2{
	margin-bottom: 10px;
	color: #EF3123;
}

a{
	color: #EF3123;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.portfolio-item a img{
	border: 3px solid #EF3123;
}

.portfolio-item{
	margin-bottom: 10px;	
}

dt, .date{
	font-weight: bold;
}

.date{
	display: block;
	color: #CCCCCC;
	clear: both;
}

dt{
	line-height: normal;
	margin: 0px;
}

dd{
	line-height: 17px;
	margin-bottom: 10px;
}

.clients dt strong{
	color: #5ec2a5;
}

.clients dt{
	color: #fff !important;	
	font-weight: normal;
}

.column p, .portfolio-column{
	margin-bottom: 10px;
}

#analytics{
	clear: both;
	padding: 0px 0px 20px 20px;
}

.input-med{
	width: 175px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #EF3123;
}

.input-sml{
	width: 100px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 0px;
	background: #EF3123;
	color: #fff;
	border: 1px solid #EF3123;
}

#map{
	width: 278px;
	height: 400px;
	border: 3px solid #EF3123;
	text-indent: -5000em;
	color: #000 !important;	
	padding: 0px;
	margin: 0px;
}

#map a{
	color: #000 !important;	
}

#footer{
	margin: 10px auto 30px auto;
	width: 944px;
	clear: both;
	padding: 0px 0px 20px 0px;
	color: #fff;
}

#footer a{
	color: #fff;
	font-weight: normal;
}

.features{
	float: right;	
}

.h2-white{
	font-size: 12px;
	color: #fff !important;
}