/* BASE CSS*/ 
/* CSS for getting rid of default values and replacing some of the basic one */
/* oxygenna 2008 */



/*base values*/

body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,tbody,thead,tfoot,a { 
    margin: 0px; 
    padding: 0px;
	}
	
body { 
	background:#fcfaff url(../images/bodyBG.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
	width: 100%;
	position:absolute;
	}
	
html>body {
/*--ignored by I.E.---*/
font-size: 12px;
	}

p {
	line-height: 1.7em;
	color:#314360;
	}

p,ul,ol {
	font-size:1em;
	padding: 1em;
	}

ul {
	list-style-type:disc;
    margin-left: 2em;
	line-height: 1.7em;
	}
	
ul.productList li{
	list-style-type:none;
	display:block;
	}

	
img{
  padding:0;
	}
img.left {
	float:left;
	padding:10px;
	}
img.right {
	float:right;
	float:left;
	}
	
  
h1 {
	color:#91583c;
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
h2 {
	color: #a4af5f;
	font-size:1.3em;
	line-height: 1.286em;
	margin-top: 0.5em;
	margin-bottom: 0.643em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	}
	
h3 {
	color:#6b543c;
	font-size:1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0.3em;
	}
	
.left { 
    float: left; 
    margin:0; 
 	}
	
.right { 
    float: right; 
    margin:0; 
	}
	
.clear{
	clear:both;
	}

a:link { 
	color:#41769c; 
	 
	}
	
a:visited { 
	color: #1E3B74;
	}
	
a:hover {
	color:#B75E48;
	}
	
a:active { 
	color: #1E705C; 
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

label{
	color:#BA781A;
}

input, textarea{
	}

textarea{
	width: 250px;
	height: 150px;
	}

.boxes{
	width: 1em;
	}


br{
	clear: left;
	}

	

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */



/* specific values*/

/*Wrapperds*/


	
#accessibility {
	display:none;
	}

#outerWrapper{
	width:800px;
	background:url(../images/outerWrapper.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
	}

#Wrapper {
	width:800px;
	background:url(../images/wrapper.jpg) no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	}

#innerWrapper {
	width:760px;
	background:#fefcff url(../images/innerWrapper.jpg) repeat-y;
	margin-left:auto;
	margin-right:auto;
	}	

#deeperWrapper {
	width:760px;
	background:url(../images/deeperWrapper.jpg) no-repeat top center;
	}	

/*Header*/
#header {
	height:330px;
	}
	
/*content*/

#content {
	margin:0 10px 0px 10px;
	min-height:300px;
	 } 
* html #content { 
	height:300px;
	}
#col1, #col2{
	float:left;
	}
#col1 {
	width:60%;
	}
#col2 {
	width:38%;
	padding-left:10px;
	border-left:1px solid #B2C1E9;
	}
.pmore {
	text-align:right;
	}
.more {
	text-align:right;
	padding-right:10px;
	}
.imageBorderL {
	float:left;
	border-style: solid;
	border-color: #d8e3fe;
	border-width: 8px;		
	margin-right:10px;
	}
.imageBorderR {
	float:right;
	border-style: solid;
	border-color: #d8e3fe;
	border-width: 8px;		
	margin-left:10px;
	}
	
.imageBorderL img, .imageBorderR{	
	border:0;
	padding:0px;
	display:inline;
	vertical-align:bottom;
	}
	
#contactForm {
	margin-top:0px;
	color:#314360;
	}
	
#contactForm label {
	display:block;
	}
	
#contactForm input,#contactForm option, #contactForm select {
	margin-bottom:0px;
	border:1px solid #d0dbf4;
	color:#314360;
	}
#contactForm select {
	width:30%;
	}
#contactForm input.submit {
	border:none;
	background:url(../images/submit.jpg) no-repeat center;
	width:90px;
	height:25px;
	padding-bottom:2px;
	}
#contactForm textarea {
	border:1px solid #d0dbf4;
	width:70%;
	}
#contactForm p {
	margin:5px 0px 5px 10px;
	padding:0px;
	}
#contactForm p.sbmt {
	text-align:center;
	}

.contactDetails {
	color:#BA781A;
	margin-bottom:0px;
	padding-bottom:0px;
	}
.contactIntent {
	display:block;
	text-indent:12px;
	color:#314360;
	}

#bottomPart	{
	margin:10px;
	border-top:1px solid #B2C1E9;
	}
	
#gallery {
	float:left;
	width:65%;
	}
#gallery ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	}
#gallery li{
	float:left;
	width:33%;
	}
#gallery ul li a:link ,#contact a:link {
	display:block;
	float:left;
	border-style:solid;
	border-width:8px;
	border-color:#d8e3fe;
	text-decoration:none;
	}
#gallery ul li a:hover, #contact a:hover{
	border-color:#c1d3ff;
	}
#gallery ul li a img, #contact img{
	border:0;
	padding:0px;
	display:inline;
	vertical-align:bottom;
	}
#hiddenGallery {
	display:none;
	}	
#contact {
	float:left;
	width:28%;
	padding-left:30px;
	}
	
/*footer*/
#footer {
	height:80px;
	margin-top:50px;
	background:url(../images/footer.jpg) no-repeat bottom center;
	}

#footer ul {
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	}
#footer ul li {
	float:left;
	display:block;
	width:15%;
	text-align:center;
	}
#footer ul li a{
	letter-spacing:1px;
	text-decoration:none;
}
#footer p {
	text-align:center;
	font-size:10px;
	margin-top:5px;
	margin-bottom:0px;
	}
#footer p a {
	color:#965C44;
	text-decoration:none;
	}

