/* @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;
}

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: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFDD4B url(../images/main/bg.jpg) no-repeat center top;
}

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

a:hover {
	color: #888;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.winter_img {
	float: left;
	position:relative; 
	margin-left:-15px;
	margin-top: -30px;
}

img.welcome_img {
	position:relative; 
	margin-left:-15px;
}

p {
	margin-bottom: 15px;
}

/* @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 CONTENT */

#container {
	width: 900px;
	overflow: hidden;
	margin: 30px auto;
	background-color: #fff;
}

h1 {
    background-image: url(../images/main/header.png);
    width: 900px;
    height: 212px;
    position: absolute;
    text-indent: -99999px;
    margin-top: -20px;
    z-index: 999999;
}

#content {
	padding-top: 175px;
	background: url(../images/main/nav.gif) repeat-y left top;
}

#content #left {
	width: 230px;
	padding: 30px 0 30px 20px;
	color: #fff;
	font-size: 1.2em;
	float: left;
}

#content #left a,#content #left a:link,#content #left a:visited,#content #left a:active {
	color: #fff;
}

#content #left a:hover {
	color: #ccc;
}

#content #left ul {
	margin: 0 0 20px 20px;
}

#content #left ul li {
	list-style-type: disc;
	padding-left: 5px;
	margin-bottom: 5px;
}

#content #right {
	width: 630px;
	margin-right: 20px;
	float: right;
	margin-bottom: 50px;
}


#content #right #column_one {
	width: 350px;
	float: left;
}

#content #right #column_two {
	width: 250px;
	float: right;
	position: relative;
	line-height: 1.8em;
	margin-top: -40px;
}

#content #right #column_two strong {
	font-size: 1.4em;
	color: #004D13;
	margin-top: 10px;
}

#content h2 {	
	margin: 20px 0 10px 0;
	font-size: 2em;
	color: #004D13;
}
#content h3 {	
	margin: 20px 0 15px 0;
	font-size: 1.6em;
	color: #004D13;
}

#content .listing {
	margin-top: 15px;
}

#content .desc_small {
	width: 300px;
	float: right;
}

.border img {
	border: 3px solid #ccc;
}

#content .desc {
	width: 405px;
	float: right;
}

#content .desc h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
}

#pics img {  
    top:  0; 
    left: 0 
} 

#homer h2 {
	font-size: 1.2em;
	background-color: #E56101;
	color: #fff;
	padding: 5px 10px;
}

#demo li {
	height: 80px;
	overflow: hidden;
	padding: 0;
}

/* @end */

/* @group FOOTER */

#footer {
	height:43px;
	width: 900px;
	background: url(../images/main/footer.png) right;
	position: absolute;
	text-indent: -9999px;
	margin-top: -40px;
}

#creator {
	background-color: #FFDD4B;
	padding-top: 0.5em;
	text-align: right
}

/* @end */
