/*---------------------
html tags
---------------------*/
body {
	color: #747474;
	background: #747474 url(images/tile.gif);
	font-family: Lucida, Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
}
p, li {
	font-size: 11px;
	padding-top: 0px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	color: #a11155;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}
a:link {
	color: #a11155;
	text-decoration: underline;
}
a:visited {
	color: #a11155;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/*---------------------
top table
---------------------*/
#maintable {
	width: 780px;
	height: 350px;
	margin-top: 20px;
	border: 10px solid #3E3E3E;
}
#top {
	height: 10px;
	background: #535353;
}
#nav {
	background: #FFF;
	height: 50px;
	width: 430px;
	text-align: left;
	padding: 16px 5px 20px 0px;
}
.nav {
	padding-top: 4px;
}
#logo {
	background: #FFF;
	height: 50px;
	text-align: right;
	padding-right: 20px;
}
.gap {
	height: 2px;
}
#flashcontent {
	background: #FFF;
	height: 70px;
}
.workimage {
	width: 110px;
	height: 110px;
}
.workdetails {
	padding: 3px;
}
/*-------------------------------------------------
main content
-------------------------------------------------*/
#photo {
	width: 400px;
	padding: 20px 0px 20px 0px;
	background: #FFF;
	vertical-align: top;
}
#testimonial {
	width: 347px;
	padding: 20px;
	background: #747474;
	color: #FFF;
	font-size: 12px;
}
#name {
	width: 347px;
	text-align: right;
	padding: 0 20px 20px 20px;
	background: #747474;
	color: #FFF;
	font-size: 12px;
}
#text {
	height: 300px;
	width: 380px;
	padding: 20px 20px 20px 0;
	vertical-align: top;
	background: #FFF;
}
#images {
	height: 300px;
	width: 380px;
	padding: 15px 20px 20px 10px;
	vertical-align: top;
	background: #FFF;
}

/*-------------------------------------------------
list
-------------------------------------------------*/
.list ul {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	list-style-image: url(images/bullet.gif);
}
.list li {
  	margin-bottom: 5px;
}
#blockmenu {
	width: 320px;
	padding: 10px 0 5px 0;
	margin-top: 5px;
	background: #747474;
	color: #FFF;
	font-size: 12px;
}
#abouta {
	width: 190px;
	vertical-align: top;
	padding: 0 5px 10px 0;
}
#aboutb {
	width: 200px;
	vertical-align: top;
	padding: 0 0 0 0;
}
.image {
	margin: 0 0 0 5px;
}
/*------------------------------
contact page
------------------------------*/
#contact {
	width: 300px;
	vertical-align: top;
}
form#contactform {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
.text {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
	padding: 0 0 9px 0;
}
.textbox {
	padding: 0 0 9px 10px;
	margin: 10px;
}
#enquirybox {
	padding: 0 0 10px 10px;
}
#contactform .submit {
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
 	background-color: #d6dcea;
 	color: #08266e;
}
input {
 	background-color: #d6dcea;
 	color: #08266e;
 	border: 1px solid #08266e; 
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}
textarea {
 	background-color: #d6dcea;
 	color: #08266e;
 	border: 1px solid #08266e; 
	font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
 	font-size: 11px;
}

/*--------------------------------
footer
--------------------------------*/	
#copyright {
	background: #FFF;
   	padding: 10px;
	text-align: left;
	font-size: 11px;
}
#creativestate {
	background: #FFF;
   	padding: 10px;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
}
#pda {
	background: #FFF;
   	padding-bottom: 10px;
	text-align: right;
	vertical-align: bottom;
}