@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	background-color:#DDDDDD;
	-webkit-text-size-adjust:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	margin:0px;
	font-size:14px;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

.clearfix {
	clear:both;
}

#ecard {
	width:861px;
	height:710px;
	margin:auto;
	margin-top:25px;
	padding-top:11px;
	background-image:url(../images/bg-ecard.png)
}

#main {
	width:855px;
	position:relative;
	padding-left:6px;
	padding-bottom:10px;
}

#bot {
	background-image:url(../images/bot.png);
	width:861px;
	height:10px;
	background-repeat:no-repeat;
}

#logo {
	width:96px;
	height:102px;
	float:left;
	margin-left:30px;
	margin-top:-5px;
}

#title {
	width:335px;
	float:right;
	text-align:right;
	margin-right:35px;
	margin-top:-25px;
}

#title h1 {
	font-size:37px;
	font-weight:400;
	margin-bottom:0px;
}

#title h2 {
	margin-top:0px;
	font-size:16px;
	font-weight:400;
}

#footer {
	text-align:center;
	color:#696969;
	font-size:12px;
}

#footer p {
	margin:5px auto;
}

/******************** HOME ********************/

#home {
	width:850px;
	height:585px;
	margin:auto;
	display:block;
	padding-bottom:10px;
}

#intro {
	width:730px;
	margin:auto;
	margin-top:-20px;
	margin-bottom:5px;
}

#catalog {
	width:500px;
	/*height:353px;*/
	height:364px;
	margin:auto;
	margin-bottom:10px;
}

#infobox {
	width:478px;
	height:40px;
	margin:auto;
	padding:5px;
	margin-top:10px;
	background-color:#582d2a;
	color:#fff;
	text-align:center;
}
