/* Main styles */

body, html {
	font-family: helvetica, arial, sans-serif; 
	font-size: 12px; margin: 0;
	color: #525252;
	border-top: 6px solid #e82244;
}

p {
	font-size: 14px;
	color: #222; } 

div, img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

/* Header styles */

h1, h2, h3, h4, p {
	margin: 2px 0 18px 0; 
	line-height: 18px;
}

h1 {
	font-size: 24px;
	color: #525252;
	font-weight: bold;
	padding-top: 18px;
}

.strong {
   font-weight: bold;
}

/* Link styles */

a {
	font-size: 14px; 
	color: #e82244;
	text-decoration: none;
} 

a:hover {
	color: #666;
	text-decoration: none;
} 

/* Div styles */

#container {
	width: 860px;
}
	
#bannerarea {
	margin: 74px 56px 41px 47px;
}

#samplesarea {
	margin: 74px 24px 41px 47px;
	width: 600px;
}

.sample img {
	padding-top: 12px;
}

.description {
	width: 682px;
	margin-top: 12px;
}

.project {
	margin-top: 6px;
	width: 600px;
}

.project a {
	font-size: 1em;	
}

.contact {
	margin-top: 20px;
}

#navmenu {
	position: absolute;
	top: 20px;
	left: 3px;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 14px 0 15px 18px;
}
	
#navmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
#navmenu li {
	float: left;
	margin: 0 25px;
}

#navmenu ul li a:hover {
	color: #666;
}

#navmenu ul li#selected {
	color: #666;
	font-size: 14px;
	border-bottom: 5px solid #666;
}

.returntop a {
	float: right;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

/* Main page style */

#logo {
	padding-bottom: 16px;
}
h1.subheader {
	background: url(/images/logo-with-tagline.gif) no-repeat scroll 0 0;
	height: 56px;
	text-indent: -999em;
	width: 667px;
}

#seearrow {
	background: url(/images/arrow-right.gif) no-repeat scroll 100% 0;
	color: #e82244;
	font-size: 1.5em;
	height: 35px;
	width: 209px;
	padding: 1px 7px 0 0;
}

#seearrow a {
	color: #e82244;
}

#seearrow a:hover {
	color: #666;
}

.caption {
	font-size: 0.9em;
	//height: 56px;
	width: 559;
	padding: 14px 7px 8px 0;
}

.rule {
    border-top: 1px solid #ccc;
	margin: 30px 0 7px;
}

.separator {
	 border-bottom: 1px solid #ccc;
}

/* Footer */

#footer {
    border-color: #DDDDDD;
    border-style: solid;
    border-top: 1px solid #DDDDDD;
    height: 50px;
    //margin: 0 0 0 32px;
    padding: 10px 0 6px 48px;
    width: 100%;
}
