@charset "utf-8";
/* Standard Stylesheet */

/*
Standard Colours:
grey = #655b51
*/

*		{
		margin:0;
		padding:0;
}

body,td	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:90%;
}

body	{
		background-color:black;
		color:white;
}

div		{
		/*border:1px solid red;*/
}

#page	{
		margin:0px auto;
		position:relative;
		width:1000px;
}

#footer	p {
		text-align:right;
		font-size:70%;
		color:#655b51;
		padding-right:20px;
}

#thumbnails	{
		float:left;
		width:475px;
		text-align:center;
}	

#thumbnails img	{
		padding-left:3px;
		padding-top:3px;
		padding-right:3px;
		padding-bottom:3px;
}

#thumbnails img.thumbnail	{
		border-left:1px solid black;
		border-top:1px solid black;
		border-right:1px solid black;
		border-bottom:1px solid black;
}

#thumbnails img.activeThumbnail	{
		border-left:1px solid #655b51;
		border-top:1px solid #655b51;
		border-right:1px solid white;
		border-bottom:1px solid white;
}


#largeImage	{
		float:left;
}

#portfolioLarge	{
		width:400px;
		padding-left:30px;
}

h1		{
		font-size:110%;
		}

img	{
		border:none;
}

img.ImageLeft	{
		float:left;
		padding-right:20px;
		padding-bottom:20px;
}

img.ImageRight	{
		float:right;
		padding-left:20px;
		padding-bottom:20px;
}

ul,li	{
		margin-left:20px;
}

.highlightText	{
		color:#86786b;
		font-size:150%;
}

a.highlightText:link,
a.highlightText:visited	{
		color:#86786b;
		font-size:150%;
		text-decoration:none;
}

a.highlightText:hover	{
		color:white;
}


a:link,
a:visited	{
		color:black;
}

a:hover	{
		color:black;
		text-decoration:none;
}

//CSS Script
#frmContactUs td.formLabel	{
	font-weight:bold;
	width:150px;
	vertical-align:top;
}

#frmContactUs input, textarea, select	{
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ece2d8;
}

#frmContactUs input.radio	{
	width:20px;
}

#frmContactUs input.imageButton	{
	width:75px;
}

#frmContactUs input.submit	{
	width:150px;
}

#frmContactUs .info	{
	font-size:85%;
}


a.wvwLink:link,a.wvwLink:visited
			{
			font-size:10px;
			color:#115e0f;
			text-decoration:none;
			}
a.wvwLink:hover	{
			color:black;
			background-color:transparent;
			}						
