@CHARSET "UTF-8";

body, div, p, h1, h2, h3, h4, h5, h6, ul, li, ol, a, img {
	border:0;
	padding:0;
	margin:0;
	background:none;
	list-style:none;
	font-weight:normal;
}

@font-face {
	font-family: Parmapetit;
	src: url(../fonts/Parmapetit.eot);
	src: 
		url(../fonts/Parmapetit.eot?iefix) format('eot'),
		url(../fonts/Parmapetit.ttf) format('truetype');
	font-weight: normal;
}

body { background:#7c0d34 url(../media/0711_update/bg.png) repeat-x top left; }
p, h2, ul { margin-bottom:15px; }
h4 { margin-bottom:5px; }
p { font-size:14px; }

h2 { 
	color:#346fc6;
	font-family:ParmaPetit;
	font-size:32px;
}

ul li {
	list-style:disc;
	margin-left:20px;
}

.wrapper {
	width:980px;
	margin:0 auto;
}

#banner { height:348px; }
#menu { text-align:center; }

#menu li {
	display:inline-block;
	margin:5px;
	list-style:none;
}

#menu li a {
	color:white;
	text-decoration:none;
	font-family:ParmaPetit;
	font-size:23px;
}

#menu li a:hover { color:#f2d6e2; }
#menu li.active a { color:#b6316b; }

#footer {
	font-size:12px;
	margin-top:15px;
	padding-bottom:15px;
}

#footer a {
	color:#f2d6e2;
	text-decoration:none;
}

#footer { color:white; }
#footer a:hover { text-decoration:underline; }

#footer p {
	margin:0;
	font-size:12px;
}

.left {
	float:left;
	text-align:left;
}

.right {
	float:right;
	text-align:right;
}

.contentBox {
	padding:30px;
	margin-top:15px;
	background:white;
	box-shadow:inset 0px 0px 10px #5f5f5f;
	-moz-box-shadow:inset 0px 0px 10px #5f5f5f;
}

.contentBox a { color:#346FC6; }

.contentBox3CL {
	float:left;
	width:290px;
}

.contentBox3CM {
	float:left;
	width:300px;
	margin-left:20px;
}

.contentBox3CR {
	float:right;
	width:290px;
}

.contentBox2CL {
	float:left;
	width:450px;
}

.contentBox2CR {
	float:right;
	width:450px;
}

.largeButton {
	display:inline-block;
	background: #47a8f8;
	background: -moz-linear-gradient(top, #47a8f8 0%, #346ec6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a8f8), color-stop(100%,#346ec6));
	background: -webkit-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	background: -o-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	background: -ms-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a8f8', endColorstr='#346ec6',GradientType=0 );
	background: linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	padding:10px 20px;
	font-size:32px;
	font-family:ParmaPetit;
	text-shadow:0px 1px 3px black;
	-webkit-box-shadow:0px 2px 5px #545454;
	-moz-box-shadow:0px 2px 5px #545454;
	box-shadow:0px 2px 5px #545454;
	color:white;
	text-decoration:none;
}

.smallButton, input[type="submit"] {
	display:inline-block;
	background: #47a8f8;
	background: -moz-linear-gradient(top, #47a8f8 0%, #346ec6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47a8f8), color-stop(100%,#346ec6));
	background: -webkit-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	background: -o-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	background: -ms-linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a8f8', endColorstr='#346ec6',GradientType=0 );
	background: linear-gradient(top, #47a8f8 0%,#346ec6 100%);
	padding:5px 10px;
	font-size:16px;
	font-family:ParmaPetit;
	text-shadow:0px 1px 1px black;
	-webkit-box-shadow:0px 1px 2px #545454;
	-moz-box-shadow:0px 1px 2px #545454;
	box-shadow:0px 1px 2px #545454;
	color:white;
	text-decoration:none;
	border:0px;
	cursor:pointer;
}

a.largeButton, a.smallButton { color:white; }

.galleryBlock, .imageBlock {
	float:left;
	margin:15px;
	text-align:center;
}

.galleryImage {
	margin:15px auto;
	text-align:center;
}
