* {margin: 0; padding: 0;}

#wrapper {
	position:relative;
	margin: 0 auto;
	background-color:#FFF;
	}

#container {
 	float:left;
 	width: 1000px;
 	background: #fff;
	}
	
#mainbox {
	width:1000px;
	}

#leftcol{
 	float:left;
 	width:250px;
	}

#showcasebox {
	width:750px;
	float:left;
	}
	
	#showcasebox img {border: 1px solid #fff;}
	#showcasebox img:hover {border:1px solid #ff6600;}
/*
-----------------------------------------------------------
MIDDLE SECTION
-----------------------------------------------------------
*/


#middlecol {
 	float:left;
 	width:475px;
 	color:#333;
 	border-right:1px dotted #ccc;
 	border-left:1px dotted #ccc;
 	background:#fff;
	}

#branding-box {
	width:425px;
	height:375px;
	background: url(images/bg-branding.jpg) bottom right no-repeat;
	margin:0 auto;
	}

#strategy-box{
	background: url(images/bg-strategy.jpg) bottom right no-repeat;
	width:425px;
	height:450px;
	margin:0 auto;
	}

#coolthing-box {
	background: url(images/bg-coolthing-quotations.jpg) bottom right no-repeat;
	width:425px;
	height:425px;
	margin:0 auto 25px;
	}

	#branding-box p,
	#strategy-box p {
		width:225px;
		font-size: 11px;
		line-height: 1.5em;
		margin: 10px;
		}
	
	#branding-box p span,
	#strategy-box p span,
	#coolthing-box p span{
		font: bold 16px arial,san-serif ;
		padding-bottom: 5px;
		color: #5e7ba2;
		}
	
	#branding-box h2,
	#strategy-box h2,
	#coolthing-box  h2 {
		background: #eee;
		line-height:35px;
		padding-left: 10px;
		margin-bottom: 10px;
		}

#coolthing-box p {
		width:400px;
		font-size: 11px;
		line-height: 1.5em;
		margin: 10px;
		}
/*
-----------------------------------------------------------
RIGHT COLUMN
-----------------------------------------------------------
*/

#rightcol {
	float: left;
	}

#rightcol img,
#rightcol div {
	width:225px;
	margin-bottom: 25px;
	}

	.clearboth {clear:both;}
	
div.homebuttons {
	width:225px;
	height:124px;
	overflow:hidden;
	margin-top:0;
	padding-top: 0;
	}
	
	div.homebuttons a:hover img  {margin-top:-124px;}

	div.askbidlack{
		width:225px;
		height:263px;
		overflow:hidden;}
	
	div.askbidlack a:hover img  {margin-top:-263px;}

/*
-----------------------------------------------------------
VIDEOS
-----------------------------------------------------------
*/

#videobox {
	width:250px;
	background: #cccfb0;
	position:relative;
	}

#videobox object {
	margin-top:15px;
	}
