/* 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;
}

#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }

#menu li a 
{ display: block;
  float: left;
  height:28px;
  text-decoration: none; 
  padding: 4px 19px 0px 19px;
  border-right: 1px solid;
  font-weight: bold;
  background: #40403E;
  color: #929280;
  border-color: #2C2C2A;
  background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
  font-size:16px;
  letter-spacing:0px;
  font-family:century gothic, sans-serif;
  line-height:18px;
  text-transform:capitalize;
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ 

  	background:transparent url(../images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;
  color: #ffffff;
  border-color: #2C2C2A;
} 





/* 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;
  padding: 16px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  font-size: 150%;
}



.title
{ 
width:475px;
height:52px;
display:block;
margin-top:28px;
margin-bottom:15px;
}

.home
{ 
background:#000000 url("../images/titles/welcome.png") no-repeat top left;
}

.sculpture
{ 
background:#000000 url("../images/titles/sculpture.png") no-repeat top left;
}
.restoration
{ 
background:#000000 url("../images/titles/restoration.png") no-repeat top left;
}
.letterwork
{ 
background:#000000 url("../images/titles/letterwork.png") no-repeat top left;
}
.gallery
{ 
background:#000000 url("../images/titles/gallery.png") no-repeat top left;
}
.contact
{ 
background:#000000 url("../images/titles/contact.png") no-repeat top left;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}


/* 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*/

.disignBoxFirst
{
margin-bottom:10px;
padding-top:20px;
float:left;
width:305px;
min-height:400px;
height:auto !important;
height:400px;
}


.disignBoxFirst_frontpage
{
margin-bottom:10px;
padding-top:20px;
float:left;
width:505px;
min-height:600px;
height:auto !important;
height:600px;
}
.disignBoxFirst_frontpage .boxContent_frontpage
{
	font-size:13px;
	padding:0px 0px 0px 0px;
	float:left;
	width:500px;
}


.disignBoxFirst .boxFirstHeader
{
color:#006598;
font-weight:normal;
padding:3px 0px 0px 35px;
text-align:left;
margin:0;
}
.disignBoxFirst .boxContent
{
	font-size:13px;
	padding:0px 0px 0px 0px;
	float:left;
	width:300px;
}

.disignBoxFirst .boxContent img
{

	margin:0;
	padding:0;	
}

/*design box Second*/
.disignBoxSecond 
{
	float:left;
	width:580px;
	text-align:justify;
}



.disignBoxSecond .boxSecondHeader
{
color:#006598;
font-size:110%;
font-weight:bold;
height:20px;
padding:3px 0px 0px 40px;
position:relative;
text-align:left;
text-transform:uppercase;
}
.disignBoxSecond .boxContent
{
font-size:13px;
overflow:hidden;
padding:0px 24px 50px 0px;
position:relative;
width:525px;
background:#000000 url(../images/pagebg.png) no-repeat right bottom;
float:left;
}

.disignBoxSecond .boxContent_frontpage
{
font-size:13px;
overflow:hidden;
padding:0px 24px 80px 20px;
position:relative;
width:355px;
background:#000000 url(../images/pagebg.png) no-repeat -40px bottom;
float:left;
}

.disignBoxSecond .boxContent img

{

border:3px solid #050e44;

}

/* thumb images
-----------------------------*/

.thumb_block
{position:relative; height:100px;}
.thumb_image
{
float:left;
margin:0pt 5px 5px 5px;
width:70px;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main
{ margin-left: auto; 
  margin-right: auto;
  
}

/* logo */
#logo
{ width: 880px;
  height: 96px;
  	background:transparent url(../images/nav/logo.png) no-repeat left 9px;
  float:left;
}

#logo h1
{ font-family: century gothic, sans-serif;

  float: right;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu */

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{ 
width: 878px;
  overflow: hidden;
  border: 1px solid;
  border-top:none;
  z-index:-1;
  padding:0px;
  margin:0px;
  float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
} 

/* side menu */
#first_column
{ padding: 15px 3px 10px 19px;
  float: left; 
  width: 290px;
}

#first_column_frontpage
{ padding: 15px 3px 10px 19px;
  float: left; 
  width: 430px;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{
 text-align: left;
  width: 462px;
  float: left;
  padding: 0px 0px 18px 0px;

}


#content_frontpage
{
 text-align: left;
  width: 362px;
  float: left;
  padding: 0px 0px 18px 0px;

}



#footer
{

font-size:14px;
width: 880px;
background:transparent url(../images/nav/footer.png) no-repeat left top;
height:20px;
float:left;

}

#copyright
{
margin:0 auto;
width: 880px;
color:#666666;
text-align:right;
padding:10px 0px 10px 0px;
float:left;
font-size:14px;
}


/*colors Start
---------------------------*/

body
{ background: #2C2C2A;
  color: #929280;
  background:#000000 url(../images/body_bg.jpg) repeat-x scroll left 1px;
}

blockquote{border-color: #40403E;}

#site_content
{ 
	background-color:#000;
	border-color: #40403E;
	border-bottom:none;
}



#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;

}

#contact input, #contact textarea
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;

}

#contact input.submit
{ background: #2C2C2A; 
  color: #929280;
  border-color: #40403E;
  cursor:pointer;
}


#nav { margin:0px 0px 0px 12px; padding:0px 0px 0px 286px; line-height:93px; width:595px;}
#nav li {margin:0px; padding:0; display:inline;}
#nav li.div {margin:22px 0px 0px 0px; padding:0px 2px 0px 2px; height:50px; width:3px; background:transparent url(../images/nav/div.png) no-repeat left 0px; float:left; }

#nav li a {float:left;padding:0px 10px 30px 10px;text-align:center;font-size:18px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}
#nav li a.active {color:#ffffff;  }
#nav li a:hover{ color:#ffffff; text-decoration:none;}


.rightfloat {float:right; margin:5px 0px 10px 25px;}

.restorationimagery_left

{

	margin:10px 0px 10px 0px;
	display:block;		
}

.restorationimagery_right

{

	margin:10px 0px 10px 0px;
	display:block;
}


/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;  display:block;} 
.svw ul {position: relative; left: -999em; }  /*core classes*/ 
.stripViewer {  position: relative; overflow: hidden;  border: 5px solid #050e44;   margin: 10px 0 10px 0; float:left;} 
.stripViewer ul { /* this is your UL of images */ margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none;  padding-bottom:20px;} 
.stripViewer ul li {  float:left; list-style-type:none; list-style:none; } 
.stripTransmitter { overflow: auto; width: 1%;  } 
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; overflow:hidden;float:left; } 
.stripTransmitter ul li{ width: auto; float:left; margin: 0 1px 1px 0px;  list-style-type:none; list-style:none; } 
.stripTransmitter a{ font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #050e44; color: #fff; text-decoration: none; display: block; padding:0px 5px; } 
.stripTransmitter a:hover, a.current{ background: #fff; color: #050e44; } 
 /*tooltips formatting*/ #tooltip { background: #fff; color: #000; opacity: 0.85; border: 5px solid #dedede; } 
#tooltip h3 {  font: normal 10px Verdana;  margin: 0;  padding: 6px 2px;  border: 0; } 

#content form img{ border:none; }

#content form
		
		{
		
			margin:0px;
			float:left;
			width:510px;
			padding:15px 0px 15px 6px;
		}	
		
		
		#content .formdata{
		
			min-height:25px;
			float:left;
			display:block;
			width:510px;
			margin:1px 0px 1px 0px;
		}
		
		#content form label{
		
			float:left;
			width:180px;
			margin-top:1px;
			font-weight:bold;
			font-size:1em;
			letter-spacing:-1px;
			cursor:pointer;
			
		}

		#content .box{
		
			float:left;
			width:220px;
			border:1px solid #050e44;
			
		}
#gallerytitle h2 span a {

	color:#ffffff;
	text-transform:lowercase;
	
}

#gallerytitle h2 span a:hover{

	text-decoration:underline;
	color:#929280;

}

