/* main.css for direct-source.co.uk */

/* Overall control styles */
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

.pageWrapper {
	margin: 0px auto;
	width: 950px;
	border: 1px solid #cdcdcd;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fifty {
	width: 50%;
}

/* text formatting */

h1 {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ED1C24;
}

h2 {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a { 
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.no-line {
	text-decoration: none;
}

a.no-line:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

/* colors */

.red {
	color: #ED1C24;
}

/* list formatting */

ul.flat {
	display: block;
	padding: 0px;
	margin: 0px;
}

ul.flat li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

ul.associatedFiles {
	list-style: none;
	padding-left: 0px;
}

ul.associatedFiles li {
	margin-bottom: 9px;
}

ul.sitemap li {
	margin-bottom: 9px;
}

ol li {
	padding-bottom: 18px;
}

.leftContent ul {
	padding-left: 0px;
	list-style: none;
}

.leftContent ul li {
	padding-bottom: 10px;
}

.leftContent ul li ul {
	padding-top: 10px;
	padding-left: 10px;
}

.leftContent ul li ul li {
	padding-bottom: 5px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 10px;
}

/* form styling */
form {
	margin: 0px;
	padding: 0px;
}

#quickSearchForm {
	margin: 0px 19px 0px 0px;
	padding: 0px;
}

.searchButton {
  width: 63px;
  height: 24px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent url('../images/search-button.gif') no-repeat center bottom;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#loginForm {
	margin-top: 18px;
	clear: both;
}

#loginForm label {
	line-height: 22px;
	vertical-align: middle;
	float: left;
	display: block;
	width: 59px;
	font-size: 11px;
}

#loginForm input {
	margin-bottom: 5px;
	float: left;
	width: 125px;
}

#loginForm input.smallerButton {
	margin: 0px;
	padding: 0px;
	width: 112px;
}

#subscribeForm {
	margin-top: 18px;
	clear: both;
}

#subscribeForm label {
	line-height: 22px;
	vertical-align: middle;
	float: left;
	display: block;
	width: 59px;
	font-size: 11px;
}

#subscribeForm input {
	margin-bottom: 5px;
	float: left;
	width: 125px;
}

#subscribeForm input.smallerButton {
	margin: 0px;
	padding: 0px;
	width: 112px;
}

#quoteForm {
	margin-top: 10px;
}

#quoteForm textarea {
	width: 666px;
	height: 100px;
	margin: 10px;
}

#quoteForm label {
	width: 150px;
	display: block;
	float: left;
}

#quoteForm input {
	width: 300px;
	float: left;
}
#quoteForm input.smallerButton {
	margin: 0px;
	padding: 0px;
	width: 112px;
	clear: both;
}

#contactForm {
	margin-top: 10px;
}

#contactForm textarea {
	width: 666px;
	height: 100px;
	margin: 10px;
}

#contactForm label {
	width: 150px;
	display: block;
	float: left;
}

#contactForm input {
	width: 300px;
	float: left;
}

#contactForm input.smallerButton {
	margin: 0px;
	padding: 0px;
	width: 112px;
	clear: both;
}

.serviceForm {
	margin-top: 10px;
}

.serviceForm label {
	width: 110px;
	display: block;
	float: left;
}

.serviceForm input {
	width: 100px;
	float: left;
}

.serviceForm .extras input {
	width: 30px;
}

.serviceForm .extras tr td {
	border-bottom: solid 1px #ccc;
}

.serviceForm select {
	width: 220px;
	float: left;
}

.serviceForm input.smallerButton {
	margin: 0px;
	padding: 0px;
	width: 112px;
	clear: both;
}


/* buttons */
.largeButton {
	width: 180px;
	height: 27px;
	background: transparent url('../images/button-180x27.gif') no-repeat center;
	color: #dddddd;
	text-align: center;
	display: block;
	line-height: 27px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

.largeButton:hover {
	color: #ffffff;
}

.mediumButton {
	width: 160px;
	height: 27px;
	background: transparent url('../images/button-160x27.gif') no-repeat center;
	color: #dddddd;
	text-align: center;
	display: block;
	line-height: 27px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

.mediumButton:hover {
	color: #ffffff;
}

.smallButton {
	width: 131px;
	height: 27px;
	background: transparent url('../images/button-131x27.gif') no-repeat center;
	color: #dddddd;
	text-align: center;
	display: block;
	line-height: 27px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

.smallButton:hover {
	color: #ffffff;
}


.smallerButton {
	width: 112px;
	height: 27px;
	background: transparent url('../images/button-120x27.gif') no-repeat center;
	color: #dddddd;
	text-align: center;
	display: block;
	line-height: 27px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

.smallerButton:hover {
	color: #ffffff;
}

input.smallerButton {
	margin-bottom: 0px;
}

/* boxes */
.contentBox {
	margin:0px 0px 18px 0px;
	padding: 0px;
}

.contentBox .contentBoxContent {
	padding: 4px;
	border: 1px solid #ebebeb;
	background: url('../images/content-box-background.gif') repeat-x center bottom;
}

.productBox {
	border-bottom: 1px dashed #cdcdcd;
	padding: 10px;
}

.productBox:hover {
	background-color: #F2F2F2;
	color: #ED1C24;
	cursor: pointer;
}

.productBox .productLink {
	font-size: 14px;
	text-decoration: none;
}

.productBox:hover .productLink {
	font-size: 14px;
	text-decoration: none;
	color: #ED1C24;
}

.productImageHolder {
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

.productImageHolder a {
	text-decoration: none;
}

.productImageHolder .productImage {
	border: solid 1px #EBEBEB;
}

.contentBox h2 {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	background-image: url('../images/content-box-h2-background.png');
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}


.contentBox .noh2style h2 {
	height: 22px;
	line-height: 32px;
	vertical-align: middle;
	background-image: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.contentBox h2 a {
	color: #ffffff;
	text-decoration: none;
}

.contentBox h2 a:hover {
	text-decoration: underline;
}

.sideBox {
	margin:0px 0px 9px 0px;
	padding: 0px;
}

.sideBox .sideBoxContent {
	padding: 4px;
	background-color: #f2f2f2;
	border: 1px solid #ebebeb;
}

.sideBox h3 {
	height: 28x;
	line-height: 28px;
	vertical-align: middle;
	background-image: url('../images/side-box-h2-background.png');
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

.sideBox ul {
	margin: 18px 0px 0px 0px;
	padding-left: 20px;
	list-style-type: circle;
	list-style-image: url('../images/side-box-li.gif');
}

.sideBox ul li {
	margin-left: 0px;
	padding-bottom: 5px;
}

.sideBox ul li strong {
	color: #ED1C24;
}

.sideBox h4 a {
	text-decoration: none;
}

.sideBox h4 a:hover {
	text-decoration: underline;
}


.navBox {
	margin:0px 0px 9px 0px;
	padding: 0px;
	border: 1px solid #ebebeb;
}

.navBox .navBoxContent {
	padding: 4px;
	background-color: #ffffff;
	color: #666666;
}

.navBox .navBoxContent a {
	color: #666666;
	text-decoration: none;
}

.navBox .navBoxContent a:hover {
	text-decoration: underline;
	color: #333333;
}

.navBox .navBoxContent a.sideNavOn {
	font-weight: bold;
	color: #ED1C24;
}


.navBox h3 {
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	background-image: url('../images/side-nav-h3-background.png');
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	text-transform: uppercase;
}

.navBox h3 a {
	text-decoration: none;
}

.navBox h3 a:hover {
	text-decoration: underline;
}

.navBox ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	display: block;
}

.navBox ul li {
	margin-left: 0px;
	padding-bottom: 5px;
}

.navBox ul li strong {
	color: #ED1C24;
}



.contentBoxSmall {
	margin:0px 0px 18px 0px;
	padding: 0px;
	width: 339px;
}

.contentBoxSmall .contentBoxContent {
	padding: 4px;
	border: 1px solid #ebebeb;
	height: 167px;
}

.contentBoxSmall18 {
	margin:0px 18px 18px 0px;
	padding: 0px;
	width: 338px;
}

.contentBoxSmall18 .contentBoxContent {
	padding: 4px;
	border: 1px solid #ebebeb;
	height: 167px;
}

.contentBoxTab {
	margin:0px 0px 18px 0px;
	padding: 0px;
}

.contentBoxTab .contentBoxContent {
	padding: 4px;
	border: 1px solid #ebebeb;
}

.contentBoxTab h2 {
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-image: url('../images/content-tab-box-h2-background.png');
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

.contentBoxTab h2.smallTab {
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	background-image: url('../images/content-small-tab-box-h2-background.png');
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

.contentBoxTab h2 a {
	color: #ffffff;
	text-decoration: none;
}

.contentBoxTab h2 a:focus {
	text-decoration: underline;
}

/* Header styles */
.header {
	clear: both;
	/* background-image: url('../images/header-background.png'); */
	background-color: #ECECEC;
	width: 950px;
	height: 100px;
	color: #cdcdcd;
}


#logo {
	margin-top: 5px;
	margin-left: 18px;
}

#topBanner {
	position: absolute;
	margin-left: 40px;
	top: 19px;
}

#bottomBanner {
	position: absolute;
	margin-left: 85px;
	top: 60px;
}


.topNav form {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	float: right;
}

.topNav form input#searchText {
	border: 1px solid #cdcdcd;
	width: 170px;
	margin-bottom: 4px;
}

.header ul {
	margin: 0px;
}

.header ul li {
	margin-left: 40px;
	color: #ED1C24;
	list-style-type: circle;
	list-style-image: url('../images/header-li.gif');
	float: left;
}

/* top navigation styles */

.topNav {
	text-align: left;
	margin: 0px;
	display: block;
	padding: 0px;
	clear: both;
	height: 32px;
	width: 951px;
	background-image: url('../images/header-nav-background.png');
	line-height: 32px;
	vertical-align: middle;
}

.topNav ul {
	float: left;
	margin-left: 18px;
}

.topNav ul li {
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	margin-right: 27px;
}

.topNav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	
}

.topNav a:hover {
	color: #000000;
}

/* breadcumbs style */
.breadcrumbs {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	clear: both;
	padding-left: 18px;
	color: #666666;
	/* border-bottom: 1px dashed #cdcdcd; */
	font-size: 12px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #666666;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* main content area styles */
.contentWrapper {
	clear: both;
	margin: 3px 18px 18px 18px;
}

.contentWrapper .leftContent {
	float: left;
	width: 200px;

}

.contentWrapper .mainContent2Col {
	float: left;
	width: 696px;
	padding-right: 18px;
}

.contentWrapper .mainContent3Col {
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	width: 478px;
}

.contentWrapper .rightContent {
	float: left;
	display: block;
	width: 200px;
}

/* footer styles */

.footer {
	padding: 18px;
	clear: both;
	border-top: 1px dashed #cdcdcd;
	background-color: #f2f2f2;
}

.footer .bottomNav {
	clear: both;
}

.footer ul li {
	list-style: none;
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
}

.footer .lowerBottomNav {
	padding-top: 10px;
	clear: both;
	font-size: 10pt;
	color: #aaaaaa;
}

.footer .developerFooter {
	clear: both;
	font-size: 10pt;
	color: #aaaaaa;
}

/* home page specific styles */

#weCallYouBox {
	padding-left: 10px;
	width: 169px;
}


/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
.clearBoth { width: 100%; clear: both; }