/* ################ Styles for Intro start #################*/

body {
	font-family: Arial,Helvetica,sans-serif;
    margin: 0px;
    padding: 0px;
	/*background-image: url(../img/intro/body_bg.gif);
	background-repeat: repeat-x;
	background-position: fixed;*/
	background-color: #012966;
	text-align: center;
	font-size: 10px;
	margin-top: 20%;
}

.clean{
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #8091AB;
	text-decoration: none;
}

#left_teaser h1 {
	color: #094C88;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right_teaser h1 {
	color: #7B7F85;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p{
	color: #7B7F85;
	padding: 0px;
	margin: 0px;
}

#container{
	width: 885px;
	height: 265px;
	margin: 0 auto;
	text-align: left;
}

#header{
	text-align: right;
	height: 78px;
}

#left_teaser{
	float: left;
	height: 149px;
	width: 422px;
	background-image: url(../img/intro/left_teaser_bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
}

#right_teaser{
	float: left;
	height: 149px;
	width: 422px;
	background-image: url(../img/intro/right_teaser_bg.gif);
	background-repeat: no-repeat;
	margin-left: 41px;
	padding-top: 8px;
}

#left_buttons{
	margin-left: 200px;
	padding-top: 10px;
}

#right_buttons{
	margin-left: 20px;
	padding-top: 10px;
}



#left_footer{
	float: left;
	width: 422px;
	color: #8091AB;
}

#right_footer{
	float: left;
	width: 422px;
	margin-left: 41px;
	text-align: right;
	color: #8091AB;
}







/* ################ Styles for Intro end #################*/
