@import url("modules.css");

body, html {
	background-color: #514C49;
	background-image: url(images/site_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B2A28;
	text-align: center;
	list-style-position: inside;
	list-style-type: square;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

td img {
	display: block;
}

p {
	/*font-size: 0.9em;*/
	line-height : 1.5em;
	margin: 0 0 15px 0;
}

a {
	color: #995240;
	text-decoration:none;
}

a:hover {
	color: #999999;
	text-decoration:none;
}

ul, ol {
	padding: 0 0 15px 15px;
	margin: 0;
}

ul ul, ol ol {
	padding: 0 0 0 15px;
	margin: 0;
}

li {
	padding: 0;
	line-height : 1.4em;
	padding-left: 15px;
        margin: 0 0 0 5px;
}

ol li {
	background: none;
}

/* ---- FORMULAR STYLE ---- */

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    border: 1px solid #CCCCCC; 
    margin-bottom: 1px; 
}

select { 
    border:solid 1px #000000; 
    color: #000000; 
    font-size: 11px;
    margin-bottom: 1px;
	width: 170px;
	padding: 1px; 
}

input, textarea { 
    background: #fff top left repeat-x; 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
    border: 1px solid #000000;
    padding: 1px; 
    margin-bottom: 1px;
width: 170px;
}

* html input, textarea { 
width: auto;
}

input[type=submit], input[type=reset], input[type=button]{  
	width: auto;
	background: #aaa top left repeat-x; 
	color: #fff;
	padding-left: 5px; 
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{ 
	width: auto;
}

/*input, textarea, select { 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
    border: 1px solid #08457A;
    padding: 1px; 
    margin-bottom: 1px;
	width: 160px;
	background-image:url(images/bg_topwrapper.gif);
	background-position:top;
}

textarea {
	height: 80px !important;
}


input[type=submit], input[type=button], input[type=reset] { 
	width: 80px;
	background-position:bottom;
	color: #FFFFFF;
}

input:hover, input:focus { 
    border: 1px solid #000000; 
    margin-bottom: 1px; 
}
*/

