/*
-----------------------------------------------
Elizabeth Ainslie
author:   Maanik Singh Chauhan > http://maanik.com/design
version:  09 January 2005
revision: 11 June 2007
-----------------------------------------------
*/

html, body {
	color: #666;
	background: #ededed url("../images/bg.jpg") fixed repeat-x;
	}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
img {border: 0px;}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

ul {
	margin: 0px;
	padding: 0px;
	}

ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

a:link, a:visited {color: #399; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}

blockquote {
	font: italic 11px "times new roman",times, sans-serif;
	}

table td {
	color: #666;
	vertical-align: top;
	font: 10px geneva, sans-serif;
	}

table#index td {
	vertical-align: top;
	padding: 10px;
	}

div#main {
	background: #fff;
	width: 700px;
	margin: 10px auto;
	padding: 20px;
	}

div#header {
	border-bottom: 1px solid #ccc;
	padding: 20px;
	background: #ccc;
	}

<!-- * NAVIGATION -->

#navcontainer
{
width: 100%;
float: left;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
letter-spacing: 1px;
font-weight: normal;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

div#content {
	width:700px;
	font: 10px geneva, sans-serif;
	text-align: left;
	}

div#footer {
	border-top: 1px solid #ededed;
	padding-top: 10px;
	color: #999;
	font: 9px verdana, sans-serif;
	letter-spacing: 1px;
	line-height:140%;
	}

div.thumb {
	width: 250px;
	margin: 5px 10px 5px 0px;
	padding: 10px 0px;
 	position: relative;
 	top: 0;
 	right: 0;
 	padding-right: 200px;
	}

div.thumb div.info {
	width: 150px; 	
	position: absolute;
	left: 65px;
 	top: 25%;
 	display: table-cell;
 	vertical-align: middle;;
	background: none;
	}
	
div.thumb img {
	vertical-align: middle;
	padding-right: 10px;
	width: 50px; 
	display: inline;
	}

div.paintThumb{
	margin: 5px 10px 5px 0px;
	padding: 10px 0px;
	width: 100%;
	/*border-bottom: 1px dotted #ccc;*/
	}

div.paintThumb img {
	vertical-align: middle;
	padding-right: 8px;
	width: 50px; 
	}

div.paintThumb a:link, div.paintThumb a:visited {border: 0;}
div.paintThumb a:hover {border: 0; background: none;}


div.paintThumbInfo {
	display: inline;
	padding: 5px;
	width: 250px;
	height: 100px;
	}
	
div.paintThumbInfo a:link,
div.paintThumbInfo a:visited {
color: #399; text-decoration: none; border-bottom: 1px dotted #399;
	}
div.paintThumbInfo a:hover {
	color: #fff; background: #399; text-decoration: none;
	}

table#work td {
	padding-right: 10px;
	vertical-align: top;
	}

/* FORM STYLES */


form#contact fieldset {
  margin-bottom: 10px;
}
form#contact legend {
  padding: 0 2px;
  font-weight: bold;
}
form#contact label {
  display: block;
  line-height: 2;
  vertical-align: top;
  font: x-small verdana, sans-serif;
  letter-spacing: 1px;
  line-height:140%;
  text-transform: uppercase;
  padding: 4px 0px;
}
form#contact fieldset ol {
  margin: 0;
  padding: 0;
}
form#contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  border=bottom: #ccc;
}
form#contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form#contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form#contact fieldset fieldset label {
  display: block;
  width: auto;
}
form#contact em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#contact label {
  width: 120px; /* Width of labels */
}
form#contact fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

form#contact input,
form#contact textarea,
form#contact select {
    font-size: medium;
    line-height: 1.2 em;
    padding: 3px 0px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff;
}

input:focus,
textarea:focus
	{
	color: #399;
	background-color: #eee;
	}

form#contact input#reset,
form#contact input#submit {
	color: #333;
	background-color: #ccc;
	margin-top: 5px;
	padding: 2px;
	border: 0px;
	}

/* IMG VIEWER */

#showimage{
position:absolute;
visibility:hidden;
}

#dragbar{
cursor: pointer;
background: #eee url(images/bg.gif);
padding: 2px 1px;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: normal;
margin-right: 2px;
color: #ccc;
font-family: arial, sans-serif;
}
	