
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* some resets */

ul, ol, li,
p, blockquote, hr,
div,
span,
h1, h2, h3, h4, h5, h6, 
a, img {
	margin: 0;
	padding:0;
	border:0px;
}

body,
td, table, tbody, thead, th, tr,
input, button, textarea, form
{
	margin: 0;
	padding:0;
	border:0px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.33em;
	font-size:13px;
}

body {
	background: #70d2db url(/sarl/images/img01.gif) repeat-x;
	color: #777;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0092b0;
}

h2 {
	padding-left: 20px;
	background: url(/sarl/images/bullet.gif) no-repeat left center;
	font-size: 21px;
	line-height: 1.33em;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(/sarl/images/img11.gif) no-repeat;
	font: italic small Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}


a {
	background: url(/sarl/images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #555;
}

a:hover {
	background: none;
	text-decoration: underline;
}



a img {
	padding:0;
	margin:0;
	border:0;
	vertical-align:bottom;
}

a img:hover {
	border:0;
}

hr {
	width:100%;
	border: 1px solid #E1E9E2;
}

p.indent {
	text-indent: 15px;
}

/* Wrapper */

#wrapper {
	background: #FFFFFF url(/sarl/images/img04.gif) repeat-x left bottom;
	padding:21px 0px 21px 0px;
}

/* Logo */
	
#logo {
	position:absolute;
	margin-left: -100px;
	margin-top:4px;
}

/* Menu */

#menu {
	width: 750px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 0 0 0 2px;
	/* background: url(/sarl/images/img02.gif) no-repeat; */
}

#menu a {
	display: block;
	background : none;
	width: 108px;
	height: 22px;
	padding: 6px 20px 0 20px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #E1E9E2;
}

#menu a:hover {
	background : none;
	border-bottom: 4px solid #5A7C50;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
	/* background: #dae4db; */
	background-color:none;
	background: url(/sarl/images/topmenu_back.gif) repeat-x; 
	border-bottom: 6px solid #dae4db;
	text-decoration: none;
	color: #749865;
	/* color: #1FA0C3; */
}

/* Header */

#header {
	width: 754px;
	height: 0px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#header h1.banner {
	float: left;
	width: 104px;
	height: 110px;
	padding: 104px 100px 0 20px;
	background: url(/sarl/images/img05.png) no-repeat;
	line-height: 32px;
	font-size: 30px;
}

#header h2.banner {
	float: right;
	width: 494px;
	height: 34px;
	padding: 180px 20px 0 0;
	background: url(/sarl/images/img06.png) no-repeat;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	font-size: 22px;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 550px;
}

#posts .post {
	padding-bottom: 8px;
}

#posts .label{
	text-align:right;
	padding:3px 13px 3px 0px;
	line-height:1.05em;
}

#posts .story {
	padding: 15px 20px 13px 20px;
	background: url(/sarl/images/img10.gif) repeat-x
}

#posts div#cart {
	padding-top: 3px ;
	background: url(/sarl/images/img10.gif) repeat-x
}

#posts .story p {
	text-align:justify;
  padding-bottom: 6px;
}

#posts h3 {
	padding-bottom: 8px;
	padding-top: 3px;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

#posts .warn h3 {
	padding: 0px 0px 3px 0px !important;
	margin: 0px !important;
}


#posts .warn {
	padding: 11px 20px 8px 19px;
	margin-bottom: 5px;
	background-color: #E1E9E2;
	border: 2px dotted white;	
}

#posts #cart td {
	vertical-align:middle;
	padding:3px;
}

#posts #cart tr.productrow td {
	border-bottom: 1px dotted #ccc !important;
	background-color:#E1E9E2;
	text-align:center;

}

#posts #cart tr.cartheader td {
	background-color: #E1E9E2;
	text-align:center;
}

#posts .warn li.err {
	list-style: url(/sarl/images/bullet_err.png);
}

#posts tr.highlight .text, #posts tr.highlight textarea{
	border-color: red; 
}


#posts .meta {
	padding: 5px 0 0 20px;
	background: url(/sarl/images/img03.gif) repeat-x;
	clear:both;
}

#posts .meta p {
	line-height: normal;
	font-size: smaller;
}

.nav #current_page {
	color:#ffffff;
	background-color:#777;
	padding-right:2px;
	padding-left:1px;
}


#posts ul {
	list-style: url(/sarl/images/bullet2.gif);
	padding-left: 17px ;
}

#posts .story ul {
	padding-bottom:10px;
}

#posts ul li {
}


/* Vertical Logo */

/* Links */

#links {
	vertical-align:top;
	width: 200px;
	border-right:1px solid #ccc;
}

#links ul {
	list-style: none;
}

#links li ul {
	padding:10px 20px 12px 20px;
	background: url(/sarl/images/img10.gif) repeat-x
}

#links li li {
	padding: 3px 0;
	/* padding-top: 6px;
	padding-bottom: 4px; */
	background: url(/sarl/images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}


/* Footer */

#footer {
	padding: 15px 0 15px 0px;
	background: url(/sarl/images/img08.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* color: #e0e0ff; */
	color: #ffffff
}

#footer a {
	font-weight: bold;
	color: #e0e0ff;
}

#footer a:hover {
	color: #ffffff;

}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 80px 48px;
	background: url(/sarl/images/logo-200.png) no-repeat left top;
	letter-spacing: -1px;
	font-size: 24px;
}

input{ 
	vertical-align:top;
	height:18px;
	border: 1px solid #777;
	background-color: #E1E9E2;
	margin: 2px 0px 2px 0px;
	padding: 0px 2px 0px 2px;ß
}


textarea {
	width: 380px;
	border: 1px solid #777;
	background-color: #E1E9E2;
	margin: 2px 0px 2px 0px;
	padding: 0px 2px 0px 2px;
}

button, .button, input.submit{ 
	/* buttons */
	line-height:11px;
	padding-top:1px;
	font-size: 11px;
	height:18px;
	width:67px;
	color:  #fffff7; 
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px none white;
	background-image: url(/sarl/images/btn.png);
}

button.next, input.next, input.submit{
	background-image: url(/sarl/images/btn_next.png);
	padding-left:16px;
}

button.back, input.back {
	background-image: url(/sarl/images/btn_prev.png);
	padding-left:16px;
}

button.loupe, input.loupe {
	background-image: url(/sarl/images/btn_loupe.png);
	padding-left:16px;
}

button.plus, input.plus {
	background-image: url(/sarl/images/btn_plus.png);
	padding-left:16px;
}

button.cart, input.cart {
	background-image: url(/sarl/images/btn_cart.png);
	padding-left:16px;
}

button.refresh, input.refresh {
	background-image: url(/sarl/images/btn_refresh.png);
	padding-left:16px;
}

button.x, input.x {
	background-image: url(/sarl/images/btn_x.png);
	padding-left:16px;
}

#links li form.search input.text {
	width: 136px;
}

.midsep {
	background: url(/sarl/images/midsep.gif) repeat-x ;
	height:30px;
}

.warning { 
	font-weight: bold;
	color: #ff0000;
	padding: 0px 8px 4px 7px;
}


.loginbox {
	padding: 16px 12px 12px 12px;
	border: 1px solid #666;
}

.loginlegend {
	padding-right: 8px;
}


/* dropcap */

.dc_fl{
	/*background-color     	 : #666;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*border: 1px dotted #464646;*/
	/*color    	 : #fff;*/
	color: #0092b0;
	display      : block;
	float        : left;
	margin-top   : 1px;
	margin-left  : 1px;
	margin-right : 2px;
	margin-bottom: 0px;
	padding		: 1px 2px 1px 3px;
	height       : 24px; /* how many lines will the drop cap span */
	font-size    : 32px; /* letter is anchored to the top */
	line-height  : 34px; /* + -> letter down */
}

.dc_pbfl {
	margin-left  : -6px;
	display      : block;
	float        : left;
}


/* The part below is not used. It is useful for changing the indent of the 2nd line

.firstLetter span{
	font-weight	:bold;
	font-size    : 3.5em; /* letter is anchored to the top */
	line-height  : 1.185em; /* + -> letter down */
}

.firstLetter + span{
	/* first line */
	margin-left  : -0.1em;
}

*/

/* end dropcap */


