
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
color:#006699;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

.unlink
{
color:#a1fb97;
text-decoration:none;

}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }

#menu li a 
{ display: block;
  float: left;
  height:26px;
  text-decoration: none; 
  padding: 6px 19px 0px 19px;
  border-right: 2px solid;
  font-weight: bold;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ background: #82974B;
  color: #EEE;
  border-color: #2C2C2A;
  	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
} 





/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 150%;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}



/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
	width:880px;
	padding-top: 50px;
}

/*design box First*/

.designBoxFirst
{
	background:transparent url(../images/db_first_bg.jpg) no-repeat scroll left top;
clear:left;
margin-bottom:10px;
padding-top:16px;
position:relative;
}

.designBoxFirst .boxFirstHeader
{
	color:#006598;
font-size:18px;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.designBoxFirst .boxContent
{
	font-size:13px;
overflow:hidden;
padding:10px 0px 10px 24px;
position:relative;
}

/*design box Second*/
.designBoxSecond 
{
	background:transparent url(../images/db_second_bg.jpg) repeat-x scroll left top;
}

.designBoxSecond .boxSecondHeader
{
	color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.designBoxSecond .boxContent
{
	font-size:13px;
overflow:hidden;
padding:10px 24px 10px 24px;
position:relative;
}

/* thumb images
-----------------------------*/

.thumb_block
{position:relative;
/* height:120px;*/
color: #FFFF99;
font-size: 80%;
}

.thumb_image
{
float:left;
margin:0px 5px 5px 5px;
width:120px;
}

.thumb_block a {
color: #FFFF99;

}

.thumb_block a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

.trademark
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	font-size: 30%;
}

/* margin lefts / margin rights - to centre content */
/*#main
{ margin-left: 190px; 
  margin-right: auto;
}
*/
#wrapper,#main,#logo, #menu, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* logo */
#logo
{ 
	background:transparent url(../images/banner_main.png) no-repeat scroll left top;
	width: 880px;
	height: 135px;
}

#logo h1
{ font-family: century gothic, sans-serif;
  font-size: 48px;
  text-transform: lowercase;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  border: 0px;
  float: right;
  letter-spacing: 0px;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu */
#menu
{ height: 32px;
  width: 880px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{ width: 878px;
  overflow: hidden;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
} 

/* side menu */
#first_column
{ padding: 22px 3px 10px 19px;
  float: left; 
  width: 300px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  width: 542px;
  float: left;
  padding: 12px 0px 18px 0px;
}





/*
#footer
{padding:10px;
font-size:14px;}


#footer #copy_r
{
	float:right;
}
*/
/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 880px;
  height: 60px;
  font-size: 80%;
  /*color: #6C574F;*/
  background: #000000; /* url(../images/sb_bottom.jpg) no-repeat left top;*/
}

#footer .contentfoot {
  display: block;
  /*float: left;*/
  /*width: 680px;*/
  height: 30px;
  padding: 5px 0;
  margin: 0,auto; 
 
 /* border-top: #877065 10px solid;*/
}

#footer a {color: #866B62;}

#footer a:hover {border-bottom: 1px dotted #866B62;}

#footer .backtotop {
  /*background: url(../images/backtotop.jpg) no-repeat left top;*/
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

/*Copyright*/

#footer .copyright {
  /*display: block;*/
  /*margin: 0px auto 40px auto;*/
  padding: 5px 7px;
  /*width: 80%; *//*220px;*/
  text-align: center;
  background-color: #000000;
  border: 1px solid black;
  color: #40403E;
  font-size: 90%;
}

#footer .copyright p {padding: 0;}

#footer .copyright a {color: #FFFF99;}

#footer .copyright a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}



/*colors Start
---------------------------*/

body.topframe
{ background: #2C2C2A;
  color: #929280;
  background:#000000 url(../images/body_bg1.jpg) repeat-x scroll left top;
}

body.mainframe
{ background: #2C2C2A;
  color: #929280;
  background:#000000 url(../images/body_bg2.jpg) repeat-x scroll left top;
  
}

blockquote{border-color: #40403E;}

#site_content
{ 
	background-color:#000;
	border-color: #40403E;
}



#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
}

#menu
{ background: #40403E;
  color: #EEE;
  border-color: #82974B;
}