/*
Theme Name: Bond Group Splash Page
Theme URI: http://wordpress.org/
Description: Bond Group designed by Atelier Studios
Author: Atelier Studios
*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}





/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #2e2e2e;
	margin:0;
	padding:0;
	background: #dbdbdb;
	}
	
	p {
		padding: 0 0 15px 0;
		margin: 0;
		text-align: left;
		float: left;
		clear: both;
		width: 268px;
		}

div.page_center {
	margin: 100px auto 0 auto;
	width: 720px;
	}

div.page_container {
	float: left;
	width: 720px;
	height: 400px;
	background: url(/furntiure/images/bg_panel.jpg) no-repeat 0 0;
	}
	
div.left_column {
	float: left;
	width: 270px;
	padding: 103px 70px 0 63px;
	}	
	
div.right_column {
	float: left;
	width: 270px;
	padding: 103px 0 0 0;
	}		


h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 140px;
	width: 268px;
	float: left;
	}

div.left_column h1 a {
	background: url(/furntiure/images/bondbrick_logo.jpg) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 127px;
	width: 268px;
	cursor: pointer;
	}
	
div.right_column h1 a {
	background: url(/furntiure/images/bonddeck_logo.jpg) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 127px;
	width: 268px;
	cursor: pointer;
	}	
	
	
p.bondbrick_button, p.bondeck_button {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 43px;
	width: 156px;
	float: left;
	clear: both;
	}

p.bondbrick_button a {
	background: url(/furntiure/images/button_bonbrick.jpg) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 43px;
	width: 156px;
	cursor: pointer;
	}
	
p.bondeck_button a {
	background: url(/furntiure/images/button_bondeck.jpg) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 43px;
	width: 156px;
	cursor: pointer;
	}	