/* Start of CMSMS style sheet 'ebp' */
/*almost black: #120D07;
  green: #696B47;
  rust-brick: #A9462D;
  cream: #DECD98;
  blue: #374D66;
*/

		/**************************  general formatting ****************************/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height:100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	padding: 0px;
	font: 10px/1 Tahoma, Geneva, sans-serif;
	color: #120D07;
	text-align: center;
	background: url(/uploads/images/bg.jpg) repeat;
}
#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	background: #DECD98;
	border: 8px solid #696B47;
	padding: 0px;
}


.float-left {
	float: left;
	padding: 0px .5em 0px 0px;
}
.float-right {
	float: right;
	padding: 0px .5em 0px 0px;
}
.clear {
	clear: both;
}
a img {
	border:none; 
	outline:none;
}

		/**************************  general text formatting ****************************/


h1 {font-weight:bold; font-size: 2.1em;
  	border-bottom: 2px solid #696B47;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px;
}
h2 {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.6em;
        font-weight:bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px;
        color: #374D66;
}
h4 {
	font-size: 1.5em;
	margin: .6em 0px 0px;
}
h5 {
	font-size: 1.2em;
	margin: .4em 0px 0px;
}
h6 {
	font-size: 1em;
	margin: .2em 0px 0px;
}
p {
	line-height: 1.4em;
	margin: 0px 0px .8em;
        font-size: 1.2em;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#DECD98;
        background-color: #374D66;
        text-decoration:none;
}
a:active {
	color:#333333;
	text-decoration:none;
}
ol {
	list-style: decimal inside;
}
ol li {
	margin: 0px 0px .2em;
        font-size: 1.2em;
}
ul {
	list-style: none;
}
ul li {
	margin: 0px 0px .5em 0em;
        font-size: 1.2em;
}
fieldset {

  }
label {
	float:left;
	text-align:right;
	font-weight:bold;
	width: 25%;
	padding: 0.2em;
	margin: 0em 0em .5em;
  }
input {
}


.caption {
	font: oblique .8em Georgia, "Times New Roman", Times, serif;
}

.strong {
	font-weight:bold;
}
.em {
	font-style:oblique;
}

		/***************************** header ************************************/
		
#header {
	margin: 0px;
	padding: 0px;
	background: #DECD98;
}
#logo{
	margin: 5px 30px 0px;
	padding: 0px;

}	
.logo-positioning {
	float: left;



}
#header-tag {
	margin: 35px 0px 0px;
	width: 400px;
	float: right;
}
.header-tag {
	font: oblique 2.8em Georgia, "Times New Roman", Times, serif;
	color: #374D66;
        border: 0px;
}
.header-tag-sub {
	font: oblique 2.1em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #374D66;
        border: 0px;
}



		/**************************  footer ****************************/


		
#footer {
	clear: both;
	background: #696B47;
	font-size: .9em;
	line-height: 1.6em;
	color: #DECD98;
	text-align: right;
	padding: 15px;
	margin: 30px 30px 0px;
}
#bottom-nav {
	clear: right;
        margin: 0px 0px 0px 30px;

}
#bottom-nav a:hover {
        background-color: #DECD98;

}		

.picture-row {
	border: 2px solid #696B47;
	margin: 0px 18px 0px 0px;
	padding: 0px;
}

.last-picture-row {
	border: 2px solid #696B47;
	margin: 0px;
	padding: 0px;
}
#index-footer {
	clear: both;
	background: #696B47;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #DECD98;
	text-align: right;
	padding: 15px;
	margin: 30px 0px;
}
#search{ 
        width: 320px;
        float:left;
}	
label#search{
        text-align: right;
}
#copyright {
	padding: 15px 0px 0px;
        text-align:right;
}		
.copyright a:link {
	color: #DECD98;
	text-decoration: none;
}
.copyright a:visited {
	color: #DECD98;
	text-decoration: none;
}
.copyright a:hover {
	color: #DECD98;
	text-decoration: underline;
        background-color: #696B47;
}
.copyright a:active{
	color: #DECD98;
	text-decoration: none;
}
		
		/**************************  main content area - index ****************************/
#main {
	margin: 30px 30px 30px 30px;
	padding: 0px;
}
#content {

}
#sidebar {
	background: #A59871;
	border: 2px solid #696B47;
	width: 240px;
	float: right;
	margin: 0px 0px 30px;
}
.sidebar-item {
	font-size: 1.4em;
	padding: 0px 0px 10px;
	border-bottom: 2px solid #696B47;
	margin: 10px;
}

.block-number {
	font: 5.4em Tahoma, Geneva, sans-serif;
	position: relative;
	padding: 0px 0px 0px 115px;
	margin: 0px;
        border: 0px;

}
.block-title {
	font-size: 1.7em;
	padding: 0px 0px 2px;
	margin: 0px 35px 5px 10px;
	border-bottom: 2px solid #DECD98;
}
.block-title a:link{
        color: #DECD98;
        text-decoration: none;
}
.block-title a:visited{
        color: #DECD98;
        text-decoration: none;
}
.block-title a:hover{
        font-weight: bold;
        text-decoration: none;
        background-color: #120D07;

}
.block-title a:active{
        color: #DECD98;
        text-decoration: none;
}
. block-1-title a:hover {

}
. block-2-title a:hover {
}
. block-3-title a:hover {
}


/*almost black: #120D07
  green: #696B47
  rust-brick: #A9462D
  cream: #DECD98
  blue: #374D66
*/

.block-text {
	font-size: 1.3em;
	margin: 0px 35px 0px 10px;
	padding: 0px;
}
.block-text a:link {
        color: #DECD98;
}
.block-text a:visited {
        color: #DECD98;
        text-decoration: underline;
}
.block-text a:hover {
        color: #120D07;
        text-decoration: none;   
        background-color: #DECD98;
}
.block-text a:active {
        color: #DECD98;
}


.left-block {
	color: #DECD98;
	background: url(/uploads/images/index-block-rust.gif) no-repeat;
	width: 280px;
	float: left;
}
.middle-block {
	background: url(/uploads/images/index-block-green.gif) no-repeat;
	color: #DECD98;
	width: 258px;
	float: left;
	margin: 0px 0px 0px 11px;
}
.right-block{
	background: url(/uploads/images/index-block-blue.gif) no-repeat;
	width: 258px;
	color: #DECD98;
	float: right;
}
#index-copy {
	clear: both;

}
.index-heading {
        margin-right: 284px;

}
.index-large {
	float: right;
	border: 2px solid #696B47;
	margin: 0px 0px 15px 30px;
}
.index-text {

}

/********************************** second level******************************/

#main-body {
         width:550px;
}

/******************************************/
/*                   product page brick images                    */
/*                                                                                */
/******************************************/

.product-image-container{float:left; display:inline; width:129px; text-align:center; margin:0px 6px 12px 0px; background-color:#A69770; padding:1px 0px 0px 0px; border:solid 1px #696B47;}

.product-image {padding:2px; border-bottom:solid 1px #696B47; }
/* End of 'ebp' */

