/* 
Title:			Codima 2.0
Description:	General XHTML styles
Created:		06/02/2007
Modified:		06/02/2007
Author:			Marlon
*/

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("basket.css");  /* Basket page */
@import url("order.css");  /* Order pages */
@import url("search.css");  /* Search engine */

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body
{
	font: small/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background: #fff url(../img/bg_wrapper.gif) no-repeat 50% 64px;

}

body.home
{
	background: #fff url(../img/bg_wrapper_col.gif) no-repeat 50% 64px;
}

body.order
{
	background: #fff url(../img/bg_wrapper_order.gif) no-repeat 50% 64px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1
{
	color: #016497;
	margin: 30px 10px 10px 0;
	font-size: 2.2em;
}

h3 {
}

p {

}

ul {
	margin: 0;
	padding: 0;
}
	
ul li {
	
}

dl {
	margin: 10px 0;
	padding: 0;
	line-height: 1.2em;
}

dl dt {

}
		
dl dd {
	margin: 0;
	padding: 0;	
}

blockquote {

}
	
blockquote p {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.selected {

}

a img {
	border: none;
}
