body {
	background: #FFFFFF url(../graphics/background.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Site wide
------------------------------------------------------------------*/
#container {
	background: #FFFFFF;
	margin: 30px auto;
	padding: 15px;
	width: 720px;
	border: 4px solid #CACACA;
	text-align: left;
}
#header {
	width: 720px;
	height: 200px;
	background: #CACACA url(../graphics/header.jpg) no-repeat;
	margin: 0;
	padding: 0;
}
h1 {
	background: url(../graphics/logo.jpg) no-repeat;
	width: 300px;
	height: 190px;
	margin: 0 0 0 20px;
	padding: 0;
	text-indent: -9999px;
}
#content {
	background: #F3F3F3;
	border-top: 2px solid #DD5325;
	border-bottom: 1px solid #D6D6D6;
	padding: 20px 20px 10px 20px;
	margin: 0;
}
#content h2 {
	margin: 0 0 10px 0;
	height: 24px;
	width: 278px;
}
#left {
	float: left;
	width: 460px;
}
#right {
	float: right;
	width: 200px;
}
#gallery-col, #gallery-list {
	width: 100%;	
}
a {
	text-decoration: none;
}
ul, li, h3, h4, h5, h6 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
	padding: 0;
}
p a {
	color: #DD5325;
	font-weight: bold;
}
p a:hover {
	color: #A23C1A;
	
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}


/* Right coloumn
------------------------------------------------------------------*/
#box-quote a {
	background: url(../graphics/box_quote.jpg) no-repeat;
	width: 200px;
	height: 80px;
	text-indent:-9999px;
	margin: 0 0 20px 0;
	display: block;
}
#box-email {
	background: url(../graphics/box_email.jpg) no-repeat;
	width: 200px;
	height: 25px;
	text-indent:-9999px;
	margin: 0 0 15px 0;
}
#box-email a {
	background: url(../graphics/box_email.jpg) no-repeat;
	width: 200px;
	height: 25px;
	display: block;
}
#box-email a:hover {
	background: url(../graphics/box_email_f2.jpg) no-repeat;
}
#box-recent {
	background: url(../graphics/back_recent.jpg);
	width: 180px;
	padding: 10px 10px 2px 10px;
	margin: 0 0 20px 0;	
}
#box-recent h2 {
	background: url(../graphics/bt_recent_work.jpg) no-repeat;
	width: 180px;
	height: 26px;
	text-indent:-9999px;
	margin: 0;
}
#box-recent img {
	width: 178px;
	height: 118px;
	border: 1px solid #CCCCCC;
	margin: 0 0 3px 0;
}
#logo-check-trade {
	background: url(../graphics/check_trade.jpg) no-repeat;
	width: 200px;
	height: 60px;
	text-indent:-9999px;
}

/* Navigation
------------------------------------------------------------------*/
ul#nav {
	background: url(../graphics/nav.jpg) no-repeat;
	margin: 10px 0 10px 0;
	height: 30px;
}
ul#nav li {
	float: left;
	text-indent: -9999px;
}
ul#nav li a {
	border: 0;
	display: block;
	background: url(../graphics/nav.jpg) no-repeat;
}
li#home a {
	width: 96px;
	height: 30px;
}
li#about a {
	width: 120px;
	height: 30px;
} 
li#gallery a {
	width: 120px;
	height: 30px;
}
li#comments a {
	width: 150px;
	height: 30px;
}
li#contact a {
	width: 140px;
	height: 30px;
} 
li#home a:link, li#home a:visited {
	background-position: 0px 0px;
}
li#home a:hover {
	background-position: 0px -30px;
}
li#about a:link, li#about a:visited {
	background-position: -96px 0px;
}
li#about a:hover {
	background-position: -96px -30px;
}
li#gallery a:link, li#gallery a:visited {
	background-position: -216px 0px;
}
li#gallery a:hover {
	background-position: -216px -30px;
}
li#comments a:link, li#comments a:visited {
	background-position: -336px 0px;
}
li#comments a:hover {
	background-position: -336px -30px;
}
li#contact a:link, li#contact a:visited {
	background-position: -486px 0px;
}
li#contact a:hover {
	background-position: -486px -30px;
}

body#home-page ul#nav li#home a {
	background-position: 0 -60px;
}
body#about-page ul#nav li#about a {
	background-position: -96px -60px;
}
body#gallery-page ul#nav li#gallery a {
	background-position: -216px -60px;
}
body#comments-page ul#nav li#comments a {
	background-position: -336px -60px;
}
body#contact-page ul#nav li#contact a {
	background-position: -486px -60px;
}

/* Box
------------------------------------------------------------------*/
.box {
	width: 440px;
	border-top: 1px solid #DD5325;
	border-bottom: 1px solid #DD5325;
	padding: 7px 10px 5px 10px;
	background: #E6E6E6;
	margin: 10px 0 10px 0;
}
.box-gallery {
	float: left;
	width: 660px;
	border-top: 1px solid #DD5325;
	border-bottom: 1px solid #DD5325;
	padding: 5px 10px 10px 10px;
	background: #E6E6E6;
	margin: 10px 0 10px 0;
}
.box h3, .box-gallery h3, #gallery-col h3 {
	font-size: 1.5em;
	color: #000066;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
.box h4, .box-gallery h4, #gallery-col h4 {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 2px 0;
	margin: 0 0 3px 0;
}
.box h5 {
	font-size: 1.2em;
	color: #000066;
	line-height: 1.6em;
	font-weight: bold;
	
}
.box h6 {
	font-size: 1.1em;
	color: #666666;
	line-height: 1.1em;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
}
.gallery-pic {
	float: left;
	width: 128px;
	height: 80px;
	background: #FFFFFF;
	border: 1px dashed #999999;
	margin: 5px 7px 0 0;
	padding: 4px;
}
.gallery-pic-big-left {
	float: left;
	width: 320px;
	height: 200px;
	background: #FFFFFF;
	border: 1px dashed #999999;
	margin: 5px 0 10px 0;
	padding: 4px;
}
.gallery-pic-big-right {
	float: right;
	width: 320px;
	height: 200px;
	background: #FFFFFF;
	border: 1px dashed #999999;
	margin: 5px 0 10px 0;
	padding: 4px;
}
.box-gallery h3, .box-gallery h4, .box-gallery p {
	margin-left: 145px;
}
.box-gallery p {
	margin-bottom: 5px;
}
#services {
	margin: 10px 0 0 0;
}
#services li {
	font-size: 1.2em;
	font-weight: bold;
	background: url(../graphics/icon_arrow.jpg) no-repeat 0 2px;
	padding: 0 0 8px 16px;
	color: #DD5325;
}
#services li a {
	color: #DD5325;
}
#services li a:hover {
	color: #A23C1A;
}

/* Contact us form
------------------------------------------------------------------*/
form {
	margin: 0 0 0 43px;
	padding: 0;
}
form p {
	margin: 10px 0 0 0;
	font-size: 1.1em;
	color: #000066;
}
label {
	margin: 0;
	font-size: 1.1em;
	color: #000066;
}
input {
	border-left: 1px solid #A6A6A6;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #7E8290;
	border-bottom: 1px solid #7E8290;
}
textarea {
	background: #FFFFFF;
 	border-left: 1px solid #A6A6A6;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #7E8290;
	border-bottom: 1px solid #7E8290;
	scrollbar-face-color: #e9eaec;
	scrollbar-shadow-color: #d4d5da;
	scrollbar-highlight-color: #d4d5da;
	scrollbar-3dlight-color: #e9eaec;
	scrollbar-darkshadow-color: #e9eaec;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #7e8290;	
}




/* Footer
------------------------------------------------------------------*/
#footer {
	float: left;
	margin: 10px 0 0 0;
	background: #000066;
	width: 100%;
	text-transform: uppercase;
}
#footer ul {
	float: left;
	padding: 5px 0 5px 20px;
	
}
#footer li {
	display: inline;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 0 10px 0 0;
		 
}
#footer li a {
	color: #CACACA;
	
}
#footer li a:hover {
	color: #FFFFFF;
}
#footer p {
	float: right;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 20px 5px 0;
}
#footer p a {
	color: #CACACA;
	font-weight: bold;
}
#footer p a:hover {
	color: #FFFFFF;
}

