/* CSS Document */


body {
	color:#999;
	text-align: center;
    font-family : Tahoma, sans-serif;
	margin: 10px 0;
    background-image: url(../images/tile2.jpg);
	background-repeat: repeat-y;
    background-position: center;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	   
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #cccccc;
	border: #864789 6px solid;
}
#header{
	height: 120px;
	background: #864789;
	text-align: center;
}

#left {
	float:left;
	width: 160px;
	padding: 10px;
}

#right {
	float:right;
	width: 550px;
	border-left: 1px solid #864789;
	color: #333333;
	padding: 10px;
	font-size: 12px;
}

#footer{
	clear:both;
	text-align: center;
	border-top: 1px solid #864789;
	background-color: #CCCCCC;
}
#footer p {
	margin-top: 8px;
	font-size: 10px;
	color:#333333;
	padding-top: 5px;
}

p {
font-size: .85em; 
color: #666666;
}
	
#left p{
font-size: 85%; 
color: #666;
line-height: 1.2em;
}

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 10pt;
	color: #666666;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#right p {
font-size: 12px; 
color: #333333;
line-height:1.2em;
}
h1 {
color: #330033;
font-size: 110%; 
border-bottom: 2px solid #864789;
}

h2 {font-size: 105%; color: #666666;
margin: 12px;
}
h3{
font-size: 125%; 
margin: 12px 10px; 
color: #330033;
}
H4{
font-size:16px;
color:#330033;
}

.featureimg {
	margin: 10px;
	float: left;
	border: thin solid #666666;
	padding: 3px;
}


#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	border-top: 1px solid #cccccc;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 5px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 5px;
}

.text form {
	margin: 10px 0 30px 7px; 
}
.text fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
	/*width: 600px;*/
}

.text .hand, .text .print {
	display: none;
}


.text input, .text select {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #4C5854;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

.text textarea {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #4C5854;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

.text label {
	color: #333333;
	font-size: 0.9em;
	padding-top: 5px;
	display: block;
}


.text button {
  background-color: #8996B8;
  color: #fff;
  width: 80px;
  display: inline;
}

/***** Ends the form layout *****/
.trademark {
	font-size:10px;
}

.ul {
line-height:1.2em;
}

li.on {
list-style-type: decimal;
}

.portfoliopics{
	display: inline;
	width: 450px;

}
.portfoliopics img {
	padding: 10px;
	border: 1px solid #999999;
	margin-right: 5px;
	margin-top: 10px;
}

#swfplayer {
	margin-left: 5px;
	padding-left: 5px;
}
