/*-----------------------------------------------------------------------
//
//	Weldlag
//
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2009 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Print Style Sheet
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 12px "Myriad Pro", Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000000;
}

img, #column1, #footer, #footer-nav, #copyright {
	display: none;
}

#wrapper {
	width: 1024px;
	padding: 10px;
}

/* Top */

#top, #strapline, #call-to-action, #copy, #column2 {
	float: left;
}

#call-to-action {
	font-size: 28px;
}

#top {
	width: 100%;
}

#logo {
	 width: 220px;
	 padding-right: 10px;
}

#strapline {
	font-size: 13px;
	width: 100%;
}

#column2 {
	width: 100%;
	padding: 5px 0px;
}

#copy p {
	padding: 5px 0px;
}

#copy ul, #copy ol {
	padding: 5px 0px 5px 15px;
}

#copy li {
	padding-left: 10px;
}

#copy ul ul {
	padding-left: 25px;
	list-style-type: disc;
}

.list {
	width: 250px;
	float: left;
}


#contact-text {
	width: 100%;
	font-weight: bold;
}

/* Headings */

h1 {
	font-size: 15px;
	padding: 5px 0px;
}

h2 {
	font-size: 14px;
	padding: 5px 0px;
}

/* Other Styles */

.size12 {
	font-size: 12px;
}

.size13 {
	font-size: 13px;
}

.size14 {
	font-size: 14px;
}

.black {
	color: #000000;
}

.indent {
	padding-right: 10px;
}

.clear {
	clear: both;
}