* {
	padding: 0;
	margin: 0;
}
/* Begin Typography & Colors */
body {
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	background-color: #d3d3d3;
	padding: 0;
	margin: 0;
}
.digital {
	line-height: 19px;
}
a {
	outline: none;
}

p {
	padding: 10px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;
	line-height: 22px;

}

#header {
	background-image: url(images/header.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 135px;
}
#topheader {
	height: 15px;
	line-height: 15px;
	color: #999999;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 15px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topheader p {
	color: #999999;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#topheader a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
#topheader a:hover {
	color: #999999;
	text-decoration: underline;
}
#navwrapper {
	background-image: url(images/navwrapperbg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
#flashwrapper {
	background-image: url(images/flashwrapperbg.jpg);
	background-repeat: repeat-x;
	height: 226px;
}
#flash {
	background-image: url(images/flash.jpg);
	background-repeat: no-repeat;
	height: 226px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	background-position: center top;
	height: 145px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	line-height: 24px;
	padding-top: 5px;
}
#footerinner {
	width: 900px;
	margin: 0 auto 0 auto;
}
#footer p {
	line-height: normal;
	padding: 10px 0 0 0;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#contentwrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}

#content {

}


.entry {
	line-height: 22px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;

}
.entry p {
	line-height: 22px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;

}

.entry a {text-decoration: underline;
	
	color: #155686;
}
.entry a:hover {
	text-decoration: none;
	color: #03243c;
}

.narrowcolumn .entry, .widecolumn .entry {

}

.widecolumn {

}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {

}


#headerimg .description {

	text-align: center;
}

.entry p a:visited {

}

.commentlist li, #commentform input, #commentform textarea {

}
.commentlist li ul li {

}

.commentlist li {

}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {

}

.commentlist p {
	text-transform: none;
}

#commentform p {

}

.commentmetadata {
	font-weight: normal;
}

#sidebar {

}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {

}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {

}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {

	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
	width: 570px;
	background-color: #FFFFFF;
	border: solid 8px #e6f2fb;
	padding: 6px;
}

.widecolumn {
	float: left;
	padding: 0;
	margin: 10px 10px 10px 0;
	width: 570px;
	background-color: #FFFFFF;
	border: solid 8px #e6f2fb;
	padding: 6px;
}

.post {
	margin: 0px;
	text-align: left;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: left;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin: 0;
	width: 292px;
	float: left;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	display: none;
	visibility: hidden;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {


	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 292px;
	margin-top: 10px;
}
#sidehead2 {
	background-image: url(images/sidehead2.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 292px;
	margin-bottom: 10px;
}
#enquiryformbottom {
	background-image: url(images/sideformbottombg.jpg);
	background-repeat: no-repeat;
	height: 12px;
	width: 292px;
	margin-bottom: 10px;
}

#enquiryform {
	width: 292px;
	padding: 0px;
	padding-left:15px;
	background-image: url(images/sideformbg.jpg);
	background-repeat: repeat-y;
}
.formlabel {
	color: #999999;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
}
.forminput {
	padding-left: 15px;
}

.but{
float:right;
margin: 32px 0px 6px 0px;
height: 30px;
width: 237px;
}
.formbutton {
margin: 0px 25px 0px 0px;
float:right;
height: 30px;
}
.custominput {
	background-color: #FFFFFF;
	height: 18px;
	padding-top: 2px;
	width: 250px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.custominput2 {
	background-color: #FFFFFF;
	height: 18px;
	padding-top: 2px;
	width: 120px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customtextarea {
	background-color: #FFFFFF;
	width: 250px;
	height: 50px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	width: 250px;
	font-size:12px;
	line-height: 22px;
	color: #0303DF;
}
label.error {
	float: left;
	color: #FF0000;
	vertical-align: top;
	font-size:11px;
	line-height: 22px;
	display: block;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.sizeleft{
float:left;
width: 100px;
height: 30px;
padding:0px;
margin:0px;
}

.quantityright{
float:left;
width: 100px;
height: 30px;
padding:0px;
margin:0px 0px 0px 30px;
}