/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #BE2C00; text-decoration: underline;}
a:active {	color: #BE2C00;	text-decoration: underline;}
a:visited {	color: #BE2C00;	text-decoration: underline;}
a:hover {	color: #391400;	text-decoration: none;}

.footerlink {
	color: #391400;
	font-size: 10px;
}
.footerlink a:link {	color: #BE2C00;	text-decoration: none;}
.footerlink a:active {	color: #BE2C00;	text-decoration: none;}
.footerlink a:visited {	color: #BE2C00;	text-decoration: none;}
.footerlink a:hover {	color: #391400;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #FFB605;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #391400;
	background-color: #FFFFFF;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #FFB605;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #391400;
	background-color: #FFFFFF;
	padding: 3px;
}
select{
	font-size: 11px;
	border: 1px solid #FFB605;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #391400;
	background-color: #FFFFFF;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(../images/core/bg-re.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFD84F;
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #391400;
	line-height: 18px;
	list-style-type: square;
}
.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #CC3300;
}

#video {
	background: url('../images/core/video-bg.jpg') 0 0 no-repeat;
	width: 430px;
	height: 254px;
	padding: 10px;
}

