/* global */
html{height: 100%;}

body
{ 
  font-family: "Courier New", Courier, monospace;
  padding: 0px;
  margin: 0px;
  color: #696a6a;
  font-size: 12px;
}

.clear {
	clear: both;
}

/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
color: black;
text-decoration:none;
}
a:hover {
/*text-decoration:underline;*/
color: #696a6a;
}
/*
#setName{
		color:#006699;
		font-weight: bold;
}

label .setName{
		color:#006699;
		font-weight: bold;
}


#sets {
	margin-left: 17px;
}*/

#title {
	margin-left: 45px;
 }

 
#menu {
	margin: 0;
	padding: 0;
	font-size:14px;

	width: 200px;
	float: left;
	position: relative;
	padding-left: 30px;
}

#menu ul {
	margin-bottom: 0px;
	text-transform: uppercase;
}

#menu li
{ 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{ display: block;
  text-decoration: none; 
} 

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{ 
  color: #696a6a;
} 

#WorkMenu {
	font-size: 13px;
	text-transform: none;
	margin: 0px;
	margin-top: 1px;
	padding-bottom: 1px;
}

#WorkMenu li {
	margin: 0;
	line-height: 14px;
}

/*#bottomimg {
	display: block;
	width: 136px;
	height: 120px;
	background: url(../images/line.png) no-repeat; 
	float: right;
	position: relative;
	top:-95px;
	margin-bottom:-95px;
}
*/
/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
}

h1
{ 
  letter-spacing: .1em;
  font-weight: normal;
  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:909px;
	padding-top: 30px;
}

/*design box First*/



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

.thumb_block
{
position:relative;}

.thumb_block h3
{
margin-top:0px;
}
.thumb_image
{
float:left;
margin:2px 5px 5px 5px;
width:70px;
}

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

/* logo */

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


/* navigation menu */


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

/* main content */
#site_content { 
  width: 938px;
  overflow: hidden;
} 

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

/* page content */
#content {
  text-align: justify;
  width: 645px;
  float: left;
  padding-left: 25px;
  margin-top: 0px;
  margin-left: 30px;
}

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

blockquote{border-color: #40403E;}


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

label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
}

.btn {
	display: block;
	margin-top: 10px;
}

.smaller {
	font-size: 10px;
	line-height: 1em;
}

h1 .smaller {
	font-size: 15px;
}

#prevpicbtn {
	margin: 3px;
}

#nextpicbtn {
	margin: 3px;
}

#picnumber {
	margin: 3px;
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	top: -3px;
}

#imgcontrols {
	 margin-bottom: 5px;
}

#footer {
	margin-left: 50px;
}

#footer .smaller {
	float: left;
	padding-left: 5px;
	clear: left;
}

#profilepic {
	margin-left: -6px;
	margin-bottom: 5px;
}

#profright{
	margin-top: 40px;
	float: right;
	width: 340px;
}

#profleft {
	margin-top: 40px;
	float: left;
}

#profleft li, #profright li {
 list-style-type: none;
padding: 0px;
 margin: 0px;
}
#profleft ul, #profright ul {
	margin: 0;
}

#profleft .title, #profright .title {
	display: block;
	text-decoration: underline;
	margin-bottom: 10px;	
	
}

#lowerbox {
	color: black;
	width: 530px;
	font-size: 11px;
}

#homelogo {
	position: relative;
	left: -65px;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#main {
   min-height:100%;
   position:relative;
}
#title {
   padding:10px;
}
#site_content {
   padding:10px;
   padding-bottom:70px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:25px;   /* Height of the footer */

}

#innerfoot {
	margin-bottom: 5px;
	height: 22px;
}

.image {
	margin-top: 10px;
}

.topbox {
	text-align: left;
	border-bottom: 1px solid black;
	color: black;
	width: 510px;
	font-size: 11px;
	padding-bottom: 4px;
}

.worksblocks {
float: left;
margin: 0px 7px 14px 7px;
color: black;

}

.worksthumbtitle {
margin-top: 5px;
}

.worksthumbtitle a {
color: black;
}

#webmaster a
{	
	color: black;
}

#webmaster a:hover
{	
	color: #696a6a;
	text-decoration: underline;
}

#titlesideblock {
margin-top: 50px;
padding-left:17px;
text-transform: none;
position: fixed;
}

#smallline{
	width: 35px;
	margin-left: 55px;
	height: 1px;
	margin-bottom: 20px;
	border-bottom: 1px solid #696a6a;
}

#smallmenuline{
	width: 70px;
	margin-left: 15px;
	height: 8px;
	border-bottom: 1px solid black;
}

#foldercomment {
	margin-left: 15px;
	font-size: 11px;
	color: black;
	margin-top: 50px;
}

#prevnextblock{
	position: relative;
	top: 350px;
	left: -240px;
	margin-bottom: -20px;
}

#contact {
	color: black;
	font-size: 11px;
}

.italic {
	font-style: italic;
}

.bold {
 	font-weight: bold;	
}

.uppercase {
text-transform: uppercase;	
}

.strong {
	 font-weight: bold;	
}