﻿body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background:#cbccff url('images/bgnd-body2.jpg');
	color:#777;
}

/*************** GENERAL ***************/

img { border:none; }
td 	{ vertical-align:top; }
p 	{ margin:3px 0 10px 0; }

div#wrap1 {
	width:900px;
	margin:auto;
	background:#cbccff url('images/bgnd-body.jpg') center top;
	background-repeat:repeat-y;
}

div#wrap {
	width: 660px;
	padding:0 40px 0 150px;
	margin:auto;
}



/*************** MAIN CONTENT ***************/

div.types {
	height:100px;
	border:1px solid #cbccff;
	margin-bottom:20px;
}

div.types span {
	font-weight:bold;
	font-style:italic;
	color:#b3dd95;
	padding-left:180px;
	font-size:11px;
}


div.types img {
	float:left;
	margin-right:20px;
}

div#traditional {
	background-image: url('images/text-traditional.gif');
	background-position:right;
	background-repeat:no-repeat;
}

div#modern {
	background-image: url('images/text-modern.gif');
	background-position:right;
	background-repeat:no-repeat;
}

div#spandex {
	background-image: url('images/text-spandex.gif');
	background-position:right;
	background-repeat:no-repeat;
}

div#colour-chart-link {
	text-align:right;
}

h1 {
	color:#999;
	font-size:16px;
	padding:120px 0 0 0;
	margin:0;
	text-align:right;
	text-transform:uppercase;
}

h2 {
	color:#999;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:2px 0 0 0;
	margin:0;
	text-align:right;
}

h3 {
	color:#999;
	font-size:13px;
	padding:0;
	margin:15px 0 3px 0;
}


/*************** HYPERLINKS ***************/

a, a:visited {
	text-decoration:none;
	color:#8080ff;
}

a:hover, a:active {
	text-decoration:none;
	color:#c4c1f5;
}



/*************** CONTACT FORM ***************/

table#form {
	border:1px solid #cbccff;
	font-size:11px;
}

input  {
	background:#efeefc;
	width:150px;
	height:16px;
}

textarea  {
	background:#efeefc;
	width:220px;
	height:140px;

}

table#form p 
{ 
	margin:0 0 5px 0 
}

td#tel {
	font-size:13px;
	font-weight:bold;
}



/*************** OTWN FOOTER ***************/

div#otwn-footer { 
	font-size:11px; 
	padding:10px; 
	text-align:center;
}

