body {
font: normal normal normal 10px/1.5em helvetica,Arial, sans-serif;
}

div#container{
width:600px;
margin-left:auto;
margin-right:auto;
	margin-bottom: 50px;
}
div#header{
height:101px;
background-color: #ddd;
/*border-bottom: 5px red solid;*/
margin-bottom: 50px;
	background-image: url(/media/images/interface/nd-header.png);
}
div#menu{
width:150px;
height:200px;
float:left;
margin-left: 20px;
}

div#menu a {
display:  block;	
margin-right: 2em;
margin-bottom:12px;
padding: 3px 3px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius:10px;
text-align: center;

color: white;
	font-size: 1.4em;
	background: #cb1c00 url(/media/images/interface/red-gloss.png) repeat-x;
}

div#menu a:hover {
	background-color: #7f7f7f;
	background-image: url(/media/images/interface/grey-gloss.png);
}
div#content{
width:400px;
float:left;
}
img#guarantee-stamp {
width:120px;
height:112px;
float:right;
/*margin-top:-8em;*/
}

div#footer{
clear:both;
}
div#content h1{
color: #cb1c00;
text-transform: lowercase;
	font-size: 2em;
	margin-bottom: 10px;
}

div#content h2{
color: #cb1c00;
text-transform: lowercase;
	margin-bottom: 10px;
	font-size: 1.5em;
}
.neilson-design-copy{
margin-bottom:20px;
	line-height: 1.5em;
	font-size: 1.3em;
}

div#blurbs{
	margin-top: 30px;
margin-bottom:20px;
	line-height: 1.5em;
	font-size: 1.3em;
	color: #7f7f7f;
}
ul#neilson-design-features {

}

ul#neilson-design-features li {
	list-style-position: inside;
	list-style-image: url(/media/images/interface/arrow.png);
	direction: ltr;
	text-align: left;
	line-height: 1.2em;
	font-size: 1.5em;
	color: #000;
	vertical-align: top;
	heign: 20px;
	padding-top:0;
}
div#testimonial {
	margin-top: 20px;
}

div#testimonial p.content {
	font-style: italic;
	color: #444;
	line-height: 1.5em;
	font-size: 1.2em;
	margin-top: 5px;
}
div#testimonial p.name {
	font-weight: bold;
	margin-top: 10px;
}
div#testimonial p.company {

}

table#contact-details td{ 
vertical-align:top;
	font-size: 1.2em;
	padding-bottom: 10px;
}
table#contact-details td.left-column{
margin:5px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
}
table#contact-details td.right-column{

}



a {
	color: #cb1c00;
}

p.strong {
	font-weight: bold;
}

p.indent {
	text-indent: 1.3em;
}

#portfolio a img:hover {
	border: 2px solid #ddd;

}

#portfolio a img {
	border: 2px solid #fff;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#portfolio h2 {
	border-bottom: 2px solid #cb1c00;
	padding-bottom: 5px;
}

#portfolio div {
	margin-bottom: 50px;	
}

#neilson-design-features li a {
	color: #000;
	height: 20px;
	margin-top: -3px;
	margin-bottom: 3px;
	display: block;
}

#neilson-design-features li a:hover {
	color: #cb1c00;
}



