/*
	Creative Ninja
	2009.
*/

body {
	background:url(images/sitebg.gif) repeat-x #343b43;
	font-family: Arial, Helvetica, sans-serif;
	color:#8e8e8e;
	margin:0px auto; font-size:12px;
	text-align:center;
}

h1 { color:#8e8e8e; font-size:19px; margin: 5px 0px 5px 0px; }
h2 { color:#8e8e8e; font-size:16px; margin: 5px 0px 5px 0px; }
h3 { color:#8e8e8e; font-size:15px; margin: 5px 0px 5px 0px; }
h4 { color:#8e8e8e; font-size:14px; margin: 5px 0px 5px 0px; }
h5 { color:#8e8e8e; font-size:12px; margin: 5px 0px 5px 0px; }
p { font-size:18px; color:#8e8e8e;}
ul,ol { font-size:19px; color:#8e8e8e;}
hr { color: #b1afaf; background-color: #b1afaf; height: 1px; border:0px; }
.green { color:#8eb405; }
a { color:#8eb405; text-decoration:none; }
a:hover { text-decoration:underline; }

/* LAYOUT SECTION */

#maincontainer {
	width:931px;
	background:#ffffff;
	text-align:left;
	margin:0px auto;
}

#maincontainer .inside {
	padding: 10px 12px 10px 12px;
}

#topnav {
	background:url(images/topnav-bg.png) repeat-x;
	height:84px;
	width:931px;
	margin:0px;
}

#topnav .left {
	background:url(images/topnav-left2.png) top left no-repeat;
	height:85px; width:347px; float:left;
}

#topnav .right {
	background:url(images/topnav-right.png) top right no-repeat;
	height:85px; width:15px; float:right;
}

#portfolio img {
	margin-bottom:5px;
}

#portfolio .leftblock {
	width:253px;
	height:221px;
	margin: 0px 10px 5px 0px;
	float:left; display:inline;
}

#portfolio .rightblock {
	width:253px;
	height:221px;
	margin: 0px 0px 5px 0px;
	float:right; display:inline;
}

#portfolio .normalblock {
	width:253px;
	height:221px;
	margin: 0px 60px 5px 60px;
	float:left; display:inline;
}

#portfolio .clear {
	clear:both;
}

#contact {
	margin-bottom:20px;
}

#contact .theform {
	float:right;
	width:300px;
	margin-top:45px;
}

#contact .inputs {
	margin-bottom:5px;
	width:100%;
}

#bottomboxes p {
	font-size:14px;
}

#bottomboxes .leftbox {
	padding-left:0px;
	padding-right:5px;
	border-right:1px dotted silver;
}

#bottomboxes .normbox {
	padding-left:5px;
	padding-right:5px;
	border-right:1px dotted silver;
}

#bottomboxes .rightbox {
	padding-left:5px;
	padding-right:0px;
}

#footer {
	background:url(images/footerbg.jpg) no-repeat;
	height:154px; width:934px;
	font-weight:bold;
}

#footer .inside {
	padding-top:40px;
	text-align:right;
}

#footer a {
	text-decoration:none;
	color:#47515c;
}

#footer p {
	font-size:12px; color:#47515c;
}