@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background: #4179D4 url(../images/bg.gif) repeat-x top;
}

p {
	margin-right: 10px;
}

td, th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}

h1 {
	font-weight: bold;
	color: #EF9700;
	font-family: Tahoma;
	font-size: 15px;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.home_content {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.content_bg {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	color: #666666;
	background-image: url(../images/imaging_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 61px;
}

.whitetext {
	color: #FFFFFF;
	padding-left: 5px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #EF9700;
	text-decoration: none;
}

a.orlnk {
	color: #EF9700;
	text-decoration: none;
}

a.orlnk :hover {
	color: #666666;
	text-decoration: none;
}

a.wtlnk {
	color: #ffffff;
	text-decoration: none;
}

a.wtlnk :hover {
	color: #F3B140;
	text-decoration: none;
}

.price { /* All Prices on site */
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content_bg2 {
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.titleheader {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}

.titleheader2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;;
	padding-left: 5px;
}

.or_title {
	font-weight: bold;
	color: #EF9700;
}
.maincontent {
	padding: 20px;
}
.whitebg {
	background-color: #EF9700;
	font-family: Tahoma;
	font-size: 15px;
	color: #FFFFFF;
}
.orbg {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #EF9700;
}
li {
	list-style-image: url(../images/bullet.gif);
}
.quick_search {
	background-image: url(../images/product-db.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 186px;
	vertical-align: middle;
	padding-left: 12px;
}
select {
	font-size: 11px;
}

.readmore a {
	text-decoration:underline;
	color:#EF9700;
	float:left;
}

