/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASICS */

html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #281401;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #281401 url(../images/main/bg.jpg) repeat-x;
}

a,a:link,a:active,a:visited {
	color: #000;
}

a:hover {
	color: #cb0000;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/messages/validation.png');
}

/* @end */

/* @group HEADER */

#header {
	background-image: url(../images/main/header.png);
	width: 907px;
	height: 389px;
	margin: 0 auto;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	text-indent: -99999px;
}

#header ul {
	margin: 57px 0 0 16px;
	height: 29px;
	overflow: hidden;
	float: left;
}

#header ul li {
	float: left;
	height: 29px;
	overflow: hidden;
}

#header ul li a,#header ul li a:link {
	color: #fff;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	height: 23px;
	display: block;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}

#header ul li a:hover {
	background-image: url(../images/main/nav_hover.png);
}

/* @end */

/* @group CONTENT */

#content {
	background: url(../images/main/content_bg.png) repeat-y;
	width: 881px;
	overflow: hidden;
	margin: 0 auto;
	padding-right: 26px;
	text-align: center;
}

#content #inner {
	width: 800px;
	margin: 0 auto;
}

#content h2 {
	font: italic 2.5em "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	font-size: 1.5em;
}

#content h2,#content p,#content ul,#content h3 {
	margin-bottom: 15px;
}

#content .box {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

#content .box p {
	margin-bottom: 7px;
}

#content .boxskin {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	width: 150px;
}

#content .boxskin p {
	margin-bottom: 7px;
}

.right {
	float: right !important;
	margin: 0 !important;
}

/* @end */

/* @group FOOTER */

#footer {
	width: 882px;
	height: 202px;
	overflow: hidden;
	margin: 0 auto;
	padding-right: 25px;
	background: url(../images/main/footer.png) no-repeat;
}

#footer p {
	float: right;
	color: #fff;
	font-size: .9em;
	margin: 175px 80px 0 0;
}

/* @end */
