/* ===========================
main_box
============================*/
#container {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

/* ===========================
header
============================*/
#header {
	padding-bottom: 5px;
	border-bottom: 5px #CCCCCC solid;

/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7a0817', endColorstr = '#4e0610');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#7a0817', endColorstr = '#4e0610')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #7a0817, #4e0610);
background-image: -ms-linear-gradient(top, #7a0817, #4e0610);
background-image: -o-linear-gradient(top, #7a0817, #4e0610);
background-image: -webkit-gradient(linear, center top, center bottom, from(#7a0817), to(#4e0610));
background-image: -webkit-linear-gradient(top, #7a0817, #4e0610);
background-image: linear-gradient(top, #7a0817, #4e0610);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.logo {
	padding: 15px 0;
	font-size: 154%;
	font-weight: bold;
	text-align:left;
	color: #FFF;
}

.logo span {
	float: right;
	font-size: 68%;
	font-weight: normal;
}


/* ===========================
footer
============================*/
#footer { 
	border-top: 3px #CCCCCC solid;
	padding: 30px 0;
	color: #CCCCCC;
}

/* ===========================
parts
============================*/
h1 {
	border-bottom: 2px #7ea701 solid;
	padding-bottom: 3px;
	font-size: 130%;
	color: #2e5002;
	margin: 20px 0;
}

h1 span { float: right; font-size: 76%; }

.button li { text-align: center; }

.button li a {
	display: block;
	padding: 35px 0;
	color: #FFF;
	text-decoration: none;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
	font-weight: bold;

/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#008cd5', endColorstr = '#006fa8');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#008cd5', endColorstr = '#006fa8')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #008cd5, #006fa8);
background-image: -ms-linear-gradient(top, #008cd5, #006fa8);
background-image: -o-linear-gradient(top, #008cd5, #006fa8);
background-image: -webkit-gradient(linear, center top, center bottom, from(#008cd5), to(#006fa8));
background-image: -webkit-linear-gradient(top, #008cd5, #006fa8);
background-image: linear-gradient(top, #008cd5, #006fa8);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 8px #999999;
    -webkit-box-shadow: 0px 0px 8px #999999;
    box-shadow: 0px 0px 8px #999999;
}

.button li a:hover {
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#4fa001', endColorstr = '#b90105');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e10005', endColorstr = '#b90105')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #e10005, #b90105);
background-image: -ms-linear-gradient(top, #e10005, #b90105);
background-image: -o-linear-gradient(top, #e10005, #b90105);
background-image: -webkit-gradient(linear, center top, center bottom, from(#e10005), to(#b90105));
background-image: -webkit-linear-gradient(top, #e10005, #b90105);
background-image: linear-gradient(top, #e10005, #b90105);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.button02 {
	width: 80%;
	text-align: center;
	font-size: 136%;	
}


.button02 a {
	display: block;
	padding: 35px 10px;
	color: #682001;
	text-decoration: none;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
	font-weight: bold;

/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fec107', endColorstr = '#fea203');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fec107', endColorstr = '#fea203')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #fec107, #fea203);
background-image: -ms-linear-gradient(top, #fec107, #fea203);
background-image: -o-linear-gradient(top, #fec107, #fea203);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fec107), to(#fea203));
background-image: -webkit-linear-gradient(top, #fec107, #fea203);
background-image: linear-gradient(top, #fec107, #fea203);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 0px 0px 8px #999999;
    -webkit-box-shadow: 0px 0px 8px #999999;
    box-shadow: 0px 0px 8px #999999;
}

.button02 a:hover {
	color: #FFFFFF;

/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e10005', endColorstr = '#b90105');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e10005', endColorstr = '#b90105')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #e10005, #b90105);
background-image: -ms-linear-gradient(top, #e10005, #b90105);
background-image: -o-linear-gradient(top, #e10005, #b90105);
background-image: -webkit-gradient(linear, center top, center bottom, from(#e10005), to(#b90105));
background-image: -webkit-linear-gradient(top, #e10005, #b90105);
background-image: linear-gradient(top, #e10005, #b90105);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

}

.atten {
	margin-top: 30px;
	border: 2px #d40207 solid;
	padding: 15px;
}

.atten h2 {
	font-size: 130%;
	color:#F00;
	font-weight: bold;
}

.atten p {
	font-size: 106%;
}