@charset "UTF-8";
/* CSS Document */

/* CSS Document */

/*	Website Painted Lotus
		Author: Ari Rizos
		Creation Date: 30/11/2009
		Version: 0.0.1
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

html {
	overflow-y:scroll;  /* Forces the scroll bar on the right */
}

.floatleft { float:left; }
.floatright { float:right; }
.clearboth { clear:both; }

body {
	background-color:#cdd48c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:link {
	color: #007573;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #007573;
}
a:hover {
	text-decoration: none;
	color: #007573;
}
a:active {
	text-decoration: underline;
	color: #007573;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header {
	margin: 0;
	height: 250px;
	padding: 12px 0px 12px 0px;
	border-top: solid  4px #007573;
	border-bottom: solid 4px #FFFFFF;
}

#mainBody {
	background-color:#FFFFFF;
	padding: 55px 40px 10px 40px;
	color:#333333;
}

#nav {
	height: 50px;
}

#gallerynav {
	margin-right:30px; padding:0;
	width:190px;
	float:left;
}
ul#gallerynav {
	margin: 0px 0px 0px 0px;
}
#gallerynav li {
	list-style:none;
	color:#007573;
}
#gallerynav li ul li {
	list-style:none;
	color:#333;
}

#gallerynav a {
	text-decoration:none;
	color:#333333;
	margin-left:10px;
}

#gallerynav a:hover {
	text-decoration:underline;
	color:#333333;
	margin-left:10px;
}

#gallerynavhighlight {
	background-color:#cdd48c;
	padding: 15px;
}

#gallerylisitng {
	margin:0; padding:0;
	float:left;
	width:655px;
}

#gallerylisting p {
	padding: 7px 0px 0px 0px;
	font-style:italic;
	color:#666666;
}

#colours {
	height: 300px;
	background-color:#009933;
	display:block;
}

/* GALLERY THUMBNAILS */
ul#gallerylisitng {
	margin: 0px 0px 0px 0px;
}
ul#gallerylisitng li {
	list-style-type:none;
	display:block;
	padding: 0px 18px 30px 0px;
	float:left;
}
ul#gallerylisitng li a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* GALLERY THUMBNAILS */
ul#artists {
	margin: 20px 0px 0px 0px;
}
ul#artists li {
	list-style-type:none;
	display:block;
	padding: 0px 17px 30px 0px;
	float:left;
}
#artists p {
	padding: 7px 0px 0px 0px;
	font-style:italic;
	color:#666666;
}
ul#artists li a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

#painting {
	float:left;
	padding-right:40px;
	min-height:400px;
}
#paintingDetails {
	float:left;
}
 	
#footer {
	font-size: 11px;
	padding:50px 0px 10px 0px;
	clear:both;
}

#footer a {
	color:#333333;
}

#footer a:hover {
	text-decoration:none;
	color:#333333;
}

#footer a:visited {
	color:#333333;
}

#footer a:active {
		color:#333333;
}

#lotus {
	width: 175px;
	height:184px;
	background-image:url(../images/lotus.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
	left:860px;
	top:-135px;
	z-index: 10;
}

h1 {
	color: #007573;
	font-size:30px;
	text-transform:uppercase;
	margin-bottom: 30px;
	font-weight:normal;
}

h2 {
	color: #007573;
	font-size:16px;
	text-transform:uppercase;
	margin: 15px 0px 15px 0px;
	font-weight:normal;
}

h3 {
	color:#000000;
	font-size:15px;
	margin-bottom: 15px;
	font-weight:700;
}

p {
	padding: 5px 0px 5px 0px;
	color:#333333;
}

.highlight {
	color: #007573;
}

.noteText {
	font-size: 11px
}
-->

/* NAVIGATION */
ul#nav li {
	padding:0;
	margin:0;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#home a {
	width:54px;
	height:50px;
	background-image:url(../images/navigation/home.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#home a:hover {
	background-position:0px -50px;
}

body#home-page ul#nav li#home a {
	background-position:0px -50px;
}

li#aboutus a {
	width:96px;
	height:50px;
	background-image:url(../images/navigation/about.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#aboutus a:hover {
	background-position:0px -50px;
}

body#aboutus-page ul#nav li#aboutus a {
	background-position:0px -50px;
}

li#designgallery a {
	width:138px;
	height:50px;
	background-image:url(../images/navigation/design-gallery.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#designgallery a:hover {
	background-position:0px -50px;
}

body#designgallery-page ul#nav li#designgallery a {
	background-position:0px -50px;
}

li#ourartists a {
	width:113px;
	height:50px;
	background-image:url(../images/navigation/our-artists.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#ourartists a:hover {
	background-position:0px -50px;
}

body#ourartists-page ul#nav li#ourartists a {
	background-position:0px -50px;
}

li#qualityassurance a {
	width:115px;
	height:50px;
	background-image:url(../images/navigation/our-quality.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#qualityassurance a:hover {
	background-position:0px -50px;
}

body#qualityassurance-page ul#nav li#qualityassurance a {
	background-position:0px -50px;
}

li#faqs a {
	width:64px;
	height:50px;
	background-image:url(../images/navigation/faqs.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#faqs a:hover {
	background-position:0px -50px;
}

body#faqs-page ul#nav li#faqs a {
	background-position:0px -50px;
}

li#freedownloads a {
	width:114px;
	height:50px;
	background-image:url(../images/navigation/free-downloads.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#freedownloads a:hover {
	background-position:0px -50px;
}

body#freedownloads-page ul#nav li#freedownloads a {
	background-position:0px -50px;
}

li#contact a {
	width:145px;
	height:50px;
	background-image:url(../images/navigation/contact.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contact a:hover {
	background-position:0px -50px;
}

body#contact-page ul#nav li#contact a {
	background-position:0px -50px;
}

img, div { behavior: url(pngfix/iepngfix.htc); }

input, textarea {
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	margin: 3px;
	padding: 3px;
}


select { 
	background-color: #FFFFFF;
	border: 1px solid ;
	border-color:#CDCDC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 5px 0px;
}

.mandatoryfields {
	color:#FF0000;
	font-weight:bold;
}
