@font-face {
    font-family: 'kanitlight';
    src: url('font/kanit-light-webfont.eot');
    src: url('font/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/kanit-light-webfont.woff2') format('woff2'),
         url('font/kanit-light-webfont.woff') format('woff'),
         url('font/kanit-light-webfont.ttf') format('truetype'),
         url('font/kanit-light-webfont.svg#kanitlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-image: url('../images/bg/Bg-iPad_grey.png');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #454D51;
	font-weight: 300;
	font-family: 'kanitlight';
	
	
	
}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: center;

}

th, td {
	padding: 10px 10px;
	color: white;
	font-family: 'kanitlight';
	
	
	
	
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
	
}

td nowrap {
	
}

code, blockquote {
	display: block;
	border-left: 5px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #333;
	color:#ccc;
	border: none;
	
}
blockquote {
	border-left: 5px solid #ccc;
}

blockquote p {
	font-style: italic;
	
	margin: 0;
	color: #999;
	height: 1%;
}

p {
	line-height: 1.7em;
	margin-bottom: 25px;
	font-size: 1.05em;
}


a {
	color: #D5484F;
	
	text-decoration: none;
	
		
}


a:hover {
	
	color:	#FFF;
}

a:focus {
	outline: none;
	
}


a.button { background: none repeat scroll 0% 0% #D5484F;
color: #FFF;
display: inline-block;

    padding: 8px 22px;

    font-size: 1em;
    letter-spacing: 0.25px;
	line-height: 1.3em;
border-radius: 5px;	
text-decoration: none;
	border:none;
text-transform: uppercase;
font-weight: bold;
}

a.button:hover {
	background:#D1333B;
}

a.button-reversed { 
	background-color: #ddd;
	color: #666;
}

a.button-reversed:hover {
	background: #ccc;
}



.width {
	max-width: 1100px;
	margin: 0 auto;
}
.width3 {
	width: 100%;
	margin: 0 auto;
}
#body {max-width: 1070px; }


#container {
	width: auto;
	margin: 0 auto;
	
}



img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#body {
	margin: 0 auto;
	padding: 15px 15px 0;
	clear: both;
	background-image: url(../images/bg/cardboard-flat.png);
}





.clear {
	clear: both;
	color: #FFFFFF;
}

footer {
	margin:0 auto;
	background: #222;
	border-top: 10px solid #000;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 18px 25px 20px;
}

footer .footer-content ul {
	width: 20%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
	color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
	color: #505050;
	line-height: 1.5em;
	font-size: 0.9em;
}

footer .footer-content li a:hover { 
	color: #909090;
	border-bottom-color:#909090;
}

footer .footer-content h4 {
	color: #c0c0c0;
    	font-size: 1.2em;
    	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
	border-bottom-color: #666;
}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}
.p99{
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(../images/bg/swirl-1-hi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
	

}
.p98{
	font-size: 1.4em;
	font-weight: bold;
	background-image: url(../images/bg/swirl-2-hi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFF;
	

}


@media screen and (max-width: 900px) {
	

	body { font-size: 1em; }	

	
	header { text-align: center; }

	header h1 { float: none; text-align: center;  }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	nav { float: none; }

	nav ul li a { padding: 20px 10px; }

	nav ul li li a { padding: 7px 0 7px 7px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

.width3 {
	max-width: 100%;
	margin: 0 auto;
}
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}
