* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #64768C url(../img/bg.gif) repeat-x top;
	color: #572E1A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

p.logo {
    padding: 55px 0 0 28px;
}

p.logo a {
		display: block;
		background: url(../img/logo.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 63px;
		width: 344px;
		min-width: 344px;
	}

h1 {
    padding: 15px 0 5px 0;
	background: url(../img/left_col_sep.gif) repeat-x bottom left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #000;
}

h2 {
    padding: 15px 0 5px 0;
	background: url(../img/left_col_sep.gif) repeat-x bottom left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #000;
}

h3 {
	padding: 15px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #E1B651;
}

h3.first {
	padding-top: 5px;
}

h4 {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #B8CE97;
}

.clear {
	clear: both;
}

address {
		font-style: normal;
		margin: 10px 0 1.5em 10px;
		padding: 0;
		color: #000;
	}

		address span {
			margin: 0;
			padding: 0.1em 0;
			display: block;
		}

#main_1 {
    margin: 0 auto;
	width: 955px;
	text-align: left;
	background: #5D713E url(../img/bg_middle.gif) repeat-y;
}

#main_2 {
	width: 955px;
	background: url(../img/top_image.jpg) no-repeat top right;
	text-align: left;
}

#top {
	width: 704px;
	height: 121px;
	background: #768BA6 url(../img/bg.gif) repeat-x top;
}

/*Navigation*/

#nav {
	width: 704px;
	height: 63px;
	background: #743F18 url(../img/menu.gif) repeat-x;
}

#nav ul {
	list-style-type: none;
	background: #ff5533 url(../img/bg.gif) repeat-x;	
}

#nav ul li{    
    float: left;
	 margin-right: 1px;	 
}

#nav ul li#leftSide {
	width: 12px;
	height: 63px;
	background: url(../img/menu_left.gif) no-repeat;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 60px;	
	text-decoration: none;
	color: #CCFFDD;
	background: url(../img/menu.gif);
}

#nav ul li.select a {
	text-decoration: none;
	color: #B6C899;
	background: url(../img/menu_over.gif);
}

#nav ul li a:hover {
	text-decoration: none;
	color: #B6C899;
	background: url(../img/menu_over.gif);
}

#middle {
	padding-top: 15px;
	width: 955px;
}

#left_1 {
	float: left;	
	width: 657px;	
}

#left_2 {
	padding: 0 20px 10px 20px;		
}

/*Content area*/

#cont {
	width: 657px;	
	background: #94A181 url(../img/cont.gif) repeat-y;
}

#cont p {
	padding: 5px 0;
	color: #000;
}

#cont p.space {
	padding: 5px 0 150px 0;
}

#cont_top {
	width: 657px;
	height: 10px;
	background: url(../img/cont_top.gif) no-repeat top;
}

#cont_middle {
	padding: 0 20px;
	color: #94A181;
	line-height: 1.6em;
	height: 500px;
	min-height: 500px;	
}

html>body #cont_middle {
	height: auto;
}

#cont_middle p img {
	margin: 10px 0 0 0;	
}

#cont_middle a {
	color: #1A4A91;
	text-decoration: underline;
}

#cont_middle a:hover {
	text-decoration: none;
}

.imgLeft {
	float: left;
	margin: 15px 0 0 0;
}
.imgRight {
	float: left;
	margin: 15px 0 0 14px;
}

#cont_bottom {
	width: 657px;
	height: 10px;
	background: url(../img/cont_bottom.gif) no-repeat bottom;
}

/*Portfolio page*/

.iconRow div {
	float: left;
	margin: 10px 0 0 0;
}

.iconRow div p {
    padding: 0;
	margin: 0 30px 0 10px;
}

.iconRow div p.garden {
    padding: 0;
	margin: 30px 30px 0 10px;
}

.iconRow div p.garden a {
		display: block;
		background: url(../img/portfolio/garden_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 148px;
		width: 178px;
		min-width: 178px;
	}
	
.iconRow div p.garden a:hover {
		background: url(../img/portfolio/garden_icon_hover.gif) no-repeat;
}

.iconRow div p.indoor a {
		display: block;
		background: url(../img/portfolio/indoor_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 185px;
		width: 161px;
		min-width: 161px;
	}
	
.iconRow div p.indoor a:hover {
		background: url(../img/portfolio/indoor_icon_hover.gif) no-repeat;
}

.iconRow div p.fun a {
		display: block;
		background: url(../img/portfolio/fun_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 175px;
		width: 150px;
		min-width: 150px;
	}
	
.iconRow div p.fun a:hover {
		background: url(../img/portfolio/fun_icon_hover.gif) no-repeat;
}

.iconRow div p.drift {
    padding: 0;
	margin: 0 30px 0 30px;
}

.iconRow div p.drift a {
		display: block;
		background: url(../img/portfolio/drift_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 203px;
		width: 155px;
		min-width: 155px;
	}
	
.iconRow div p.drift a:hover {
		background: url(../img/portfolio/drift_icon_hover.gif) no-repeat;
}

.iconRow div p.jewellery {
    padding: 0;
	margin: 30px 30px 0 15px;
}

.iconRow div p.jewellery a {
		display: block;
		background: url(../img/portfolio/jewellery_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 145px;
		width: 147px;
		min-width: 147px;
	}
	
.iconRow div p.jewellery a:hover {
		background: url(../img/portfolio/jewellery_icon_hover.gif) no-repeat;
}

.iconRow div p.misc {
    padding: 0;
	margin: 30px 30px 0 15px;
}

.iconRow div p.misc a {
		display: block;
		background: url(../img/portfolio/misc_icon.gif) no-repeat;
		text-indent: -900em;
		text-decoration: none;
		line-height: 100%;
		height: 134px;
		width: 140px;
		min-width: 140px;
	}
	
.iconRow div p.misc a:hover {
		background: url(../img/portfolio/misc_icon_hover.gif) no-repeat;
}

#cont_middle p.portNav {
	float:right;
	margin: 1.2em 0 1.2em 0;
	padding: 0;
}

	#cont_middle p.portNav a {
		color: #000;
		text-decoration: none;
		margin: 0 0 0 10px;
	}

	#cont_middle p.portNav a:hover {
		text-decoration: underline;	
	}

/*Right col*/

#right_1 {
	float: right;
	width: 238px;
	margin: 0 20px 0 0;
}

#right_2 {
	padding: 25px 0 0 0;	
	color: #89B176;
	line-height: 1.6em;	  
}

#right_2 h2 {
    padding: 15px 0 5px 0;
	background: url(../img/right_col_sep.gif) repeat-x bottom left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #B8CE97;
}

#right_2 p {
	padding: 5px 0;
	color: #fff;
}

#right_2 p img {
	margin: 15px 0 0 0;
}

#right_2 p a {
	padding: 5px 0;
	color: #fff;
	text-decoration: none;
	border: none;
}

#right_2 p a:hover {
	padding: 5px 0;
	color: #B8CE97;
	text-decoration: underline;
}

#right_2 .item {
	margin: 0 0 5px 0;
}

#right_2 .item span {
	font-size: 90%;
}

#right_2 .item a {
	text-decoration: underline;
	color: #B8CE97;
}

#right_2 .item span a:hover {
	text-decoration: none;
}

#right_2 .item ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}
	
#right_2 .item ul li {
		background: url(../img/bullet.gif) no-repeat left 11px;
		padding: 2px 0 2px 10px;
		margin: 0;
		line-height: 1.7em;
		color: #fff;
	}
	
	#right_2 .item .draw {
		padding: 7px;
		margin: 15px 0 0 0;
		background: #fff url(../img/draw.gif) no-repeat;
		border: 1px solid #666666;
	}
	
	#right_2 .item .draw h3 {
		padding: 5px 0 0 0;
		margin: 0;
		color:#FF0000;
		text-transform: uppercase;
		font-size: 1.4em;
	}
	
	#right_2 .item .draw ul {
		padding: 0;
		margin: 5px 0 0 0;
		list-style-type: none;
	}
	
		#right_2 .item .draw ul li {
			background: none;
			padding: 2px 0 2px 10px;
			margin: 0;
			line-height: 1em;
			color: #000;
			font-size: 1.3em;
		}
		
		#right_2 .item .draw ul li.first {
			font-size: 1.7em;
		}
		
		#right_2 .item .draw ul li.second {
			font-size: 1.5em;
		}
	
	#right_2 .item .draw p {
		padding: 5px 0 0 0;
		margin: 0;
		color:#666666;
	}

#right_2 .item .promo {
		padding: 7px;
		margin: 15px 0 0 0;
		background: #94A181;
		border: 1px solid #666666;
	}
	
	#right_2 .item .promo h3 {
		padding: 5px 0 0 0;
		margin: 0;
		color:#000;
		font-size: 1.4em;
	}
	
	#right_2 .item .promo p {
		padding: 5px 0 0 0;
		margin: 0;
		color:#000;
	}
	
	#right_2 .item .promo a {
		color:#1A4A91;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#right_2 .item .promo a:hover {
		text-decoration: none;
	}

#right_2 .thumb {
	float: left;
}

#right_2 .thumb p {
	padding: 0;
	margin: 0;
}

#right_2 .thumb h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
}

#right_2 .thumb h3 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#right_2 .thumb h3 a:hover {
	color: #B8CE97;
	text-decoration: underline;
}

#right_2 .thumb p.leftImg {
	margin: 0 10px 0 0;
	padding: 0;
}


/*About us page*/

#right_2 p.left {
	float: left;
	margin: 10px 5px 0 0;
}

#right_2 p.leftBot {
	float: left;
	margin: 0 10px 0 0;
}

#right_2 p.right {
	color: #fff;
	font-size: 120%;
	margin: 40px 0 0 0;
}

#right_2 p.right a {
	color: #fff;
	text-decoration: none;
}

	#right_2 p.right a:hover {
		text-decoration: underline;
	}

/*Footer*/

#footer {
    clear: both;
	width: 955px;
	background: #64768C url(../img/bg_bottom.gif) no-repeat top;
}

#footer p {
    padding: 15px 0 10px 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #fff;	
}

