/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0 0 0;
	padding: 0;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	letter-spacing: 1px;
	font-size: 14px;
	color:#000000;
	text-transform:none;
}

.title {
	margin-bottom: 10px;
	border-bottom: 1px dashed #003366;
	font-size: 18px;
	font-weight: normal;
	color:#000000;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	color:#000000;
}

a:link {
	color: #003366;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #003366;

}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;

	text-align: justify;

	color:#000000;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input	{
	height:17px;
}


#header	{
	width:850px;
	height:115px;
	background:#ffffff url(images/top.jpg) no-repeat;
	margin:0px auto;
}

#menu	{
	background: #FF9000 url(images/menu_bg.jpg) repeat-y;
	width:850px;
	
	color:#ffffff;
	margin:0px auto;
}

#wrap	{
	width: 850px;
	margin: 0 auto;
	clear:both;
	background:#ffffff url(images/content_bg.jpg) repeat-y;
}

#content	{
	width: 780px;
	margin: 0 auto;
	clear:both;
	
}

#content_main	{
	width:530px;
	margin:0 auto;
	float:right;
/*	margin-right:18px;*/
}

#content_main	h2	{

}

#content_top	{
	background:#ffffff url(images/content_top.jpg) no-repeat;
	height:72px;
	width:850px;
	margin:0 auto;
	margin-top:0px;
}

#content_footer	{
	background:#ffffff url(images/content_footer.jpg) no-repeat;
	height:83px;
	width:850px;
	margin:0 auto;
}

#copyright	{
	background:#ffffff url(images/bottom.jpg) repeat-y;
	width:850px;
	margin:0 auto;
	text-align:center;
}

#copyright a 	{
	color:#ffffff;
}


#copyright a :hover	{
	color:#ffffff;
}


#copyright a :visited	{
	color:#ffffff;
}

#content_bottom	{
	background:#ff0 url(images/content_bottom.jpg) no-repeat;
	height:34px;
	width:850px;
	margin:0 auto;
}

/* Menu */

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	padding-left:15px;
	padding-right:15px;
	display: inline;
	
}

#menu a {

	padding: 3px 3px;

	text-decoration: none;
	font-weight: none;
	color: #ffffff;
}

#menu a:hover {
	color:#000000;
}

#menu .active a {
	color:#000000;
}

/* Sidebar */

#sidebar {
	float:left;
	width: 210px;
	min-height:100px;
	/*margin-left:20px;*/
	padding-left:10px;
/*	background:#fc0;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img12.gif) no-repeat left 50%;
}

#sidebar a	{
	text-decoration:none;
}

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px dashed #003366;
	font-size: 18px;
	font-weight: normal;
	color:#000;
}
#sidebar .categorie {
	margin-bottom: 4px;
	letter-spacing:0.1em;
	margin-left:5px;
	/*border-bottom: 1px dotted #003366;*/
	font-size: 14px;
	font-weight: bold;
	color:#2874BC;
}
#sidebar .subcat {
	margin-bottom: 4px;
	margin-left:10px;
	border-left: 1px dashed #003366;
	padding-left:5px;
	font-size: 12px;
	font-weight: normal;
	color:#2874BC;
}

.buton	{
	height:20px;
	color:#003366;
	text-align:center;

	padding-left:5px;
	padding-right:5px;
	margin-left:5px;
	margin-right:5px;
	background:#fc0 url(images/buton.jpg) repeat-x;
	border:none;	
	font-weight:bold;
}
a.buton {
	color:#003366;
	text-decoration:none;
}


#search	{
	float:right;
	width:220px;
	margin-top:-24px;
	margin-right:13px;
}


#cart	{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;

	text-align: justify;
	font-size:13px;

	color:#ffffff;
}

#search_box	{
	height:14px;
}
#search_button	{
	
}

.text_mare	{
	font-weight:bold;
	color:#f00;
	font-size:15px;
}