* {
	margin: 0;
	padding: 0;
}

body {

	background-repeat:repeat-x;
	background-color:#fff;
	padding-top:10px;
}

#header{
	width: 898px;
	height: 381px;
	background-repeat:no-repeat;
	margin: 0 auto;
}

#header h1 {
	display: none;
}
#stripe {
	background-image: url('img/stripe.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
}
#wrapper {
	width: 898px;
	margin: 0 auto;
	background-image:url('img/main_bg.gif');
	background-repeat:repeat-y;
}
#content_wrap {
	background-image:url('img/wrapper_bg.gif');
	width:844px;
	float:left;
	margin-top:5px;
	margin-left:25px;
	
	
}

#content_left {
	width:610px;
	float:left;
	margin-left:22px;

	/*background-color:#FFFFFF;*/
	background-image:url('img/left_bg.gif');
	background-position:top;
	background-repeat:no-repeat;
}

#content_left p, ul {
	color:#737373;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

#content_left p{
	margin-left:20px;
	margin-right:20px;	
	margin-bottom:10px;
}

#content_left ul{
	margin-left:40px;
	color:#666666;
	margin-right:30px;
	
}

#content_left table {
	margin-left:20px;
}
.bottom_cell{
	float:left;
	width:220px;

	font-family: Verdana;
	font-size:11px;
	color:#333333;
}

.bottom_cell p{
	padding:0px 10px 0px 10px;
}

#content_right{
	width:183px;
	float:right;
	/*background-color:#FFFFFF;*/
	margin-right:20px;
	text-align:center;
	margin-top:5px;
	padding-top:20px;
	padding-bottom:20px;

}

#navi {
	list-style-type: none;
}
#navi strong {
	display: none;
}
#navi a {
	display: block;
	width: 199px;
	background-position: top left;
}
#navi a.nav1 {
	background-image: url('img/navi_home.gif');
	height: 75px;
}
#navi a.nav2 {
	background-image: url('img/navi_services.gif');
	height: 49px;
}
#navi a.nav3 {
	background-image: url('img/navi_contact.gif');
	height: 50px;
}
#navi a:hover {
	background-position: top right;
}
#navigation {
	float: left;
	width: 199px;
}
#greeting {
	width:700px;
	margin-left:30px;
}
#greeting img{
	margin-top:5px;
}
#content {
	background-image:url('img/content_bg.gif');
	float: left;
	width: 638px;
	margin-left:32px;
}
#content img {
	margin-bottom: 1em;
}

p.footertext {
	color:#888;
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	padding:0px;
}
#content ul {
	margin-bottom: 1em;
}
#content li {
	font-family: Verdana;
	font-size: 0.7em;
	margin-left: 58px;
	line-height: 1.4em;
	list-style-position: inside;
}
#footer {
	margin: 0 auto;
	background-image:url('img/footer.jpg');
	width: 898px;
	height: 149px;
}
#footer img {
	border: 0;
	margin-right: 10px;
}
#footer_phi {
	width:898px;
	margin: 0 auto;
}

#footer a{
	color:#000000;
}
#footer a:hover{
	color:#FFFFFF;
}

.list {
	width:150px;
	height:164px;
	overflow:auto;
	float:left;
}


b.price {
	color:#CC0000;
}


h1.strapline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#333333;
		font-weight:bold;
		margin-left:15px;
		letter-spacing:-1px;
}

h2.strapline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
		font-weight:bold;
		margin-left:15px;
		letter-spacing:-1px;
		margin-bottom:25px;
}
/*ROLLOVER BUTTONS */

	#menu_wrap {
		position:relative;
		top:350px;
		padding-left:60px;
		height:36px;
		color:#FFFFFF;
	}

	#menu_wrap a {
		color:#FFFFFF;
		font-size: 12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;	
		text-decoration:none;	
	}   
	#menu_wrap a:hover {
		color:#990000;
	}
   .spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}

/* P O P B O X */

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("../images/magminus.cur"), pointer;
}