/* Designer Yarns UK Stylesheet */

/* General Styles */
body {
	background: #222 url(../_images/body_background.gif);
	font: 0.7em georgia, serif;
	color: #444;
	line-height: 175%;
	text-align: left;
	padding: 0;
	margin: 0;
	height: 100%;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: underline;
	color: #E5B8A1;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

li {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	letter-spacing: -1px;
	margin: 1em 0 .4em 0;
	font-family: georgia, serif;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.3em;
	padding: 3px 0 3px 0;
	margin: 0;
}

h3 {
	font-size: 1.2em;
	letter-spacing: normal;
	background: transparent url(../_images/h2_background.gif) bottom repeat-x;
	padding: 3px 0 3px 0;
}

h4 {
	font-size: 1.1em;
}

/* Global Layout Elements */
#wrapper {
	width: 762px;
	padding: 10px;
	background: #fff;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;	
}

#mainContent {
	clear: both;
	margin: 0 0 10px 0;
}

.logo {
	border: 0;
}

.topNavLeft {
	float: left;
}

#topNav h2 {
	margin: 5px 0 10px 0;
	padding-right: 180px;
}

#topNav {
	text-align: right;
}

#topNav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#topNav li {
	display: inline;
	padding: 8px 0 0 15px;
}



/* Page Layout Elements */
/*#mainBoxoutOverlay {
	margin: 10px 0 20px 0;
	background: url(../_images/mainBoxout_corners.gif) top left no-repeat;
	z-index: 3 !important;
	width: 762px !important;
	height: 240px !important;		
}
*/
#mainBoxout {
	margin: 10px 0 20px 0;
	width: 762px !important;
	height: 240px !important;
	clear: both;
	position: relative;
	background: transparent url(../_images/mainBoxout_home.jpg) top left no-repeat;	
}

#mainBoxoutFooter {
	width: 746px !important;
	margin: 0;
	padding: 8px;
	position: absolute;
	bottom: 0;
	background-image: url(../_images/mainBoxout_search_background.png);
	background-color: transparent !important;
	border-top: 1px solid #333;
}

#mainBoxoutFooter h3 {
	font: bold 1.4em georgia, serif;
	letter-spacing: -1px;
	color: #fff;
	background: none;
	padding: 0 0 4px 0;
	margin: 0;
}

#outerRightCol {
	padding: 0;
	margin: 0;
	float: right;
	width: 300px;
}

#rightCol {
	width: 300px;
	padding: 0px 0;
	margin: 5px 0;
	background: #fff url(../_images/leftCol_top_gradient.jpg) no-repeat top right;
	float: right;
}

#outerLeftCol {
	width: 440px;
	background: transparent url(../_images/leftCol_background.gif) top right repeat-y;
	margin: 0;
	padding: 0;
	float: left;
}

#leftCol {
	width: 435px;
	min-height: 360px;
	height: auto;
	background: #fff url(../_images/leftCol_top_gradient.jpg) no-repeat top left;
	float: left;
	position: relative;
	clear: both;	
	padding: 10px 0;
	margin: 5px 0 20px 0;
	padding-bottom: 20px;
	text-align: left;
}
/* for Internet Explorer */
/*\*/
* html #leftCol {
	height: 360px;
}
/**/

#leftCol img {
	float: left;
	padding: 5px 5px 5px 0;
	border: 0;
}

#leftCol a {
	border: 0;
}

/* Site Navigation - Right Hand Column */
#navcontainer { 
	margin-left: 0px ; 
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { 
	margin: 0; 
}

#navcontainer a {
	display: block;
	padding: 1px 0 0 20px;
	height: 22px !important;
	color: #666;
	background: transparent url(../_images/rightColNavBackground.gif) no-repeat top left;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #555;
	background: #F0E3DC url(../_images/rightColNavBackground.gif) no-repeat top left;
	text-decoration: underline;
}

#navcontainer ul ul li { 
	margin: 0; 
}

#active a {
	background: #F0E3DC url(../_images/rightColNavBackground.gif) no-repeat top left;
}

li#active ul li#subactive a {
	background: #F0E3DC url(../_images/rightColNavBackgroundIndent.gif) no-repeat top left;
}

/* Indented Sub Menu */
#navcontainer ul ul a {
	display: block;
	padding: 2px 0 0 25px !important;
	height: 22px !important;
	color: #666;
	background: transparent url(../_images/rightColNavBackgroundIndent.gif) no-repeat top left;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

#navcontainer ul ul a:hover {
	color: #444;
	background: #F0E3DC url(../_images/rightColNavBackgroundIndent.gif) no-repeat top left;
	text-decoration: underline;
}



/* Global Site Footer */
#footer {
	border-top: 8px solid #444;
	margin: 30px 0 0 0;
	padding: 7px 0 0 0;
	clear: both;
	position: relative;	
}

#footer p {
	padding: 0;
	margin: 0;
}



/* Misc Styles and Specifics */
.small {
	margin: 7px 0;
	font: 80% georgia, serif;
	color: #666;
}

/* View Designer Thumbnails Overlays */
.imgThumbs {
	width: 131px !important;
	border: 0;
	padding: 0;
	margin: 0 10px 25px 0;
	float: left !important;
}

.imgThumbs h4 {
	font: bold 1.1em georiga;
	height: 25px;
	margin-top: 0;
	color: #666;
	text-align: left;
	letter-spacing: normal;
}

.imgThumbs img {
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
}

.imgThumbs p {
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	height: 22px !important;
	width: 131px !important;
	margin: -3px 0;
	position: inherit;
	clear: both;
	border: 0;
	/*background: transparent url(../_images/view_collection.gif) bottom left no-repeat;*/
}

.imgThumbs a {
	border: 0;
}

/* Form Elements */
form {
	padding: 0; 
	margin: 0;
}

fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 0;
}

legend {
	display: none;
}

label {
	display: inherit;
	color: #444;
}

#mainBoxout label {
	display: none;
}

#rightCol label {
	display: none;
}

input,
textarea {
	background: #f4f4f4;
	border: 1px solid #454545;
	padding: 3px;
	margin: 0px;
	font: 0.9em georgia, serif;
	color: #666;
}

#leftCol input {
	margin: 0px 0px 7px 0px;
}

input.radiobtn {
	background: #fff;
	border: none;
	position: relative;
	float: left;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	clear:left;
}

label.radiobtn {
	position: relative;
	float: left;
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 0px 7px;
}

textarea {

}

.submit {
	background: #E5B8A1;
	border: 1px solid #454545;
	padding: 2px;
	margin: 0;
	font: bold 0.9em georgia, serif;
	color: #333;
}

#leftCol .submit {
	clear:left;
	position: relative;
	float: left;
}

#leftCol div.designer {
	float: left;
	position: relative;
	display: block;
	width: 131px;
	height: 200px;
	clear: none;
	padding-left: 5px;
	margin: 9px 9px 0px 0px;
}

#leftCol div.designer p {
	float: left;
	text-align: left;
	width: 131px;
	line-height: 100%;
	margin: 5px 0 0 0 ;
	padding: 0px;
}

#leftCol div.designer img {
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
}

#leftCol div.designer2 {
	float: left;
	position: relative;
	display: block;
	width: 131px;
	height: 220px;
	clear: none;
	padding-left: 5px;
	margin: 9px 9px 0px 0px;
}

#leftCol div.designer2 p {
	float: left;
	text-align: left;
	width: 131px;
	line-height: 100%;
	margin: 5px 0 0 0 ;
	padding: 0px;
}

#leftCol div.designer2 img {
	padding: 0 !important;
	margin: 0 !important;
	border: 0;
}

/* Access */
#access {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
	line-height: 1px;
}
.hideme, label.hideme {
	display: none;
}


div#pdf_download{
	position: relative;
	float: left;
	background: url(../_images/adobe.gif) 0px 10px no-repeat;
	width: 86%;
	padding-left: 12%;
	padding-top: 10px;
	border-top: 1px dotted #000;
	}