
*{
	margin: 0px;
	padding: 0px;	
}
@font-face
{
font-family: 'fixedsys';
src: 	url('fonts/FSEX300.ttf'),
    	url('fonts/FSEX300.eot'); /* IE9 */
	url('fonts/FSEX300.woff');
	url('fonts/FSEX300.svg');
	url('fonts/FSEX300.otf'); 
} 
body {
	font-size: 100%;
	line-height: 150%;
	background-color: #18e99f;	
	font-family: "arial";
}
a {

	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#cc0000;
}
h1 {
	font-family: 'fixedsys';
	font-size: 2em;
	margin-bottom: 10px;
}
h2 {
	font-family: 'fixedsys';
	font-size: 1.5em;
	margin-bottom: 10px;
}
h3 {
	font-family: 'fixedsys';
	font-size: 1.125em;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
iframe {
	margin-bottom: 20px;
}
input, textarea {
	border: 1px solid #000;
	padding: 5px;
	font-size: 1em;
	width: 430px;
	margin-bottom: 10px;
}
textarea {
	min-height: 150px;
}
button {
	font-family: 'fixedsys';
	font-size: 1.5em;
	border: none;
	background: none;
}
button:hover {
	color: #cc0000;
}
img, embed, object, video, iframe {
max-width: 100%;
}
.wrapper {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;	
}
a img {
	border: none;
}
/*----------------HEADER----------------------*/
header {
	background-color: #6ECFF6;
	min-height: 100px;
	padding: 10px;
}
header img {
	border: none;
}
.logo {
	font-family: 'fixedsys';
	font-size: 5em;
	position: relative;
	top: 20px;
}
header form {
	float: right;
}
header input {
	margin-right: 20px;
	width: 220px;
	padding: 5px;
	border: 1px solid #000;
}
header button {
	font-family: 'fixedsys';
	font-size: 1.5em;
	border: none;
	background: none;
}
button:hover {
	cursor: pointer;
}
nav,footer,header {
	overflow: hidden;
}
nav {
	padding: 10px 0px 10px 0px;
}
nav ul {
	list-style-type: none;
}
nav li {
	float: left;
	margin-right: 20px;
	width: 220px;
	text-align: center;
}
nav a {
	font-family: 'fixedsys';
	text-decoration: none;
	font-size: 2em;
	display: block;
	line-height: 50%;
	padding: 10px;
	

}
nav li:hover {
	background-image:url('images/nav-bg-hover.png');
	background-position: center center;
}
/*----------------CONTENT----------------------*/
.content {
	min-height: 300px;
	background-color: #6ECFF6;
	overflow: hidden;
	padding: 20px;
}
article {
	padding: 10px;
	overflow: hidden;
}
.color1 {
	background-color: yellow;
}
.color2 {
	background-color: pink;
}
.color3 {
	background-color: purple;
}
.box130 {
	width: 130px;
	float: left;
	margin-right: 10px;
}
.box130 ul {
	list-style-type: none;
	overflow: hidden;
}
.box130 li {
	font-size: 1.5em;
	text-indent: 10px;
	margin-bottom: 10px;
}
.box130 a {
	font-family: 'fixedsys';
	display: block;
}


.box730 {
	width: 730px;
	float: left;
	overflow: hidden;
}
.box505 {
	width: 505px;
	float: left;
	overflow: hidden;
	
}
.box355 {
	width: 355px;
	margin-right: 10px;
	float: left;
}

ul.cd {
	list-style-type: none;
	overflow: hidden;
}
ul.cd li {
	float: left;
	margin-right: 10px;
}
div.paypal form input {
	width: auto;
}
div.paypal form input[type=image] {
	border: none;
}
/*----------------FOOTER----------------------*/
footer {
	padding: 10px 0px 10px 0px;
}
.designer {
	font-size: 0.75em;
}
.dmarro {
	font-family: 'fixedsys';
	font-size: 1.5em;
}
.box460 {
	width: 460px;
	float: left;
}
footer ul {
	list-style-type: none;
	float: right;
}
footer li {
	float: left;
	margin-right: 20px;
}
footer li img {
	border: none;
}
/*----------------PRINT----------------------*/

@media print {
header, nav, footer, .box130, iframe {
	display: none;
}
.content {
	width: 100%;
}
}
/*-------------RESPONSIVE----------------------*/
@media screen and (max-width: 1024px) {
nav li {
	width: 22.448979591836734693877551020408%;
	margin-right: 2.0408163265306122448979591836735%;
}
nav li:hover {
	background: none;
}
.box355 {
	width: 36.224489795918367346938775510204%;
	margin-right: 1.0204081632653061224489795918367%;
}
.box505 {
	width: 51.530612244897959183673469387755%;
}

.box130 {
	width: 100%;
	margin-right: 0px;
}
.box130 ul {
	margin-bottom: 10px;
}
.box130 li {
	float: left;
	text-indent: 0px;
	margin-right: 20px;
}
.box730 {
	width: 100%;
	float: none;
}
ul.cd li {
	margin-bottom: 10px;
}
footer .box460 {
	width: 46.93877551020408163265306122449%;
}
footer li {
	
}

}

@media screen and (max-width: 800px) {
header form {
	float: none;
	display: block;
}
header input {
	width: 70%;
}

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

footer ul {
	display: none;
}
footer .box460 {
	width: 90%;
}
}
@media screen and (max-width: 600px) {
nav a {
	font-size: 1.5em;
}
.content input, textarea {
	width: 100%;
}
.box355, .box505 {
	width: 100%;
	margin-right: 0px;
	float: none;
}

}
@media screen and (max-width: 480px) {
header input {
	width: 90%;
	margin-right: 0px;
}
nav li {
	width: 40%;
	margin-right: 1.0204081632653061224489795918367%;
	text-align: left;
}
}
@media screen and (max-width: 320px) {

}
