
/**
* @author wiredmedia::paul campbell <pauljamescampbell@hotmail.com>
* @desc vears.co.uk stylesheet [css3]
**/

html {
	font-family: tahoma, verdana, sans serif;
	font-size: 11px;
	color: #000000;
	height: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #A8BECA; /*url("../../image/png/vears_bg.png") repeat top left; */
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #1d5174;
	padding-left: 0;
	padding-right: 0;
}

td {
	font-size: 11px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0 5px;
}

table {
	border: 1px solid #000000;
	background: #ebf4fa;
	font-weight: bold;
	margin-bottom: 5px;
}

thead {
	background: #8faec2;
	color: #ffffff;
	font-size: 12px;
}

input.reset {
	color: #8faec2;
	font-weight: bold;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #8faec2;
	padding: 2px 4px;
}

input.submit {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: #8faec2;
	border: 1px solid #8faec2;
	padding: 2px 4px;
}

#container {
	width: 705px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;

}

#container[id] {

}

#header {
	height: 139px;
	margin: 0;
	background: url("../../image/png/vears_header.png") no-repeat top left;
}

#navigation {
	width: inherit;
	margin: 0;
	padding: 0;
	height: 25px;
	background: #ebf4fa url("../../image/png/vears_body.png") repeat top left;
}

#navigation[id] {
	height: auto;
}

#navigation ul {
	position: relative;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 2px;
	padding: 0;
}

#navigation[id] ul {
	height: 23px;
	top: 5px;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 6px 10px 0 10px;
	height: 25px;
}

#navigation[id] li {
	/* 22 - 11(px) = 11 */
	padding: 4px 10px 7px 10px;
	height: 23px;
}

#navigation li:hover,
#navigation li.selected,
#navigation li.over {
	background: #b7cbd8;
}

#navigation li.selected {
	background: #1a4b64;
}

#navigation a {
	color: #1d5174;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
}

#navigation li.selected a:hover {
	color: #1d5174;
}

#navigation li.selected a {
	color: #ffffff;
}

#body {
	
	background: #ffffff url("../../image/png/vears_body.png") repeat top left;
	min-height: 70%;
}

#content {
	background:url("../../image/png/vears_nav_base.png") no-repeat top left;
	padding: 25px 15px 25px 12px;
}

#content #right img {
	border: 2px solid #cccccc;
}

#left,
#right {
	padding-top: 11px;
}

#left[id],
#right[id] {
	padding-top: 0;
}

#left {
	float: left;
	width: 450px;
}

#right {
	float: right;
	width: 220px;
	text-align: right;
}

#footer {
	height: 47px;
	padding: 1px 12px;
}

#copyright {
	margin-top: 12px;
}

#copyright a, 
#copyright a:hover {
	font-weight: bold;
	color: #1f5873;
	text-decoration: none;
}

#counter {
	color: #666666;
}

#counter b {
	color: #333333;
}

#contact_info {
	background: #ffffff;
	width: 310px;
	height: 120px;
	vertical-align: middle;
	margin: 20px;
	padding: 10px;
}

#menu {
	position: relative;
	top: 200px;
	left: -150px;
	width: 120px;
}

#menu ul {
	text-align: right;
}

#menu li a {
	padding: 3px 0;
	color: #ffffff;
}

form p {
	clear: both;
	padding-bottom: 30px;
}
form p label {
	display: block;
	float: left;
	width: 100px;
}

form p input {
	display: block;
	float: left;
}

form p#buttons {
	margin-left: 95px;
}

form p#buttons input {
	margin-right: 15px;
}