/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}

h1, h2, h3, h4, h5, h6 {color:#999;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
    margin:0;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em 0em 0em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}
h1.colDetailRight {
    margin:0;
	font-size: 1.2em;
	font-weight: normal;
}

img {border: none;}

ol, ul, li {
/*	margin:0.2em 0 0.1em 0; */
	margin:0;
	font-size: 1.0em;
	line-height: 1.6em;
}
p
{
    margin: 0.8em 0em 1.2em 0em;
    font-size: .9em;
    line-height: 1.2em;
    text-align: left;
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: .8em;
}

strong, b {font-weight: bold;}

a
{
    text-decoration: none;
    color: #333;  /* light blue #C5F6F9 */
}

a:link {

    color: #333; /* light blue */
 /*       color: #ecf6a3; yellow */

}
a:visited {
	color:#333;
}
a:hover {
	color:#F9DB73;   /* light orange */
}
a:active {}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body {
    padding: 0;	
	text-align: center;
	background-color: #A59D90;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size:80%;
}
#skiptocontent{
	position:absolute;
	margin-left:-1000px;
}

#wrapper { 
	width: 780px;
	margin: 0 auto;
	padding-top: 10px;
    /*width: 100%; /* helps IE get the child percentages right. */
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

#content
{
    margin: 0;
    padding: 5px;
    background: #A59D90 url(../../App_Themes/SRA/Images/bk_body.jpg) no-repeat left top; 
    height: 500px;
}

* html #content {height:1%;}

#header {
    padding:0;
    margin: 0;
    width: 778px;
    height: 40px;
    background:  url(../../App_Themes/SRA/Images/bk_header.jpg) no-repeat left top; 
}
* html #header {height:1%;}

#logo
{
    position: relative;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 370px;
    height: 40px;
}
* html #logo {height:1%;}
#navigation
{
    position: relative;
    float: right;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 378px;
    height: 34px;
}
* html #navigation {height:1%;}
#navigation img
{
    margin: 0;
    padding: 0;
    border: none;
}

#copy {		
	color:#fff;
	padding: 0px 0px 0px 5px;
}
.pageTitle {		
	padding-top: 15px;
	padding-bottom: 3px;
}


.homeImg {		
    padding: 90px 5px 5px 50px;
}  
* html #homeImg {height:1%;}
 
.homeText {		
    padding: 0px 25px 5px 20px;
}   
.featureHome {		
    border: 1px solid #E1F3E5;
}
.statementHome {		
    padding: 30px 10px 5px;
}
.southWestArt {
    padding-top: 20px;
    clear: both;
    line-height: 2em;
    color: #000;
    }
.southWestArt a {
    text-decoration: underline; 
}
ul
{
    list-style-type: none;
}
#navigation ul
{
    margin: 0;
    padding-top: 2px;
    white-space: nowrap;
    list-style-type: none;
}
#navigation li 
{
	color: #fff;
	display: inline;
}
#navigation li a
{
    color: #fff;
    float: left;
    text-decoration: none;
}
#navigation li a:hover
{
	color: yellow;
}
#footer {
	position:relative;
	height:26px;	
	clear:both;	
	margin:0px;
	padding:2px 0 0 10px;
	color: #d7d7d7;	
	font-size:smaller;
	letter-spacing:0.12em;
	text-align: center;
}
/* about sarah page */
.aboutSarah_left {		
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 3px;
	width: 48%;
}
.aboutSarah_right {		
	float: left;
	display: inline-block;
		padding-top: 10px;
	padding-bottom: 3px;
		width: 48%;
}
/* press page */
.press {		
	padding-left: 25px;
	padding-right:25px;
}
/* galleries page */
.galleries_left {		
	float: left;
	display: inline-block;
	padding-top: 45px;
	padding-left: 10px;
	padding-bottom: 3px;
	width: 48%;
/*	background-color: pink;  */
}
.galleries_right {		
	float: right;
	display: inline-block;
	padding-top: 45px;
	padding-left: 20px;
	padding-bottom: 3px;
	width: 45%;
    text-align: left;
}
ul.listCentered
{
    margin: 0;
    padding: 0px 0px 0px 5px;
    text-align: center;
    list-style-type: none;
    background: url(../../Images/flake.gif) no-repeat; 
}
ul.listCentered li 
{
	padding: 5px 10px 5px 10px;
	color: #333;
	line-height: 14px;
	text-align: center;
}  
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
}


div.productsWrapper {
  margin: 0 auto;
  padding: 0;
  }
div.spacer {
  clear: both;
  }
div.float
{
    float: left;
    display: inline; 
    padding: 3px 4px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
   width: 150px;  /* width of img  */
}
div.float img {
   padding: 2px 2px;
   border: 1px solid #e4e4e0;
   }
  
div.float p {
   text-align: center;
   font-size: 11px;
   padding: 2px;
   }
div.paging {
   text-align: right;
   font-size: 10px;
   padding-right: 15px;
   }
div.frame250
{
 /*   float: left;
    display: inline; */
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 16px;
/*    width: 217px; */
}
div.frame250 img {
   padding: 8px;
   border: 1px solid #e4e4e0;
   }
.products 
{
    display: inline;
    float: left;
    text-align: center;
}
/* ArtDetails Pages */
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 42%;
    height: 400px;
    padding: 50px 0px 0px 15px;
    }
* html .colDetailLeft {height:1%;}

.colDetailRight
{
    float: left;
    display: inline;
    width: 52%;
    padding: 50px 5px 10px 5px ;
    text-align: left;
} 
* html .colDetailRight {height:1%;}

/* for vertical aligning & centering products on the art Details page */
.artDetailsImage {
    border: 1px solid #FFF;
    padding: 5px;
    width: 250px;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.artDetailsImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.artDetailsImage {
    display: block;
}
.artDetailsImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.colDetailLeft .caption
    {
    font-size: 10px;
    color: #fff;
    display: block;
    }

/* Product catalog Pages */
.colCatalogLeft
    {
    float: left;
    display: inline;
    width: 45%;
    padding: 10px 10px 10px 20px;
    text-align: left;
    }
* html .colCatalogLeft {height:1%;}

.colCatalogRight
{
    float: right;
    display: inline;
    width: 45%;
    padding: 10px 45px 10px 0px;
    text-align: right;
} 
* html .colCatalogRight {height:1%;}

/* for vertical aligning & centering products on the product page */
.productImage
{
    border: 1px solid #FFF;
    padding: 3px;
    width: 190px;
    height: 190px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productImage
{
    display: block;
}
.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

/* text */
.textTiny {
    font-size: 10px;
    color: #fff;
    }
.trilliant {
    text-align: center;
    clear: both;
    line-height: 2em;
    }
.center {
    text-align: center;
    }
.right {
    text-align: right;
    }
.standardLabel {
    font-size: 1em;
    color: #fff;
    }
.labelProductCollection {
    font-size: 1em;
    color: #fff;
    text-align: left;
    }
.boldText {
    font-weight: bold;
    }
.colDetailRight p {
    font-size: .85em;
    }
.red {
    color: #C03;
    }


/* For the ajax flyout popup */

.ajaxFlyout
{
     display: none; 
     position: absolute; 
     width: 275px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     background-color: #FFFFFF;
     border-width: 2px;
     border-style: ridge;
     border-color: #DADADA;
     padding: 5px;
}
/*  carriage return */
.extender
{
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:2px;
}  
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #navigation, #maimenu .selectedlink, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #navigation {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#f90;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}