@charset "utf-8";
.tileLHS {
	background-image: url(../images/side_left_tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.buyviewBtns {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #CCCCCC;
	text-align: center;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.offerHighlite {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0052ae;
}
.bottomtiletext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
}
.homeBorders {
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/* CSS Document */

.header {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}
.inheadbuy {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 25px;
}


.runningcopy {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.butnpadding {
	padding: 15px;
}

.homeoffer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}


.runningindent {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	padding-left: 10px;
	text-indent: -24px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: -20px;
}
	
.testboxheader {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.testitext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-top: 5px;
	text-indent: -7px;
}
.intopline {
	background-image: url(../images/inner_topline.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


ul.disc {
	list-style-type: disc;
}
.bottomtile {
	background-image: url(../images/base.jpg);
	background-repeat: repeat-x;
}
.runningcopyHeads {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #0052ae;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.contactHeads {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

.homeBordersLeft {
	border-right-style: double;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: medium;
	border-right-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.featureHeads {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: repeat-x;
	background-image: url(../images/features_head_tile.jpg);
}
.tileLRS {
	background-image: url(../images/side_right_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.newsText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-top: 5px;
}
.borderOffer {
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.viewAndbuy {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #0052ae;
	background-image: url(../images/top_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.padding {
	padding-right: 5px;
}
.tileBottom {
	background-image: url(../images/side_bot_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tileLHScorner {
	background-image: url(../images/side_left_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tileLRScorner {
	background-image: url(../images/side_right_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.newsText:link {color: red; text-decoration: none; }
a.newsText:visited {color: purple; text-decoration: none; }
a.newsText:hover {color: blue; text-decoration: underline; }
a.newsText:active {color: #000000;}