@import url("menu_top.css");
@import url("hidden.css");
/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

#ContactErrors, #ContactErrors td {
	color:#FF0000;
}

H1, H2 {
	font-size:10pt;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	padding-right:2px;
}

hr	{
	border:solid;
	border-top:1px;
	border-bottom:1px;
	border-bottom-color:#c2c2c2;
}
	
th	{
	background-color:#bbbbbb;
	color:#000;
	font-weight:bold;
}

#home-copy	{
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto;
	padding:10px;
	font-weight:bold;
}

#home-copy H1, #home-copy H2 {
	font-size:10pt;
	text-decoration: none;
	display: inline;
	font-weight:bold;
	padding-right:2px;
}


#home-copy2	{
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	height:auto;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#page-title	{
	font-weight:bold;
	color:#2d3e79;
	font: italic bold 160% "Times New Roman", Times, serif;
	margin:0px;
}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Tahoma;
	font-size:10pt;
	background-image:url(../images/new-bg.gif);
	background-repeat:repeat-y;
	background-position: center;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	background-image:url(../images/top.gif);
	width:1000px;
	height:224px;
}

div#nav-top	{
	padding-left:40px;
}

div#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height:auto;
}

div#copy-hm {
	background-repeat:no-repeat;
	width:auto;
	min-height:500px;
	height:auto;
	font-size:10pt;
	padding-top:10px;
	padding-bottom:20px;
}

div#copy-Int {
	background-repeat:no-repeat;
	width:auto;
	min-height:500px;
	height:auto;
	font-size:10pt;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
}

#home-img	{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}


#colours	{
	scrollbar-arrow-color:#ccc; 
	scrollbar-base-color:#ccc; 
	scrollbar-darkshadow-color:#ccc; 
	scrollbar-face-color:#fff; 
	scrollbar-highlight-color:#ccc; 
	scrollbar-shadow-color:#ccc;
	width:480px;
	height:auto;
	overflow: auto;
	margin-top:20px;
	margin-right:20px;
	white-space: nowrap;
}

.float-l	{
	float:left;
}

#vr	{
	background-image:url(../images/vr.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#td-copy	{
	vertical-align:top;
	padding-top:20px;
}


label	{
	font-size:8pt;
	display: block;	
}

.title	{
	font-size:11pt;
	padding-top:5px;
	padding-bottom:5px;
}

.price {
	color: #FF0000
}

.cart-no	{
	float:left;
	clear:left;
	padding-right:5px;
	padding-bottom:5px;
}

.checkout-fields-fl	{
	float:left;
	margin-right:4px;
}
.checkout-fields-fl input	{
	width:155px;
	height:auto;
}
.checkout-fields input	{
	width:155px;
	height:auto;
}
.checkout-fields .checkbox	{
	width:20px;
	height:20px;
}

.cart-border	{
	border:solid;
	border-width:2px;
	border-color:#ff0000;
}

div#footer {
	position:absolute;
	width:1000px;
	height:90px;
	color:#FFFFFF;
	background-image:url(../images/new-footer-bg.gif);
	background-repeat:no-repeat;
	font-size:7.5pt;
	bottom:0; /* stick to bottom */
	clear:both;
}

#footer-txt {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:7.5pt;
}

td #footer-txt	{
	font-size:7.5pt
}

div#footer-txt a {
		color:#FFFFFF;
}
