/*========= INCLUDES CSS =========*/

@import url("footer.css"); /* footer */

@import url("reset.css"); 


/*========= GENERAL CSS =========*/

html {
	overflow: -moz-scrollbars-vertical;
	background: #ffcc66;
	font: normal 75% Arial, Helvetica, Verdana;
	line-height:19px;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul{
	margin:0 40px;
}

h1, h2, h3, h4, h5{
	margin:0 20px;
}

h2 {
	font-size: 1.8em;
	font-weight:bold;
	margin-bottom:3px;
	color:#161467;
	line-height:normal;
}

h2.t-grandprizes {
	text-indent:-5000px;
	background:url(../images/t-grandprizes.gif) transparent no-repeat;
	width:712px;
	height:79px;
}

h2.t-secondaryprizes {
	text-indent:-5000px;
	background:url(../images/t-secondaryprizes.gif) transparent no-repeat;
	width:712px;
	height:53px;
}

h2.t-rules {
	text-indent:-5000px;
	background:url(../images/t-rules.gif) transparent no-repeat;
	width:712px;
	height:31px;
}

h3 {
	font-size: 1.5em;
	font-weight:bold;
	margin-bottom:3px;
	color:#161467;
}

h4 {
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom:3px;
	color:#161467;
}

h5 {
	font-size: 1em;
	font-weight:bold;
	margin-bottom:3px;
	color:#161467;
}

p { margin: 10px 20px; }

a {
	color: #000;
}

a:hover {
	text-decoration: underline;
}


/*========= DIVS =========*/


#container {
	margin:0 auto;
	width: 780px;
}

#content {
	position: relative;
	background-color:#FFF2A7;
	width: 780px;
}
#content-home {
	position: relative;
	background-color:#f47d20;
}

/*========= FLASH MENU =========*/

#flash-menu {
	width: 780px;
	height: 150px;
}
#back-menu{
	position:absolute;
	width:780px;
	height:322px;
	background-image:url(../images/bg_1.jpg);
	clip: rect(auto,auto,auto,auto);
	left: -4px;
	top: 10px;
}
.separator {
	height:2px;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	margin:20px 0 20px 0;
}
#top-box{
	background-color:#fdf5c8;
	border:1px solid #f2e494;
	padding:12px;
	margin: 10px 20px; 
	
}
ul.itens {
	margin-left:20px;
}


h3.european {
	text-indent:-10000px;
	margin-left:0px;
	width:677px;
	height:145px;
	background-image: url(../images/t-skiing.jpg);
	background-repeat: no-repeat;
}
h3.championship {
	text-indent:-10000px;
	margin-left:0px;
	width:677px;
	height:145px;
	background-image: url(../images/t-golfing.jpg);
}
h3.shopping {
	text-indent:-10000px;
	margin-left:0px;
	width:677px;
	height:145px;
	background-image: url(../images/t-hiking.jpg);
}
h3.secondary {
	text-indent:-10000px;
	margin-left:0px;
	width:730px;
	height:145px;
	background-image: url(../images/t-secondary.jpg);

}
#link-greatcanadian{
	position:absolute;
	width:70px;
	height:106px;
	left:660px; top:80px;
}
#flashcontent{
	text-align:center;
}
