#inEditor #contentarea,
#inEditor #contentarea a {
	font-size: 11px;
	
	color: #000;
}

body {
	margin: 0;
	padding: 0;

	font-family: Tahoma, Arial;
	font-size: 11px;
	
	background:#FFF url(/images/bg.gif) repeat-x;
}

a {
	cursor: pointer;
	
	color: #000;
}

p {
	margin: 15px 0;
}

h1 {
	margin: 0 0 16px 0;
	
	font-size: 18px;
}

h2 {
	margin: 0 0 16px 0;
	
	font-size: 15px;
}

form {
	margin: 0;
	padding: 0;
}

textarea {
	width: 390px;
	height: 100px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	width: 924px;
	margin: 0 auto;
}

#header {
	height: 154px;
	margin-bottom: 20px;
}

	#logo {
		float: left;
		width: 279px;
		height: 95px;
		margin: 47px 0 0 3px;

		background: url(/images/logo.gif);
	}
	
	#address {
		float: right;
		width: 321px;
		height: 56px;
		margin-top: 90px;

		background: url(/images/address.gif);
	}
	
#main {
}

#col1 {
	float: left;
	width: 397px;
	margin-right: 128px;
}

	#slogan {
		width: 397px;
		height: 219px;

		background: url(/images/slogan.jpg);
	}
	
	#title_buying {
		width: 119px;
		height: 35px;
		margin-top: 10px;

		background: url(/images/title_buying.gif);
	}
	
	#title_selling {
		width: 119px;
		height: 34px;

		background: url(/images/title_selling.gif);
	}
	
	#couch {
		width: 282px;
		height: 208px;
		margin-left: 90px;

		background: url(/images/couch.jpg);
	}
	
	#col1 p {
		margin: 8px 0;
		
		line-height: 18px;
		font-size: 10px;
		
		color: #484846;
	}

#col2 {
	float: left;
	width: 398px;
}

	#contactus_box {
		width: 398px;
		height: 298px;
		
		font-size: 14px;

		background: url(/images/contact_bg.gif);
		color: #5D5D5D;
	}
	
	#contactus_box table {
		margin: 26px 0 0 15px;
	}
	
	#contactus_box .field_name,
	#contactus_box .field_company,
	#contactus_box .field_phone_number,
	#contactus_box .field_email_address,
	#contactus_box .field_comments,
	#contactus_box .field_submit {
		border: 1px solid #5D5D5D;
	}
	
	#contactus_box .field_name,
	#contactus_box .field_company,
	#contactus_box .field_phone_number,
	#contactus_box .field_email_address {
		height: 18px;
	}
	
	#contactus_box .field_name {
		width: 310px;
	}

	#contactus_box .field_company {
		width: 285px;
	}
	
	#contactus_box .field_phone_number {
		width: 253px;
	}
	
	#contactus_box .field_email_address {
		width: 262px;
	}
	
	#contactus_box .field_comments {
		width: 354px;
		height: 100px;
		//height: 90px;
	}
	
	#contactus_box .field_submit {
		width: 54px;
		
		font-size: 14px;
	}
	
	#gmap {
		width: 398px;
		height: 260px;
		margin: 13px 0 0 0;

		background: url(/images/gmap.jpg);
	}
	
	#call {
		width: 319px;
		height: 28px;
		margin: 15px 0 0 39px;

		background: url(/images/call.gif);
	}
	
	#email{
		display:block;
		margin:20px 0 20px 43px;
		
		font-size:24px;
		color:#992A21;}

	#c_container{
		margin-bottom:20px;}
		
#footer {
	width:100%;
	height:78px; 
	
	background:url(/images/footer_bg.jpg) repeat-x 0 0;
	color: #F9F9F9;
}
	
	.footer{
		width:924px;
		margin:0 auto;}

	#footer p {
		float: left;
		width: 450px;
		margin: 15px 0 0 300px;
		
		font-size: 10px;
	}

	#footer a {
		text-decoration: none;
		
		color: #F9F9F9;
	}
	#footer a:hover {
		text-decoration: underline;
	}

	#webarenalink {
		float: right;
		position: relative;
		display: block;
		width: 98px;
		height: 21px;
		margin: 8px 0 0 0;

		background: url(/images/webarena_logo.gif);
	}

	#webarenalink p {
		position: absolute;
		width: 0px;
		height: 0px;
		margin: 0;
		overflow: hidden;
		text-indent: 299px;
	}



div#menu {
	
}

div#menu ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
}

#nav a {
	display: block;
	padding: 0;
	
	text-decoration: none;
	text-align: left;
	
	cursor: pointer;
	color: #000;
}

#nav a:hover {
	color: #000;
}


#nav li {
	float: left;
	position: relative;
	min-height: 1px; /* ie7 hack to force sub menus to stay */
}

#nav li a {
}

/* second level */

#menu ul li ul { 
	display: none;
	position: absolute;
	top: 31px;
	z-index: 9999;
	width: 165px;
	
	border: none;
	background: none;
}

#nav li ul li {
	float: none;
	padding: 0px;
	margin: 0px;
	
	border-bottom: 1px solid #1643A9; /* needs to be here for IE6 */
}

#nav li ul li a {
	display: block;
	width: 149px;
	margin: 0;
	padding: 6px 6px 6px 10px;
	
	background: #1643A9;
	color: #fff;
}

#nav li ul li a:hover {
	background: #1643A9;
	color: #72DFFE;
}

/* third level */

#nav li ul ul { 
	position: absolute;
	display: none; 
	z-index: 9999;
	top: 199px;
	padding: 0px;
	margin: 0px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	display: block;
	z-index: 9999;
	
}
