/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0E685F;
	background-repeat: repeat;
}

.header {
	width: 1024px;
	height: 119px;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.footer {
	background: url(../images/footer2.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 111px;
}

/* Fonts */
.orange {
	color:#E56000;
}

.red {
	color:#FF3300;
}

.boldtitle {
	color:#143D3D;
	font-weight:bold;
}

.boldtitlegreen {
	color:#006D6B;
	font-weight:bold;
}

/* Boxes */
.login {
	background:url(../images/box_login_btn.jpg);background-repeat: no-repeat;
	width: 174px;
	height: 221px;
}

.register {
	background:url(../images/box_register_btn.jpg);background-repeat: no-repeat;
	width: 174px;
	height: 221px;
}

.foundapet {
	background: url(../images/box_found_a_pet.jpg);background-repeat: no-repeat;
	width: 174px;
	height: 221px;
}
.puppykittencare {
	background:url(../images/box_puppy_kitten_care.jpg);background-repeat: no-repeat;
	width: 174px;
	height: 221px;
}

/* Boxes Content */
.logincontent {
	width:130px;padding-left: 20px;padding-top: 35px;font-size: 11px;color: #009999;font-weight: bold;
}
.registercontent {
	width:130px;padding-left: 20px;padding-top: 35px;font-size: 11px;color: #009999;font-weight: bold;
}
.foundapetcontent {
	width:150px;padding-left: 20px;padding-top: 70px;font-size: 11px;color: #009999;font-weight: bold;
}
.puppykittencarecontent {
	width:145px;padding-left: 20px;padding-top: 35px;font-size: 11px;color: #009999;font-weight: bold;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active, .topmenu a:hover {
	font-size: 10px;
	color: #143D3D;
	font-weight: bold;
}

/* Screen */

.screentop {
	background:url(../images/screen_top.gif);
	background-repeat:no-repeat;
}


.screenmiddle {
	background:url(../images/screen_middle.gif);
	background-repeat:no-repeat;
	max-height:462px;
	padding-left: 20px;
	padding-right: 20px;
}

.screenbottom {
	background:url(../images/screen_bottom.gif);
	background-repeat:no-repeat;
}

/* Error */
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ff0000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

/* Asterisk */
.asterisk {
	color: red;
}


