/* main body */

body
{
	margin:0 auto;
	background-image:url(../img/bodyback.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#646464;
	line-height:140%;
	height:100%;
}

.container
{
	width:860px;
	margin:0 auto;
	height: 800px;
}

.holder
{
	float:left;
}

a:link,a:visited,a:active
{
	color:#b51326;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color:#b51326;
}

.footer
{
	background-image:url(../img/footerback.gif);
	background-repeat:repeat-x;
	background-color:#b81315;
	height:50px;
	width:840px;
	padding-right:20px;
	text-align:right;
	color:#ed9091;
	float:left;
	padding-top:25px;
}

.footer a:link,.footer a:visited,.footer a:active
{
	color: #ed9091;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
	color: #ed9091;
}

.greyside
{
	width:230px;
	background-image:url(../img/sideback.gif);
}

.recent
{
	background-image:url(../img/recentback.gif);
	background-repeat:repeat-y;
}

.main
{
	width:630px;
	background-color:#e2e2e2;
	background-image:url(../img/backarrow.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:280px;
}

.content
{
	width:590px;
	background-image:url(../img/contenttop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:38px;
	float:left;
}

.project
{
	width:190px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
}

.project p
{
	margin-top:0px;
	padding-top:5px;
}

h1
{
	font-size:14px;
	font-weight:bold;
	color:#b51326;
	margin-bottom:0px;
	paddin-bttom:0px;
	text-transform:uppercase;
}

h2
{
	font-size:13px;
	font-weight:bold;
	color:#b51326;
	margin-bottom:0px;
	paddin-bttom:0px;
}

h3
{
	font-size:12px;
	font-weight:bold;
	color:#b51326;
	margin-bottom:0px;
	paddin-bttom:0px;
}

h4
{
	font-size:11px;
	font-weight:bold;
	color:#b51326;
	margin-bottom:0px;
	paddin-bttom:0px;
}

h5
{
	font-size:10px;
	font-weight:bold;
	color:#b51326;
	margin-bottom:0px;
	paddin-bttom:0px;
}

td
{
	vertical-align:top;
}

/* rollovers */

.nav {
	width:860px;
	height:31px;
	margin:0px;
	float:left;
}

ul#navlist
{
	margin:0px;
	padding:0px;
	
}

#navlist li
{
	float:left;
  	list-style-type:none;
}

ul#navlist li div ul li
{
	float:none;
}

a.home,a.aboutus,a.services,a.portfolio,a.arrowgroup,a.interiors,a.contactus
{
	height:31px;
	text-decoration:none;	
	float:left;	
}

.learn
{
	height:140px;
	width:230px;
	margin:0;
	
}

a.learnmore
{
	height:140px;
	width:230px;
	background-image:url(../img/learnmore.jpg);
	text-decoration:none;
	float:left;
}

a.learnmore:hover
{
	background-position: 0px -140px;	
}


a.home:hover,a.aboutus:hover,a.services:hover,a.portfolio:hover,a.arrowgroup:hover,a.interiors:hover,a.contactus:hover
{
	background-position: 0px -31px;		
}

a.home
{
	width:78px;
	background-image:url(../img/home.gif);
}

a.aboutus
{
	width: 85px;
	background-image:url(../img/about.gif);
}
a.services
{
	width: 127px;
	background-image:url(../img/services.gif);
}

a.portfolio
{
	width: 165px;
	background-image:url(../img/portfolio.gif);
}
a.arrowgroup
{
	width: 135px;
	background-image:url(../img/arrowgroup.gif);
}
a.interiors{
	width: 154px;
	background-image:url(../img/interiors.gif);
}
a.contactus
{
	width: 116px;
	background-image:url(../img/contactus.gif);
}

/*contact form*/		
		
#name,#email,#phone,#comment
{
	width: 250px;
	height: 18px;
	border: solid 1px #b51326;
	background-color:#ffffff;
	padding: 1px;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
		
#comment
{
	height: 160px;
}

.dropdown_menu
{
		position:absolute;
		width:140px;
		font-size:10px;
		font-weight:bold;
		background-color:#dd3e3f;
		color:#f4f0ee;
		line-height:200%;
		padding-left:15px;
		padding-right:15px;
		padding-bottom:10px;
		padding-top:10px;
		text-align:left;
		margin-top:30px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
}

.dropdown_menu ul
{
		list-style-type: none;
		margin-left:0px;
		padding-left:0px;
		line-height:240%;
}

.dropdown_menu a,.dropdown_menu a:link,.dropdown_menu a:visited,.dropdown_menu a:active 
{
		color: #FFFFFF;
		text-decoration: none;
}

.dropdown_menu a:hover
{	
		text-decoration: none;
		color: #000000;
}

.dropdown_menu ul li{
		float:none;
		width:140px;
}
		
/*cat*/
hr
		{
		border: none;
		border-bottom: 1px solid;
		border-bottom-color: #646464;
		}
.catListText
		{
		text-align: justify;
		vertical-align: top;
		padding-left: 10px;
		}
		
.catListText h3
		{
		margin-top: 0px;
		}
		
.project img
		{
		border: 1px solid #646464;
		width:190px;
		}
.project a img
		{
		border: 1px solid #646464;
		width:auto;
		}		
.catListPic img
		{
		border: 1px solid #646464;
		width:190px;
		}
		
.catItemPic img
		{
		border: 1px solid #646464;
		width: 190px;
	
		}
		
.catContent img
		{
			border: 1px solid #646464;
		}
		
.projectArrow
		{
			border: none;
		}