body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #606060;
	line-height: 1.6em;
	
}

a {

	text-decoration: none;
	color: #006699;
	
}

a:visited {

	text-decoration: none;
	color: #006699;
	
}

a:hover {

	text-decoration: none;
	color: #FF0000;
	
}

p.notice {

	font-size: 9px;
	font-style: italic;
	
}

p.ordermessage {

	margin: 0;
	padding: 0;
	font-size: 9px;
	padding-bottom: 5px;
	
}

h2 {

	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	
}

h3 {

	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	
}

#maincontainer {

	width: 760px;
	border: 1px solid #7B7B7B;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	
}

#header {

	background-image: url(../images/site_header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 167px;
	width: 760px;
	float: left;
	display: inline;
	border-bottom: 1px solid #7B7B7B;
	text-indent: -3000px;
	
}

#footer {
	
	clear: both;
	height: 25px;
	width: 760px;
	border-top: 1px solid #7B7B7B;
	margin-top: 10px;

}

#footerleft {

	color: #525151;
	text-align: left;
	float: left;
	display: inline;
	width: 250px;
	font-size: 12px;
	line-height: 25px;
	padding-left: 5px;
	
}

#footerright {
	
	text-align: right;
	float: right;
	display: inline;
	width: 190px;
	color: #525151;
	font-size: 12px;
	line-height: 25px;
	padding-right: 5px;
	
}

#footerright a, #footerright a:visited {

	font-weight: normal;
	background-image: none;
	color: #525151;
	text-decoration: none;

}


#contentcontainer {

	width: 565px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	padding-left: 15px;
	padding-top: 5px;
	font-size: 12px;
	overflow: hidden;
	
}

#leftcontainer {

	width: 161px;
	float: left;
	
}

#navmenu {

	
	width: 161px;
	float: left;
	margin-bottom: 1px;
	margin-left: 1px;
	
}

.navhead {

	background-image: url(../images/site_navheader.jpg);
	width: 163px;
	height: 24px;
	font-size: 12px;
	color: #606060;
	line-height: 24px;
	font-weight: bold;
	margin-top: 1px;
	margin-left: 1px;
	text-align: center;
	
}

#navmenu ul {

	list-style-type: none;
 	padding: 0;
 	margin: 0;
	
}

#navmenu li {

	
	
}

#navmenu li.sep {

	width: 161px;
	height: 24px;
	border-bottom: 1px solid #CCCCCC;
	
}

#navmenu li.nosep {

	width: 161px;
	height: 24px;
	
}

#navmenu a, #navmenu a:visited {

	color: #606060;
	font-size: 11px;
	line-height: 24px;
	text-decoration: none;
	padding-left: 20px;
	text-align: left;
	font-weight: bold;

}

#navmenu a:hover {

	font-size: 12px;
	font-weight: bolder;

}

.regformbox {
	
	width: 275px;
	height: 30px;
	float: left;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	
}	

.halfregformbox {

	width: 193px;
	height: 30px;
	float: left;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
	
}	

.regformboxfullwidth {
	
	height: 30px;
	float: left;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 10px;
	
}

.regformboxtextarea {
	
	width: 275px;
	height: 140px;
	float: left;
	font-size: 12px;
	color: #606060;
	line-height: 30px;
	text-align: left;
	padding-left: 5px;
	
}	

input.submit {

	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	height: 20px;
	font-size: 12px;
	color: #606060;
	font-weight: bold;
	
}

.regformbox input {

	background-color: #CADAE2;
	width: 190px;
	
}

.regformbox input.small {

	background-color: #CADAE2;
	width: 100px;
	
}

.regformboxtextarea textarea {

	background-color: #CADAE2;
	margin-bottom: 7px;
	height: 110px;
	
}

.regformbox select {

	background-color: #CADAE2;
	width: 100px;
	
}

.regformbox input.error {
	
	background-color: #FFCCCC;
	
}

.regformboxtextarea textarea.error {
	
	background-color: #FFCCCC;
	
}

.regformbox select.error {
	
	background-color: #FFCCCC;
	
}

.formmessage {

	width: 560px;
	background-color: #CADAE2;
	border: 1px solid #999999;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
	
}

.formerrormessage {

	width: 560px;
	background-color: #FFCCCC;
	border: 1px solid #FF6699;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;

}

.myfieldset {

	width: 560px;
	padding: 0;
	border: 1px solid #CFCAC0;
	margin-bottom: 5px;
	margin-top: 10px;
	position: relative;
	float: left;
	padding-top: 10px;
	
}

.myfieldset img {

	border: none;
	
}

.mylegend {

	background-color: #FFFFFF;
	color: #597F92;
	margin-left: 10px;
	position: absolute;
	top: -8px;
	left: 10px;
	padding-left: 2px;
	padding-right: 2px;
	
}

.clear {

	width: 100%;
	height: 1px;
	clear: both;

}

.cleardashed {

	margin: 0;
	width: 100%;
	height: 1px;
	clear: both;
	border-top: 1px dashed #CCCCCC;
	padding-bottom: 5px;
	margin-top: 5px;

}

.navshopping {

	/* background-image: url(../images/site_cart.jpg);
	background-position: top left;
	background-repeat: no-repeat; */
	background-color: #FFF7DF;
	width: 163px;
	float: left;
	margin-left: 1px;
	height: 100px;
	color: #606060;
	text-align: center;
	padding-top: 5px;
	position: relative;
	
}

.basketicon {

	width: 163px;
	height: 25px;
	border: none;
	color: #606060;
	line-height: 25px;
	
}

.totalbasketicon {

	width: 163px;
	height: 25px;
	border: none;
	color: #606060;
	line-height: 25px;
	border-top: 1px dashed #CCCCCC;
	position: absolute;
	bottom: 0;
	left: 0;
	
}

.latestproject {

	background-color: #FFF7DF;
	width: 163px;
	float: left;
	margin-left: 1px;
	color: #606060;
	text-align: center;
	padding-top: 5px;
	position: relative;
	
}

.latestprojectname {

	width: 163px;
	height: 15px;
	color: #606060;
	font-weight: bold;
	text-align: center;
	float: left;
	
}

.latestprojectpic {

	width: 163px;

	text-align: center;
	float: left;
	padding-bottom: 5px;
	
}

.latestprojectpic img {

	border: 1px solid #CCCCCC;
	
}

.catlisting {

	width: 150px;
	height: 230px;
	float: left;
	padding-left: 30px;
	text-align: center;
	
}

.catlisting img {

	border: none;
	
}

.catimage {

	width: 100px;
	height: 190px;
	margin-left: 25px;
	
}

.catimage img {

	border: none;
	
}

.catname {

	width: 100%;
	text-align: center;
	
}

.catname a, .catname a:visited {

	color: #606060;
	height: 20px;
	
}

#productimage {

	width: 210px;
	float: left;
	overflow: hidden;
	padding-right: 10px;

}

.productimagethumb {

	width: 67px;
	height: 100px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	
}

#productthumbcontainer {

	width: 300px;
	float: left;
	text-align: center;
	
}

#productspecs {

	width: 320px;
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#orderbox {

	margin: 0;
	width: 210px;
	height: 245px;
	background-color: #FFF7DF;
	float: right;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
	
}

.flagbox {

	width: 215px;
	height: 25px;
	float: left;
	line-height: 25px;
	border: none;
	text-align: left;
	
}

.flagboxsubmit {

	width: 215px;
	height: 25px;
	float: left;
	line-height: 25px;
	border: none;
	text-align: center;
	
}
	
.flagbox select {

	font-size: 9px;
	
}

.flagbox input.qty {

	font-size: 9px;
	width: 30px;
	
}

.flagbox input.submit {

	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	
}

th.qty {

	width: 50px;
	text-align: left;
	
}

th.item { 

	width: 200px;
	text-align: left;
	
}

th.price {

	width: 100px;
	text-align: left;
	
}

td.total {

	text-align: right;
	
}

td.totalprice {

	border-top: 1px solid #999999;
	
}

tr {

	height: 21px;
	
}

input.qty {

	width: 20px;
	font-size: 11px;
	
}

input.tracking {

	width: 55px;
	font-size: 10px;
	
}

input.get {

	font-size: 10px;
	
}

	