@charset "utf-8";
/* CSS Document */
img {
	outline:none;
}

body {
	margin:0px;
	padding:0px;
	background:#d3d3d3 url(../imgs/bkgrd.jpg) repeat-x;;
}
#allContent a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#515151;
	border-bottom: 1px dotted #515151;
	outline:none;
}
a:link {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#515151;
	outline:none;
}
a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#515151;
	outline:none;
}
a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color:#000000;
	outline:none;
}


/* Fix up IE6 PNG Support */
img, #logo { behavior: url(iepngfix.htc) }

#main {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:13px;
	line-height:19px;
	padding: 0px 0px 100px 0px;
}
.container {
	width:960px;
	margin:0 auto;
	border:0px solid red;
}

#header {
	padding-top:26px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-999999px;
}
#logo {
	background-image:url(../imgs/logo.png);
	background-repeat:no-repeat;
	width:158px;
	height:23px;
}
ul#menuitems {
	margin:0px; padding:0px;
}
ul#menuitems li {
	display:inline;
}

#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 164px;
	height: 25px;
	float:right;
	top: -17px;
	left: 10px;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -999999px;
	position: absolute;
	outline: none;
	 
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:active {
	background-position: left top;
}
#menu .contact {
	width: 52px;
	height: 25px;
	background: url(../imgs/btn_contact.jpg) no-repeat;
	left: 108px;
	background-position: left center;
}
#menu .blog {
	width: 36px;
	height: 25px;
	background: url(../imgs/btn_blog.jpg) no-repeat;
	left: 60px;
	background-position: left center;
}
#allContent {
	position:relative;
	top:56px;
}
#contentBox {
	margin: 0px 0px 10px 0px;
	border:1px solid #a5a5a5;
}
#contentBox span {
	display:block;
	border:1px solid #ffffff;
	background-color:#e5e5e5;
	padding:20px;
}
#contentBox img {
	margin: 0px 0px 10px 0px;
	border:0px;
}

/* 
	Text-Styles   
*/

h2 {
	margin:1px 0px 20px 2px;
	font-size:16px;
	color:#515151;
}
small {
	font-size:11px;
	color:#888888;
}
bold {
	font-size:11px;
	color:#515151;
}