body{
	padding:0;
	margin:0;
	background:url(../images/page-bg.jpg) no-repeat center top #3c6db2;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:12px;
}
a{
	color:#b20838;
	text-decoration:underline;
	outline: none;
}
a:hover{
	color:#cb5f7f;
	text-decoration:underline;
}

img,
img a:active,
img a:hover,
img a:visited{
	border:none;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
h2{
	font-size:14px;
}
h3{
	font-size:12px;
}


#container{
	width:978px;
	margin:0 auto;
}

#page-top{
	width:978px;
	height:130px;
	margin:0 auto;
	background:url(../images/page_top.jpg) no-repeat top;
	}
	#logo{
		width:290px;
		padding:40px 0 0 20px;
	}
	#heading{
		width:605px;
		text-align:right;
		margin:0 5px 0 360px;
		position:absolute;
		top:20px;
		}
		#heading h1{
			color:#fff;
			font-style:italic;
			font-weight:bold;
			margin-bottom:0px;
		}
		#heading p{
			margin-top:12px;
		}
		#heading a{
			text-decoration:none;
			color:#999999;
		}
		#heading a:hover{
			text-decoration:underline;
			color:#666666;
		}

#flashholder{
	background:url(../images/page_bottom.gif) no-repeat bottom;
	position:relative;
	top:-45px;
	border-top:1px solid transparent !important;
	border:none;
	clear:both;
}

#home-content-holder{
	border:1px solid #999999;
	border-top:none;
	border-bottom:none;
	background:#fff;
	padding:0;
	clear:both;
	}
	#home-content{
		float:left;
		width:393px;
		/*height:100px;*/
		background:url(../images/home_content_swish.gif) no-repeat top #fff;
		}
		#home-content-text{
			padding:35px 40px 70px 50px;
			}

	/* Behind-the-Flash-content */
	#home-pic{
		float:left;
		margin-right:1px;
		}
		#headline h2{
			position:absolute;
			margin-top:165px;
			margin-left:315px;
			color:#fff;
			font-size:18px;
		}
	#boxes{
		position:relative;
		top:-4px;
		width:860px;
		height:169px;
		margin:0 auto;
		z-index:5;
		}
		#boxes img{
			width:105px;
			height:22px;
			margin:95px 0 0 18px;
		}
		#boxes .one,
		#boxes .one a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-branding.gif) no-repeat bottom;
		}
		#boxes .one a:hover,
		#boxes .one:hover a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-branding-over.gif) no-repeat top;
		}
		
		#boxes .two,
		#boxes .two a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-marketing.gif) no-repeat bottom;
		}
		#boxes .two a:hover,
		#boxes .two:hover a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-marketing-over.gif) no-repeat top;
		}
		
		#boxes .three,
		#boxes .three a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-development.gif) no-repeat bottom;
		}
		#boxes .three a:hover,
		#boxes .three:hover a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-development-over.gif) no-repeat top;
		}
		
		#boxes .four,
		#boxes .four a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-media.gif) no-repeat bottom;
		}
		#boxes .four a:hover,
		#boxes .four:hover a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-media-over.gif) no-repeat top;
		}
		
		#boxes .five,
		#boxes .five a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-planning.gif) no-repeat bottom;
		}
		#boxes .five a:hover,
		#boxes .five:hover a{
			float:left;
			width:169px;
			height:169px;
			background:url(../images/box-planning-over.gif) no-repeat top;
		}
	


#page-bottom{
	clear:both;
	width:978px;
	height:187px;
	margin:0 auto;
	background:url(../images/page_bottom.gif) no-repeat;
	position:relative;
	top:-38px;
}

#footer-links{
	width:600px;
	margin:-60px auto 200px auto;
	text-align:center;
	position:relative;
	}
	#footer-links ul{
		list-style:none;
		}
		#footer-links ul li{	
			display:inline;
			margin:0 5px;
		}	
		#footer-links a{
			color:#CCCCCC;
			text-decoration:none;
		}
		#footer-links a:hover{
			color:#fff;
			text-decoration:underline;
		}
	


	
/* general classes */
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}

.left{
	float:left;
}
.right{
	float:right;
}

.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
}
.boldunderline{
	font-weight:bold;
	text-decoration:underline;
}	

.normal{
	font-weight:normal;
}

.show{
	display:block;
}
.noshow{
	display:none;
}

.notop{
	margin-top:0px;
}
.nobottom{
	margin-bottom:0px;
}

.highlight{
	color:#3c6db2;
	font-weight:bold;
	font-size:12px;
	padding:5px;
}
	