/******************************************
GLOBAL - background
******************************************/
html, body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
a img {
	border: 0 !important;
}
body
{
    width: 100%;
    height: 100%;
    background-color: White;
    background-image: url(images/body_bg.gif);
    background-position: left top;
    background-repeat: repeat-x;
}

.wrapper
{
    position: relative;
    width: 1200px;
    min-height: 533px;
    padding-top: 7px;
    margin: 0px auto;
    background-image: url(images/wrapper_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat; #
_height:533px;/* FOR IE6*/

}

a
{
    outline: none !important;
}


/******************************************
GLOBAL - skin header
******************************************/

.skin_header
{
    width: 960px;
    height: 98px;
    margin: 0px auto;
    background-image: url(images/skin_header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid #857362;
    border-bottom: 1px solid #857362;
    text-align: left;
}

.skin_header .extra_border
{
    width: 100%;
    height: 96px;
    border-top: 1px solid #a59381;
    border-bottom: 1px solid #a59381;
}

.skin_header .logo
{
    width: 167px;
    height: 64px;
    float: left;
    margin: 20px 0px 0px 43px;
    background-image: url(images/logo_paulbram.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.skin_header .logo h1 a
{
    display: block;
    width: 167px;
    height: 64px;
    outline: none !important;
}
* html .skin_header .logo {
	margin: 10px 0 0 21px;
}

.skin_header .logo h1 span
{
    display: none;
}



/******************************************
GLOBAL - content area
******************************************/

.content_wrapper
{
    width: 958px;
    min-height: 1px;
    margin: 0px auto;
    margin-top: 7px;
    background-image: url(images/content_area/gradient_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    border: 1px solid #e9eaea;
    overflow: hidden; #
_overflow:visible;
_height:450px;/*FOR IE6*/}

.nobg
{
    background-image: none !important;
}


.content_wrapper .content_area
{
    position: relative !important;
    width: 947px;
    float: left;
    margin-left: 7px;
    margin-top: 9px;
    min-height: 1px;
}

.content_wrapper .content_area .right
{
    width: 100%;
    min-height: 1px;
    background-color: White;
    background-image: url(images/content_area/right_bg.gif);
    background-position: right top;
    background-repeat: repeat-y;
}


.content_wrapper .content_area .bottom
{
 
    text-align: left;
    background-image: url(images/content_area/bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden; #
float:left;/*FOR IE*/
_overflow:visible;
}

.content_wrapper .content_area .cnr
{
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 14px;
    height: 14px;
    background-image: url(images/content_area/cnr_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
}

/******************************************
GLOBAL - text in contentpane
******************************************/
.content_pane p, .content_pane span, .content_pane a, .content_pane h1, .content_pane h2, .content_pane h3, .content_pane li, .pagetitle
{
    font-family: Arial, Helvetica, Sans-Serif;
}

.content_pane p, .content_pane a, .content_pane li, .content_pane td
{
    font-size: 12px;
}
.content_pane td {
	line-height: 16px;
}

.content_pane h1, .content_pane h2, .pagetitle
{
    color: #b0a499;
}

.content_pane h1 
{
    font-size: 31px !important;
    font-weight: normal !important;
    margin: 0px 0px 22px 9px !important;
    padding: 0px 0px 0px 0px !important;
}

.pagetitle
{
    font-size: 31px;
    font-weight: normal;
    margin: 22px 0px 0px 0px !important;
    padding: 0px 29px 0px 0px !important;
    width: 480px;
    float: right;
}

.content_pane h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 18px 0px 0px 10px !important;
    padding: 0px 0px 0px 0px !important;
}

.content_pane p
{
    margin: 0px 0px 10px 10px !important;
    padding: 0px 0px 0px 0px !important;
    color: #394544 !important;
    
}

.content_pane p img {
 margin: 0px 0px 10px -10px !important;

}




/******************************************
GLOBAL - footer
******************************************/

.footer
{
    position: relative;
    width: 960px;
    height: 33px;
    margin: 0px auto;
    margin-top: 6px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.footer .text
{
    width: 421px;
    height: 18px;
    float: left;
    margin: 7px 0px 0px 38px;
    background-image: url(images/text_exquisited.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.footer .text h2 span
{
    display: none; 
}

.footer .dnn_items
{
    width: 201px;
    height: 18px;
    position: absolute;
    top: 0px;
    right:-49px;
}


.footer .dnn_items a
{
    font-size: 11px;
    font-family: arial, Helvetica, Sans-Serif;
	color: #cdcdcd;
    text-decoration: none;
    display: block;
    float: left;
    padding: 10px 7px 10px 7px;
}

.footer .dnn_items a:hover
{
    color: #afafaf;
    background-color: #f0f0f0;
}


/******************************************
GLOBAL - main menu
******************************************/


.menu_wrapper
{
    width: 454px;
    height: 50px;
    position: absolute;
    float: right;
    top: 28px;
    right: 130px;
    text-align:left;
    background-image: url(images/menu/left_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;


}



.menu_wrapper h2 
{
    display:none;}

.menu_wrapper ul.menu
{
    height: 48px;
    background-image: url(images/menu/right_bg.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    text-align: left;
}

.menu_wrapper ul.menu li
{
    display: inline;
    list-style-type: none !important;
}


.menu_wrapper ul.menu li a
{
    color: White;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    display: block;
    float: left;
    height: 38px;
    padding: 0px 5px 0px 5px;
    margin: 3px 0px 0px 0px;
}

.menu_wrapper ul.menu li a:hover, .menu_wrapper ul.menu li a:active
{
    background-image: url(images/menu/menu_hover.gif);
    background-position: left top;
    background-repeat: repeat-x;
}


.menu_wrapper ul.menu li a img
{
    border: 0px !important;
}


/******************************************
GLOBAL - admin menu
******************************************/


.admin_menu_wrapper
{
    width: 154px;
    height: 50px;
    position: absolute;
    float: right;
    top: 66px;
    right: 100px;
    text-align:left;

    background-position: left top;
    background-repeat: no-repeat;


}


/******************************************
GLOBAL - sub menu
******************************************/


.sub_menu_wrapper
{
    width: 443px;
    height:20px;
    position: absolute;
    float: right;
    top: 70px;
    right:120px;
    text-align:left;
    background-position: left top;
    background-repeat: no-repeat;
	
}










/******************************************
DEFAULT - content area
******************************************/

.default .content_wrapper .content_area .bottom
{
    width: 944px;
    min-height: 465px;}


.default .content_wrapper .content_area .left_pane
{
    float: left;
    width: auto;
    min-height: 1px;
    margin-top: 31px;
}

.default .content_wrapper .content_area .left_pane h1 {display:none;}

.default .content_wrapper .content_area .left_pane .main {

width: 409px;


}

.default .content_wrapper .content_area .left_pane img
{
    border: 0px;
}

.default .content_wrapper .content_area .content_pane
{
    float: left;
    width:auto;
    min-height: 400px;
    margin-top: 22px;
    margin-left: 18px;
    text-align: left;
    overflow: auto;
    padding-right: 20px;
}

.default .content_wrapper .content_area .content_pane .main {

width:480px; #
width:auto;
min-width:480px;






}

/******************************************
DEFAULT - text styles
******************************************/

.default .content_pane p
{
    line-height: 20px;
}



























/******************************************
HOMEPAGE - content area
******************************************/

.homepage .content_wrapper .content_area .left_pane 
{
  
    display: none;
}

.homepage .content_wrapper .content_area .content_pane img 
{
    display:block;
    magin:0px !important;
    padding:0px !important;}


.homepage .content_wrapper .content_area .content_pane h1 {display:none;}

.homepage .content_wrapper .content_area .content_pane
{
    float: left;
    width: 100%;
    min-height: 1px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: left;
    overflow: auto;
    padding:0px;
}

.homepage .pagetitle
{
    display: none;
}

.homepage .content_wrapper .content_area .bottom_left
{
    position: relative;
    width: 471px;
    float: left;
    min-height: 1px;
    margin-left: 0px;
}

.homepage .content_wrapper .content_area .bottom_right
{
    position: relative;
    width: 471px;
    float: right;
    min-height: 1px;
    margin-right: 0px;
}

.homepage .bottom_left .bottom, .homepage .bottom_right .bottom
{
    width: 466px;
    min-height: 85px !important;
    text-align: left;
    background-image: url(images/content_area/bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden; #
float:left;/*FOR IE*/
_overflow:visible; /*FOR IE6*/
}


.bottom_left .right .content_pane, .bottom_right .right .content_pane
{
    min-height: 7px !important;
    margin: 6px 0px 0px 0px !important;
    overflow: hidden !important;
}


/******************************************
HOMEPAGE - bottom left
******************************************/

.homepage .bottom_left .right .content_pane 
{
     min-height: 83px !important;
     
     }


.homepage .bottom_left .right .content_pane ul
{
    margin: 10px 0px 0px 0px; #
margin:10px 10px 10px 40px;}

.homepage .bottom_left .right .content_pane li
{
    color: #877b6f;
    list-style-image: url(images/bullets.gif);
    margin-top: 3px;
}


.homepage .bottom_left .right .content_pane li a
{
    color: #877b6f;
    text-decoration: none;
}


.homepage .bottom_left .right .content_pane li a:hover
{
    text-decoration: underline;
}



/******************************************
HOMEPAGE - bottom right
******************************************/

.homepage .bottom_right .content_pane 
{
    padding:0px 0px 0px 0px;
 min-height: 83px !important;
    min-height:1px;
    overflow:hidden;
    
    }

.homepage .bottom_right .thumbnail
{
    width: 73px;
    height: 71px;
    padding: 2px;
    border: 1px solid #c0c2c6;
    float: left;
    margin: 0px 15px 0px 6px;

}

.homepage .bottom_right .thumbnail img 
{
    display:block;
    float:left;
    width: 73px;
    height: 71px;

    }

.homepage .bottom_right .text
{
    float: left;
    width: 345px;
    margin-top:20px;

    
}

.homepage .bottom_right .text h2, .homepage .bottom_right .text p 
{
    padding:0px !important;
    margin:0px !important;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
/******************************************
SHOWCASE - content area
******************************************/

.showcase .content_wrapper .content_area  .bottom 
{
    min-height:1px;
    width:944px;
    
    } 

.showcase .content_wrapper .content_area .left_pane 
{
  
    display: none;
}

.showcase .content_wrapper .content_area .left_pane img 
{
    border: 0px;
}

.showcase .content_wrapper .content_area .content_pane
{
    float: left;
    width: 940px;
    min-height: 1px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    text-align: left;
    overflow: auto;
    padding:0px;


}


.showcase .content_wrapper .content_area .content_pane h1 {display:none;}



.showcase .content_wrapper .content_area .content_pane img 
{
    display:block;
    magin:0px !important;
    padding:0px !important;}

.showcase .pagetitle
{
    display: none;
}



.showcase .content_wrapper .content_area .bottom_left
{
    position: relative;
   
    float: left;
    min-height: 1px;
    margin-left: 0px;
}

.showcase .content_wrapper .content_area .bottom_right
{
    position: relative;
    width: 466px;
    float: right;
    min-height: 1px;
    margin-right: 0px;
}


.showcase .bottom_left .bottom, .showcase .bottom_right .bottom
{
    width: 466px;
    min-height: 85px !important;
    text-align: left;
    background-image: url(images/content_area/bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    overflow: hidden; #
float:left;/*FOR IE*/
_overflow:visible;
}


.showcase .bottom_left .right .content_pane, showcase .bottom_right .right .content_pane
{
    min-height: 7px !important;
    margin: 6px 0px 0px 0px !important;
    overflow: hidden !important;
  
    width:940px;
}

/******************************************
SHOWCASE - bottom left
******************************************/

.showcase .bottom_left .right .content_pane 
{
     min-height: 83px !important;
    
   
     
     }


.showcase .bottom_left .text
{
    float: left;
    width: 200px;
    margin-top:0px;
    margin-left:27px;
    margin-right:30px;

    
}

.showcase .bottom_left .images
{
    width: 676px;
    height: 70px;
    padding: 0px;
    float: left;
    margin: 6px 0px 6px 0px;

}




/******************************************
SHOWCASE - bottom right
******************************************/

.showcase .bottom_right 
{
    display:none;}

.showcase .bottom_right .content_pane 
{
    padding:0px;
    
    }

.showcase .bottom_right .thumbnail
{
    width: 73px;
    height: 71px;
    padding: 2px;
    border: 1px solid #c0c2c6;
    float: left;
    margin: 0px 15px 6px 6px;

}

.showcase .bottom_right .thumbnail img 
{
    display:block;
    float:left;
    width: 73px;
    height: 71px;

    }

.showcase .bottom_right .text
{
    float: left;
    width: 345px;
    margin-top:20px;

    
}

.showcase .bottom_right .text h2, .showcase .bottom_right .text p 
{
    padding:0px !important;
    margin:0px !important;
}


#dnn_ctr407_dnnTITLE_lblTitle
{
	
	display: none;
}

#dnn_ctr411_dnnTITLE_lblTitle
{
	display:none;
}
#dnn_ctr406_dnnTITLE_lblTitle
{
	display:none;
}

/******************************************
SHOWCASE - hero
******************************************/
.showcaseHero {
	padding: 8px 8px 8px 109px;
	float: left;
	width: 319px;
}
.showcaseHeroText {
	float: left;
	width: 490px;
	margin: 90px 0 0 14px;
}
.showcaseHeroText .sep {
	border-bottom: 1px solid #bebebe;
}
.showcaseHeroText p {
	margin: 0 !important;
	padding: 10px 0 !important;
	display: block;
}
.showcaseHeroText h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 !important;
	padding-bottom: 2px !important;
}
.showcaseThumbnails a {
	float: left;
	display: block;
}
.showcaseThumbnails a img  {
	border: 0;
}
.showcaseHeroText a {
	font-weight: bold !important;
	color: #887566 !important;
}
.showcaseThumbnailsContainer {
	overflow: hidden;
	width: 845px;
	float: left;
}
.showcaseThumbnailsContainer #dnn_bottompane {
	width: 6000px;
}
.showcaseThumbnailsContainer a {
	display: block;
	width: 122px;
}
.showcaseThumbnails .arrow {
	background: url(images/content_area/arrows.gif) no-repeat;
	width: 44px;
	height: 87px;
}
.showcaseThumbnails .arrow:hover {
	background-position: 0 -87px;
}
.showcaseThumbnails .rightArrow {
	background-position: -44px 0;
	float: right;
	margin-right: 3px;
}
.showcaseThumbnails .rightArrow:hover {
	background-position: -44px -87px;
}
.showcase .bottom_left .right .content_pane {
	margin: 0 !important;
	padding-bottom: 3px;
}
#Loader {
	margin: 140px 0 0 180px;
}
.FlashHolder {
	padding-bottom: 8px;
}
.enqiryForm .submitButton {
	background: url(images/submit_btn.gif) no-repeat !important;
	display: block;
	width: 128px;
	height: 30px;
	text-indent: -9999px !important;
	font-size: 1px !important;
	color: #746353;
}
#dnn_ctr406_PaulbramContact_btnReset {
	width: 90px;
	background: url(images/reset_btn.gif) no-repeat !important;
}
.admin_menu_wrapper {
	display: none !important;
}
#dnn_ctr406_PaulbramContact_btnReset, #dnn_ctr407_PaulbramEnquiry_btnReset {
	display: none !important;
}
.enqiryForm input, .enqiryForm select , .enqiryForm textarea {
	padding: 4px;
	border: 1px solid #7c6e64;
}
.enquiryLink {
	font-weight: bold;
	color: #b0a499 !important;
}
.brown {
	font-weight: bold;
	color: #b0a499 !important;
}

.leftText {
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	color: #394544 !important;
	line-height: 20px;
}
#GoogleMap {
	margin-top: 20px;
	width: 394px;
	height: 290px;
}
* html .homewrapper {
	height: 80px !important;
}
* html .hometray {
	height: 80px !important;
}
* html .showcasemainhero {
	height: 80px !important;
}
* html .showcasetray {
	height: 80px !important;
}
* html .hometray #dnn_leftpane {
	padding: 8px 0 14px 0 !important;
}
* html .hometray #dnn_rightpane {
	padding: 8px 0 14px 0 !important;
}


.locationfixmargin {
	/* margin-top: 0 !important; */
	margin-left: 19px !important;
}

.locationfixmargin .main {
	width: 390px !important;
}
