/*
* STYLE SHEET
* COPYRIGHT OF ACEVIRAL.COM
* #F75C82;
*/

body {
	padding: 0px;
	margin: 0px;

	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica;

	background-color: #FFFFFF;
}

div#areacovered {
	position: absolute;

	width: 300px;

	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: bold;

	top: 95px;
	right: 70px;
}



      .dataImportant {
        display: block;

        margin: 5px 10px;
        padding: 10px;

        border: 2px solid #FF0;
box-shadow: 1px 1px 5px #000;

        border-radius: 5px 5px 5px 5px;

        background-color: #BB0000;

        font-size: 14px;
        color: #fff;
        text-decoration: none;

        text-align: left;
      }

div#maincontent {
	background-color: #FFFFFF;
	background-image: url('bg.png');
	background-repeat: repeat-x;

	width: 960px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 0px;

	position: relative;

	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;

	border-radius: 10px 10px 0px 0px;
}

div#botbar {
	background-color: #454545;
	background-image: url('botbg.png');
	background-repeat: repeat-x;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;

	width: 960px;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 9px;

	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;

	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica;

	text-align: left;

	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
	border-bottom: 1px solid #232323;
}

div#titlebar {
	padding: 0px;
	position: relative;

	margin-bottom: 5px;

	height: 118px;
}

img#logo {
	border: 0px;

	position: absolute;
	top: 2px;
	left: 10px;

	width: 158px;
	height: 118px;
}

div#menubar {
	border: 0px;

	background-image: url('greybar.png');
	background-repeat: no-repeat;

	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;

	overflow: hidden;

	height: 33px;
	width: 953px;
}

div#welcomebox {
	border: 0px;

	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: center;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;

	background-image: url('window_big.png');
	background-repeat: no-repeat;

	height: 346px;
	width: 965px;
}

div#welcomebox2 {
	border: 0px;

	color: #000000;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: center;

	background-color: #2379b0;

	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px;

	border: 1px solid #CCCCCC;
}

.contact_box {
    display: inline-block;

	background-image: url('telephone-window.png');
	background-repeat: no-repeat;

	position: relative;
	float: right;
	top: 25px;

	width: 235px;
	height: 65px;

	padding-top: 10px;
	padding-left: 10px;
}

div.abovetext {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: bold;

	text-align: left;
}

div.actualtext {
	color: #EEEEEE;
	font-size: 16px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-align: left;
}

div.title {
	background-color: #3299dc;

	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-weight: bold;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;

	text-align: left;

	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

div.title2 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-weight: none;

	padding-top: 5px;

	text-align: left;
}

div.saybox {
	background-color: #EFEFEF;

	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;

	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;

	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
}

div.smallbox {
	position: relative;
	left: -4px;

	background-image: url('small-blue-window.png');
	background-repeat: no-repeat;

	width: 456px;
	height: 201px;

	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-weight: none;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

div.inner {
	padding-top: 8px;
}

div.fullinner {
	padding: 8px;
}

div.smallbox2 {
	background-image: url('small-white-window.png');
	background-repeat: no-repeat;

	width: 456px;
	height: 201px;

	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-weight: none;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

div.showoff {
	height: 70px;
	width: 80px;

	background-color: #000000;

	color: #ffffff;
}

td.showoff {
	padding: 5px;

	text-align: center;
}

div.saidbox {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;

	margin-bottom: 5px;

	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;

	border-bottom: 1px dashed #BBBBBB;
}

div.saidbox2 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;

	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
}

div.splitter {
	z-index: 1;
	position: absolute;
	right: -1px;
	top: 0px;
	height: 33px;
	width: 2px;

	background-image: url('line-for-bar.png');
	background-repeat: no-repeat;
	background-position: right center;
}

div.secondPageTitle {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica;
	font-weight: bold;

	text-decoration: none;
	text-align: left;

	padding: 5px;
}

div.innerbox {
	color: #FFFFFF;
	font-size: 15px;
	font-family: Arial, Helvetica;
	font-weight: normal;

	text-decoration: none;
	text-align: left;

	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

td.carpetpic {

	width: 200px;
	height: 200px;

	text-align: center;
}

img.carpetpic {
	width: 200px;
	height: 200px;

	border: none;
}

img {
	border: none;
}

/* Links */
a.menustart:visited,
a.menustart:link,
a.menu:visited,
a.menu:link {
	position: relative;
	border: 0px;

	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: center;

	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;

	display: inline-block;

	height: 20px;
}

a.menu:hover {
	position: relative;
	border: 0px;

	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: center;

	margin-top: 0px;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;

	display: inline-block;

	height: 20px;

	background-image: url('menubg_dark.png');
	background-repeat: repeat-x;
}

a.menustart:hover {
	position: relative;
	border: 0px;

	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica;
	font-weight: none;

	text-decoration: none;
	text-align: center;

	margin-top: 0px;

	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 3px;

	display: inline-block;

	height: 20px;

	background-image: url('greybar_dark.png');
	background-repeat: repeat-x;
}

a:link { text-decoration: none; color: #0000FF; border: 0px; }
a:visited { text-decoration: none; color: #0000FF; border: 0px; }
a:hover { text-decoration: none; color: #4444FF; border: 0px; }

a.none:link { text-decoration: none; border: none; }
a.none:visited { text-decoration: none; border: none; }
a.none:hover { text-decoration: none; border: none;; }

a.light:link { text-decoration: underline; color: #CCCCFF; border: 0px; }
a.light:visited { text-decoration: underline; color: #CCCCFF; border: 0px; }
a.light:hover { text-decoration: underline; color: #4444FF; }

a.articleTitle, a.articleTitle:link, a.articleTitle:hover, a.articleTitle:visited {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}