@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	width:800px;
	margin:0 auto;
	margin-top:0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/* text formatting */

.copytext {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.copyheader {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* font-style: oblique; */
	color: #000000;
}

.copyheaderLarge {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	/* font-style: oblique; */
	color: #000000;
}

.copywrite {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.copyheader2 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* font-style: oblique; */
	color: #FFFFFF;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: oblique;
	color: #999999;
}
.pricetext {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* font-style: oblique; */
	color: #CC0000;
}

.copywrite_red {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
}

/* ----- structure ----- */

#newsblockwrap {
	width:389px;
	height: auto;
	background-image:url(images/bg3.jpg)
}

#newsblock {
width:385px;
height: 306px;
overflow:scroll;
	padding: 2px;
background-color:#FFFFFF
}

#header {
width:800px;
height: 110px;
background-color: transparent;
background: url('images/logo.jpg') no-repeat;
}

#imageslideshow {
	width:800px;
	height:auto;
	background-color:#000000;
}


#pagetitlewrap {
	width:800px;
	height: 30px;
	background: url('images/pagetitle.jpg') no-repeat;
	background-color: #CC0000;
	padding: 0px 0px 0px 0px;
}

#pagetitlebox {
	width:230px;
	height: auto;
	background-color: transparent;
	padding: 6px 0px 0px 0px;
}

#navigation {
	width:800px;
	height: auto;
	background-color:#CC0000;
}


#contentindex {
	width:780px;
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#FFFFFF;
	padding: 10px
	}

#content {
	width:780px;
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background: url('images/watermark.gif') no-repeat;
	background-position: bottom right;
	background-color:#FFFFFF;
	padding: 10px
	
}

#wrapper {
	width:800px;
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	background-color:#000000;
	padding: 0px 0px 0px 0px
}

#footer {
	width:790px;
	height:15px;
	background-color:#000000;
	padding: 5px;
	margin-bottom: 10px
	}

#call {
	width:800px;
	height:60px;
	background-image:url(images/phone-number.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}	
	
#newsboxwrap {
width:374px; 
height:auto;
padding:1px;
background-color:#CCCCCC;
}

#newsbox {
width:370px; 
height:300px;
background-color:#ffffff; 
overflow:scroll;
padding:2px;
}

.submitbtn {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* font-style: oblique; */
	color: #ffffff;
	width:250px; 
    
    background-color:#CC0000;
	border:solid thin #000000;
}