/* UKTarps CSS File */
html {
	overflow: -moz-scrollbars-vertical;
}

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body { 
	margin: 0px;
	padding: 0px;
/*	behavior: url('catalog/javascript/png/iepngfix.htc');	*/
	background: #FFFFCC url('background.gif') top repeat-x;
}

body, td, th, input, textarea, select, a {
	font-size: 11px;
	color: #000000;
}
 
b, strong, th {
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
/*	behavior: url('catalog/javascript/png/iepngfix.htc');*/
}
  
/*a img {
	border: none;
}*/

a:hover {
	text-decoration: none;
}

/* layout */
h1 {
	font-size: 14px;
	font-weight: bold;
}
 
#container {
	width: 779px;
	position: relative;
	left: 50%;
	margin-left: -389px;
}

#header {
	height: 120px; 
	clear: both; 
}

#header .a {
	background: url('tarpaulin-logo.gif') no-repeat;
/*	behavior: url('catalog/javascript/png/iepngfix.htc');*/
	width: 779px;
	height: 120px;
	float: left;
	position: absolute;
	top: 4px;
	left: 30px;
}

#header .b {
	position: relative;
	top: 125px;
	float: left;
}

#header .b a {
	background: url('tab.png');
/*	behavior: url('catalog/javascript/png/iepngfix.htc');*/
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
	font-weight: normal;
}

/* menu */
.nav {
	position: relative;
	top: 143px;
	float: none;
	width: 340px;
	padding: 15px;
	margin: 3px 0 20px 0;
	border: 0px solid #ccc;
        background: #;
	left: 180px;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #FFFFCC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #FFFFFF;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #FFFF00;
        background: url('../image/circle.gif') no-repeat bottom center;
}

/* menu end */
#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 1px;
	margin: 10px 15px 15px 0px;
	float: left;
}

#content {
	margin: 10px 0px 15px 0px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #99CCFF;
	width: 775px;
}

#footer { 
	clear: both;  
	border-top: 2px solid #99CCFF;
	padding-top: 3px;
	margin-bottom: 1px;
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #CC0000;
}
  
#time {
	color: #99CCFF;
	text-align: center;
	clear: both;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000066;
	padding-bottom: 2px;
	border-bottom: 1px solid #99CCFF;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}
 
.heading .right {
	float: right;
	text-align: right;
}

#bar {
	border-top: 1px solid #0033FF; 
	border-bottom: 0px solid #0033FF;
	padding: 3px 3px 0px 10px;
	height: 26px;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}


.buttons {
	border: 1px solid #99CCFF;
	margin: 10px 0px;

	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}
