/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #143891;
	margin: 0px;
	padding: 0px;
}

#conteiner_header{
	background-color: #FFFFFF;
	height: 372px;
	background-image: url(images/img_conteinerheader3.jpg);
	background-repeat: repeat-x;
}

#header{
	margin-right: auto;
	margin-left: auto;
	width: 725px;
	padding-top: 10px;
}

#first_conteiner{
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#conteiner{
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#conteiner_footer{
	background-color: #143891;
	background-image: url(images/img_conteinerfooter.jpg);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
	float: left;
}

#footer{
	margin-right: auto;
	margin-left: auto;
	width: 725px;
	height: 200px;

}

.content{
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}

.right{
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	margin-bottom: 30px;

}

.left{
	background-color: #FFFFFF;
	float: left;
	width: 350px;
	margin-right: 25px;
}

h1, h2, h3, h4, h5, h6, p, ul, li{
	margin: 0px;
	padding: 0px;
}

/*Headers*/

h1{}

h2{}

/*h3 is used as a navegation menu like news, info or links. what appears in the top main page*/

h3{
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

h3 span, h5.footer span, .map span, .img_header_home span, .img_header_about span, .img_header_service span, .img_header_contact span, ul.menu li a span, .sitemap a span, #logo span a, h5.top span{
	display: none;
}

h3.home{
	background-image: url(images/img_h3_home.jpg);
	height: 90px;

}

h3.about{
	background-image: url(images/img_h3_about.jpg);
	height: 104px;
}

h3.service{
	background-image: url(images/img_h3_service.jpg);
	height: 90px;
}

h3.contact{
	background-image: url(images/img_h3_contact.jpg);
	height: 104px;
}

h3.sitemaps{
	background-image: url(images/img_h3_sitemap.jpg);
	height: 90px;
}

/*h4 is used as a subnavegation menu like past news, newsletter, past years, categories on sub menu*/

h4{}

/*h5 is used to display the slogan of the company. You can create a h5 span in case you want to hide the info*/

h5{}

h5.footer{
	background-image: url(images/img_footer.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 425px;
}

h5.top{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	background-image: url(images/img_h5_top.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

h5.top span{
	font-weight: bold;
}

/*h6 we use to put the frase on the bottom of the footer about Bluejam. The whole frase will appear in the search engines, thats why the whole frase is a link*/

h6 a{
	font-size: 12px;
	color: #8a9cc8;
	font-style: normal;
	font-weight: normal;
	float: right;
	position: relative;
	top: 20px;
}

h6 a:hover{
	color: #FFFFFF;
}

/*Main links*/

a, a:hover{
	text-decoration: none;
}

a{}

a:hover{}

/*Header Menu*/

/*Special ul for the menu. ul.menu determinates a specific ul to be used only in the menu. It does not aferct the mais ul. You can give different styles to it*/

ul.menu{
	float: left;
}

ul.menu li{
	list-style-type: none;
	display: inline;
	margin-right: 65px;
	float: left;
	clear: none;
}

.menu00 a, .menu00{
	background-image: url(images/img_menu00.jpg);
	width: 41px;
}

.menu01 a, .menu01{
	background-image: url(images/img_menu01.jpg);
	width: 65px;
}

.menu02 a, .menu02{
	background-image: url(images/img_menu02.jpg);
	width: 62px;
}

.menu03 a, .menu03{
	background-image: url(images/img_menu03.jpg);
	width: 56px;
}

.menu04 a{}

.menu00 a, .menu01 a, .menu02 a, .menu03 a, .menu04 a, .sitemap a, .menu00, .menu01, .menu02, .menu03, .sitemap{
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	display: block;
}

.menu00 a:hover, .menu01 a:hover, .menu02 a:hover, .menu03 a:hover, .menu04 a:hover, .sitemap a:hover, #activemenu{
	background-position: left bottom;
}

/*Sitemap*/

.sitemap{
	float: right;
	clear:none;
}

.sitemap a, .sitemap{
	background-image: url(images/img_menu04.jpg);
	width: 59px;
}

.sitemap a:hover{}



/*------------*/

.img_header_home, .img_header_about, .img_header_service, .img_header_contact{
	float: left;
	top: 50px;
	position: relative;
	height: 200px;
	width: 725px;
}

.img_header_home{
	background-image: url(images/img_home.jpg);
}

.img_header_about{
	background-image: url(images/img_about.jpg);
}

.img_header_service{
	background-image: url(images/img_service.jpg);
}

.img_header_contact{
	background-image: url(images/img_contact.jpg);
}

/*Content aspects*/

.content p{
	line-height: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

.content ul {
	margin-bottom: 10px;
}

.content ul li{
	line-height: 20px;
	vertical-align: middle;
	background-image: url(images/img_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 20px;
}

.content ul ul{}

.content ul ul li{}

.contact{}

.contact p{
	float: left;
}

.contact p a{
	color: #000099;
}

.contact p span a{
	color: #000099;
	text-decoration: none;
	float: right;
	position: relative;
	top: -20px;
	font-size: 16px;
	font-weight: bold;
}

.contact p span a:hover, .contact p a:hover{
	color: #0000CC;
}

ul.details{
	font-size: 18px;
	font-weight: normal;
	color: #454e68;
}

ul.contact{
	float: left;
	width: 110px;
}

ul.contact li{
	background-image: none;
	list-style-type: none;
	padding: 0px;
	line-height: 24px;
}

.map{
	background-image: url(images/img_map.jpg);
	float: right;
	height: 184px;
	width: 198px;
	border: 1px solid #CCCCCC;
	margin-bottom: 17px;
	background-repeat: no-repeat;
}

.map span{}

ul.sitemaps{
	background-image: none;
	list-style-type: none;
}

ul.sitemaps li{
	height: 32px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 13px;
	list-style-type: none;
	margin-bottom: 20px;
	background-image: none;
	background-color: #f4f4f4;
}

ul.sitemaps li a{
	color: #999999;
	font-weight: bold;
}

ul.sitemaps li a:hover{
	color: #454e68;
}

/*Form*/

form{
	margin: 0px;
	padding: 0px;
}

form p{}

.box_name, .box_address, .box_request{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #eaeaea;
	clear: both;
	float: left;
	width: 338px;
	border: 1px solid #666666;
	margin-bottom: 14px;
	margin-top: -8px;
}

.box_name{
	height: 20px;
}

.box_address{
	height: 50px;
}

.box_request{
	height: 150px;
}

#formSuccess, .error, .formerror, .field{
	color: #454e68;
	padding-bottom: 10px;
}

#formSuccess, .error, .field{
	padding-left: 15px;
}

#formSuccess{
	font-weight: bold;
}

.field{
	font-weight: normal;
}

.formerror{}

.error{}

/*Footer*/

#footer p{
	color: #FFFFFF;
	float: left;
	position: relative;
	top: 20px;
}

#footer p span{
	font-size: 24px;
	position: relative;
	top: 33px;
}

#footer p a{
	color: #8a9cc8;
	text-decoration: none;
	float: left;
	position: relative;
	top: 20px;
}

#footer p a:hover{
	color: #FFFFFF;
}




/*Logo aspects*/

#logo{
	width: 100%;
	position: relative;
	top: 28px;
}

#logo a, #logo a:hover, #logo{
	background-image: url(images/anthonmarlow_logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 78px;
	width: 317px;
}




