/*****************************************/
/*************** BOXES CSS ***************/
/*****************************************/

/* HEADER *//*================================================================*/
.header {
    margin: 0 auto;
    width: 988px;
}

#logo a {
	top:0;
	width:252px;
	height:106px;
	z-index:998;
	background: transparent url("../images/logo.gif") no-repeat 0 0;
	text-indent:-9999px;
    float: left;
}

h1#logo {
    margin: 0;
    padding: 0;
}

/* Containers *//*============================================================*/



/* Layouts *//*===============================================================*/


/* Decor *//*=================================================================*/
.shadow_horiz {
	width: 100%;
	height: 11px;
    line-height: 0;
	background: transparent url("../images/shadow_horiz.png") top left repeat-x;
	margin: 0 0 20px 0;
}

.shadow_horiz_gray {
	width: 100%;
	height: 60px;
    line-height: 0;
	background: transparent url("../images/shadow_horiz_gray.gif") top left repeat-x;
	margin: 0 0 0 0;
}

.border_dots_horiz {
    border-top: 2px dotted #C6C6C6;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
}

.dots_vert_1024_682 {
    background: transparent url("../images/dots_vert_1024_682.png") repeat-y 0 0;
}

.icon_256 {
    width: 256px;
    margin: 0 auto;
}

/* Buttons *//*===============================================================*/
.btn_info_wrapper_316 {
    width: 316px;
    margin: 0 auto;
}

.btn_info_wrapper_652 {
    width: 652px;
    margin: 0 auto;
}

.btn_info {
    width: 100%;
    height: 38px;
    border: none;
    border-radius:10px;
    -moz-border-radius:10px; /* Firefox 3.6 and earlier */
    background-color: #F78F1E;
    box-shadow: 2px 2px 0 #777;
}

/* Footer *//*================================================================*/
.footer {
	color:#777;
	font-size:13px;
	/*text-align:center;*/
}
.footer ul {
	/*margin:5px auto;*/
	padding:0;
	display: block;
	/*text-align: center;*/
}
.footer li {
	background:none;
	color:#777;
	font-size:12px;
	display:inline;
	list-style-type:none;
	margin:0 1px;
	padding:0;
}
.footer-links-secondary li {
	background:none;
	color:#777;
	font-size:10px;
	display:inline;
	list-style-type:none;
	/*margin:0 5px;*/
	padding:0;
}
.footer li.separator {
	color:#333333;
	padding: 0 8px;
}
/*.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color:#555;
	font-weight:bold;
	text-decoration:none;
}
*/.footer li a:hover {
	/*color:#555;*/
	text-decoration:underline;
}

ul.footer-copyright {
	text-align:center;
}