﻿body
{
    background-color: #A29060;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background-image: url(images/interface/site_bg.jpg);
    background-repeat: repeat-x;
}

#outercontainer 
{
    background-image: url(images/interface/nav_bg.gif);
    background-repeat: repeat-y;
    width: 903px;
    margin: 0px auto 0px auto;
    padding-left: 72px;
    position: relative;
}
#logocontainer 
{
    position: absolute;
    top: 30px;
    left: 0px;
}
#featureimagecontainer
{
    position: absolute;
    top: 30px;
    left: 320px;
    width: 600px;
    height: 100px;
}
#featureimagecontainer img 
{
    border: 4px solid #A29060;
}
    
#navigationcontainer 
{
    background-image: url(images/interface/nav_topbg.jpg);
    background-repeat: no-repeat;
    padding: 170px 0px 20px 0px;
    width: 160px;
    float: left;
}
#testimonials 
{
    border: 1px solid #000000;
    padding: 10px;
    margin: 10px 10px 50px 10px;
    font-style: italic;
    background-color: #B8AB85;
    
}
#testimonials p
{
    padding: 0px;
    margin: 0px;
    
}
#contentcontainer 
{
    float: left;
    width: 600px;
    padding: 170px 0px 0px 90px;
}
#footercontainer 
{
    font-size: 11px;
    padding: 20px 0px 20px 0px;
   /* margin-top: 20px;*/
    text-align: center;
    border-top: 1px solid #000000;
}

#breadcrumb 
{
    padding-bottom: 15px;
    color: #444444;
}
#breadcrumb a
{
    color: #000000;
    text-decoration: none;
}








/* HTML styles   
----------------------------------------------------------*/

p 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    line-height: 17px;
}
h1 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 20px;
    font-weight: normal;
}
h2 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 15px;
    font-weight: normal;
}
h3 
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
}

a 
{
    color: #000000;
    text-decoration: underline;
}
a:hover
{
    color: #333333;
    text-decoration: underline;
}
hr 
{
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: none;
    margin-bottom: 25px;
}

/* Category Display   
----------------------------------------------------------*/
#categorycontainer 
{
}
.categoryitem 
{
    float: left;
    text-align: center;
    width: 100px;
    height: 150px;
    padding-right: 15px;
}
.categoryitem img
{
    background-color: #ffffff;
    padding: 2px;
    border: 1px solid #000000;
}
.categoryitem a
{
    text-decoration: none;
}

.xlargeimage 
{
    padding: 10px;
    background-color: #ffffff;
}


/* Navigation styles   
----------------------------------------------------------*/
#navigationcontainer ul 
{
    margin: 0px;
    padding: 0px 0px 20px 0px;
}
#navigationcontainer li 
{
    margin: 0px;
    padding: 3px 0px 3px 10px;
    border-bottom: 1px solid #ffffff;
    list-style-type: none;
}
#navigationcontainer li a 
{
    color: #333333;
    text-decoration: none;
}
#navigationcontainer li a:hover 
{
    color: #666666;
    text-decoration: none;
}
.redlink a 
{
    color: #C40040 !important;
}
.homefeature 
{
    padding: 10px 10px 0px 10px; 
    border: 1px solid #000000; 
    background-color: #B8AB85; 
    margin-bottom: 20px; 
    width: 365px;
}





/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #A29060;
}

fieldset p 
{
    margin: 2px 12px 8px 10px;
    padding: 0px;
}

fieldset label 
{
    display: inline;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #A29060;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #A29060;
}
.formboxtall 
{
    font-family: Arial, Verdana;
    font-size: 12px;
    width: 250px;
    height: 80px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
}

table th
{
  padding: 6px 5px;
  text-align: left; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:#C40040;
}

.field-validation-error
{
    color: #C40040;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #C40040;
}
.enquirebutton 
{
    background: url(images/interface/gallerybutton.jpg) repeat-x;
    width: 200px;
    height: 28px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #8B7C54;
    margin-right: 10px;
}


/* Admin styles
********************************************/
#admincontainer 
{
    width: 800px;
    margin: 20px auto 20px auto;
    border: 1px solid #A29060; 
    padding: 20px;
}
#admintop 
{
    width: 800px;
    margin: 20px auto 20px auto;
    border: 1px solid #A29060; 
    padding: 5px 20px 5px 20px;
}
.adminlink 
{
    padding: 10px; 
    border: 1px solid #958657; 
    background-color: #BFB591; 
    width: 140px;
    text-align: center;
    margin-bottom: 10px;
}
.adminlink a
{
    text-decoration: none;
    font-weight: bold;
}
.adminlink a:hover
{
    text-decoration: underline;
}
.adminlabel 
{
    padding-right: 20px;
}
#admincontainer TextArea 
{
    width: 300px;
    height: 100px;
    border: 1px solid #A29060;
    font-family: Arial, Verdana, Helvetica;
}
#admincontainer input[type="text"] 
{
    width: 300px;
}
.adminhomebox 
{
    width: 350px;
    padding: 20px 20px 5px  20px;
    border: 1px solid #A29060;
    margin-bottom: 30px;
}
.adminhomebox .adminlink  
{
    width: 200px;
    margin: auto auto 15px auto;
}

.red
{
    color: #a70700;
}
.red a
{
    color: #a70700 !important;
}    
    
    
    
    
/* popup content  
--------------------------------------------------*/
.jqmOverlay
{
    background: url("images/interface/transparencyDOM.png") repeat scroll 0 0 transparent;
}
iframe.jqm
{
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
#popupContent
{
    position: absolute;
}
.domWindow h2
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0 0 14px 18px;
    margin-top: -20px;
    font-size: 19px;
    font-weight: normal;
    color:  #999;
}

a.btnClose
{
    background: url("images/interface/buttons.png") no-repeat scroll 0px 0 transparent;
    display: block;
    height: 21px;
    position: absolute;
    right: 25px;
    text-indent: -999.9em;
    top: -8px;
    width: 23px;
}
a.btnClose:hover
{
    background-position: 0px -23px;
}
.domContent
{
    padding: 20px 13px 0;
    position: relative;
    width: 840px;
}
.shadowBg
{
    background: url("images/interface/shadowDomWindwBg.png") repeat-y scroll 0 0 transparent;
    width: 866px;
}
.shadowTop
{
    background: url("images/interface/shadowDomWindwTop.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 866px;
}
.shadowBtm
{
    background: url("images/interface/shadowDomWindwBtm.png") no-repeat scroll 0 0 transparent;
    height: 25px;
    width: 866px;
}






/* carousel controls
--------------------------------------------------*/
a.btnCarousel {
background:url("Images/Interface/buttons.png") no-repeat scroll 0 0 transparent;
display:block;
height:25px;
text-indent:-999.9em;
width:25px;
}

a.prev {
background-position:0 0;
}
a.prev:hover {
background-position:0 -25px;
}
a.next {
background-position:-25px 0;
}
a.next:hover {
background-position:-25px -25px;
}
.carouselControls {
float: right;
}
.carouselControls li {
float:left;
list-style-type: none;

}

.carouselControls a.btnCarousel {
background:url("Images/Interface/buttons.png") no-repeat scroll -100px 0 transparent;
float:left;
height:21px;
text-indent:-999.9em;
width:35px;
}
.carouselControls a.prev {
background-position:-63px 0;
}
.carouselControls a.prev:hover {
background-position:-63px -23px;
}
.carouselControls a.next {
background-position:-98px 0;
width:36px;
}
.carouselControls a.next:hover {
background-position:-98px -23px;
}
.carouselControls a.dot {
background-position:-30px -4px;
height:14px;
width:11px;
margin-right: 10px;
}
.carouselControls a.dot:hover {
background-position:-30px -25px;
}
.carouselControls li.selected a.dot {
background-position:-30px -25px;
}
.carousel 
{
    margin: 0px;
    padding: 0px;
}
.carousel li 
{
    list-style-type: none;
    height: 340px;
}
.diamond li 
{
    height: 380px;
}
#carouselStory 
{
    padding: 60px 20px 40px 30px;
}
.heading 
{
    font-size: 15px;
    color: #A29060;
}
#carouselStory img
{
    float: right;
    margin: 0px 0px 20px 20px;
}
.popupHeader 
{
    height: 69px;
    width: 842px;
    position: absolute;
    top: -13px;
    left: 12px;
}
.popupHeader.pearl 
{
    background:url("Images/Interface/header_pearl.gif") no-repeat top;
}
.popupHeader.diamond 
{
    background:url("Images/Interface/header_diamond.gif") no-repeat top;
}
