/*---------------Initial Page Setup---------------*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

/*---------------Setting My Styles---------------*/

img
{
 border-color: #000;
} 

h1, h2, h3 {
	font-weight: normal;
	color: #000;
}

h1 { font-size: 197%; }
h2 { font-size: 137%; }
h3 { font-size: 100%; font-weight: bold; }

.bodytext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.pagetitle {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.messagesent {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
} 

.paragraphheader {
	color: #7D3E18;
	font-weight: bold;
	font-size: 13px;
}

.formfieldheader {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.formmessage {
	color: #FF0000;
	font-size: 10px;
}

.cryout {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}

.clientname {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

.author {
	color: #FFF;
	font-size: 10px;
}

.authormail {
	color: #FF0000
}

/*---------------My Form Items---------------*/

.formbox {
	border: 1px solid #000;
	background: #fff; 
}

/*---------------My List Styles---------------*/


p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

/*---------------My Link Styles---------------*/

a {
	color: #990000;
	text-decoration: underline;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
}

/*---------------Defining My Div Tags---------------*/

#wrapper {
	padding: 20px 0 15px 0;
}

#holder {
	border: 5px solid #000;
	width: 920px;
	azimuth: center;
}

#content {
	background: url(../images/index_19.gif) repeat-y;
	padding: 15px 40px 7px 40px;
	height: 335px;
	overflow: auto;
}

#pagehead {
	background: url(../images/index_18.gif) no-repeat;
	padding: 0px 0px 0px 40px;
	height: 18px;
}

#pageheader2 {
	width: 800px;
	height: 20px;
}

#leftcolumn {
	float: left;
	width: 580px;
}

#rightcolumn {
	float: right;
	text-align:right;
	width: 235px;
}

#contentspacer {
	height: 0px;
	background: url(../images/index_19.gif);
}

#contentfooter {
	height:25px;
	background: url(../images/index_20.gif) no-repeat;
}

#footerlinks {
	height: 27px;
	font-size: 12px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	color: #fff;
	background: #c0c0c0 url(../images/index_21.gif) no-repeat;
}

#footerlinks a {
	text-decoration: none;
	color: #000;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#contactleftcolumn {
	float: left;
	width: 235px;
}

#contactrightcolumn {
	float: right;
	text-align: left;
	width: 580px;
}

#standardfull {
	width: 820px;
}

#picturearray {
	width: 820px;
}

#leftcolumnimg {
	float: left;
	width:580px;
}

#rightcolumnimgtop {
	float: right;
	text-align:right;
	width: 235px;
	vertical-align: top;
}

#workshopleft {
	width: 500px;
	float: left;
	text-align: left;
}

#workshopright {
	width: 320px;
	text-align: center;
	vertical-align: middle;
	float: right;
}

/*---------------Page Blur For Enquiry PopUp---------------*/

#page_screen
{
   background-image: url(../images/loginscreenbg.jpg);
   filter:Alpha(opacity=80);
   opacity: 0.4;
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   display:none;
}

/*---------------Make Enquiry Pop Up Div---------------*/

#enquiry_panel
{
   margin-left: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
   width:450px;
   height:158px;
   background-color:#fff;
   text-align: center; 
   position:absolute;
   top:0px;
   left:0px;
}

#enquiry_header
{
   background: #000;
   color: #fff;
   border:1px solid #777; text-align:center; font-weight:bold; background-color:#000;
}

#enquiry_content
{
   text-align: center;
   border-right: 1px solid #777;
   border-left: 1px solid #777;
   background: #FFF;;
}

#enquiry_footer
{
   background:  #000;
   border:1px solid #777; text-align:center; font-weight:bold; background-color:#000;
}
