/* Webopius Site CSS Code */
/* (c) 2008. Webopius Ltd */

/* @group Reset */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

ol,ul {
	list-style: none;
}

img {
	border: none;
}

a {
	color: navy;
	text-decoration: none;
}

/* @end */

/* @group Containers */

body#home {
	background: url(/images/vback.png) repeat-x;
	background-color: #cccccc;
}

body#page {
	background: url(/images/vback2.jpg) repeat-x;
	background-color: #BEC9C9;
}

/* My Comment */

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#header {
	position: relative;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #000;
	overflow: none;
}

#header ul {
	float: right;
	font-size: 75%;
	background: url(/images/uk_flag.png) no-repeat left center;
	padding-left: 24px;
	margin-right: 5px;
}

#title {
	width: 100%;
	height: 333px;
	color: #fff;
	overflow: none;
}

#midbar {
	position: relative;
	width: 100%;
	height: 75px;
	background: url(/images/midbar.png) no-repeat left top;
}

#home_content {
	position: relative;
	width: 100%;
	height: 330px;
	overflow: none;
	background: url(/images/paper-back.jpg) no-repeat left top;
	color: #000;
}

#home_content ul {
	width: 610px;
	height: 300px;
	float: left;
}

#home_content #sidebar {
	width: 359px;
	position: absolute;
	top: 0px;
	left: 592px;
}

#header form#searchform {
	position: absolute;
	top: 28px;
	left: 668px;
	width: 280px;
}

#page_left {
	width: 586px;
	float: left;
	padding-right: 364px;
	position: relative;
}

#page_right {
	width: 364px;
	float: right;
}

#footer {
	width: 100%;
	float:left;
	position: relative;
	background-color: #cccccc ;
	color: #333333;
	font-size: 65%;
	margin-top: 10px;
}

#menu {
	width: 100%;
	position: relative;
}

#clear {
	clear: both;
}

/* @end */

/* @group Title Images */

#title ul li#image1 {
	position: absolute;
	top: 300px;
	left: 140px;
	width: 247px;
	height: 77px;
	background: url(/images/page1.png) no-repeat left top;
	z-index: 50;
	text-indent: -9999px;
}

#title ul li#image2 {
	position: absolute;
	top: 260px;
	left: 265px;
	width: 259px;
	height: 123px;
	background: url(/images/page2.png) no-repeat left top;
	z-index: 40;
	text-indent: -9999px;
}

#title ul li#image3 {
	position: absolute;
	top: 180px;
	left: 426px;
	width: 227px;
	height: 186px;
	background: url(/images/page3.png) no-repeat left top;
	z-index: 30;
	text-indent: -9999px;
}

#title ul li#image4 {
	position: absolute;
	top: 60px;
	left: 581px;
	width: 290px;
	height: 333px;
	background: url(/images/page4.png) no-repeat left top;
	z-index: 20;
	text-indent: -9999px;
}

/* Disabled for now. Nice effect but too slow
#title ul li#image1:hover {
	background: url(/images/page1-hover.png) no-repeat left top;
	z-index: 50;
}

#title ul li#image2:hover {
	background: url(/images/page2-hover.png) no-repeat left top;
	z-index: 50;
}

#title ul li#image3:hover {
	background: url(/images/page3-hover.png) no-repeat left top;
	z-index: 50;
}

#title ul li#image4:hover {
	background: url(/images/page4-hover.png) no-repeat left top;
	z-index: 50;
}
*/

/* @end */



/* @group General styles */

#header h1 {
	background: url(/images/logo.png) no-repeat 0 5px;
	width: 264px;
	height: 54px;
	text-indent: -9999px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	color: #69cbfd;
}

#home_content ul li {
	width: 170px;
	height: 145px;
	font-size: 15px;
	float: left;
	margin: 5px 15px 0px 12px;
}

#home_content ul li h4 {
	position: relative;
	font-size: 17px;
	height: 40px;
	margin-bottom: 6px;
}

#home_content #sidebar h5 {
	text-align: center;	
	color: #097690;
	margin-top: 25px;
	margin-bottom: 5px;
}

#home_content #sidebar blockquote {
	text-align: center;
	font-size: 90%;
	font-style: italic;
}

#home_content #sidebar span.openquote {
	position: relative;
	left: -4px;
	top: 8px;
	color: #097690;
	font-size: 300%;
	line-height: 20px;
}

#home_content #sidebar span.closequote {
	position: relative;
	left: -3px;
	top: 30px;
	color: #097690;
	font-size: 300%;	
	line-height: 20px;
}

#home_content #sidebar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#home_content #sidebar p {
	font-size: 75%;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

#home_content ul li h4 a {
	display: inline;
	position: absolute;
	bottom: 0px;
}

#home_content ul li p {
	font-size: 75%;
	line-height: 128%;
}

#title h2 {
	width: 570px;
	height: 75px;
	padding-top: 40px;
	font-size: 30px; 
}

#title h3 {
	width: 400px;
	height: 100px;
	padding-top: 12px;
	line-height: 128%;
	font-size: 14px;
	font-weight: normal;
}

#midbar a#contactus {
	display:block;
	width: 116px;
	height: 32px;
	position: absolute;
	top: 21px;
	left: 410px;
	background: url(/images/btn-contactus.png) no-repeat left top;
	text-indent: -9999px;
}

#midbar a#contactus:hover {
	background: url(/images/btn-contactus.png) no-repeat left -32px;
}

#midbar a#email {
	display:block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 21px;
	left: 539px;
	background: url(/images/btn-email.png) no-repeat left top;
}

#midbar a#email:hover {
	background: url(/images/btn-email.png) no-repeat left -33px;
}

#midbar a#phone {
	display:block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 21px;
	left: 576px;
	background: url(/images/btn-phone.png) no-repeat left top;
}

#midbar a#phone:hover {
	background: url(/images/btn-phone.png) no-repeat left -33px;
}

#midbar a#skype {
	display:block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 21px;
	left: 612px;
	background: url(/images/btn-skype.png) no-repeat left top;
}

#midbar a#skype:hover {
	background: url(/images/btn-skype.png) no-repeat left -33px;
}

#midbar .info {
	visibility: hidden;
	width: 200px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: -200px;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	line-height: 33px;
	text-align: center;
}

#footer img {
	float: right;
	padding: 3px;
}

/* @end */

/* @group Page Styles */

#page_left h1 {
	font-size: 150%;
	margin-top: 20px;
}

#page_left h2 {
	font-size: 120%;
	margin-top: 15px;
}

#page_left p {
	font-size: 100%;
	line-height: 140%;
	margin-top: 10px;
}

#page_left .pricing {
	position: relative;
	left: -20px;
	font-size: 80%;
	padding: 5px 5px 5px 90px;
	margin: 20px 0px 20px 0px;
	background-color: #444;
	color: #fff;
}

#page_left .pricing h2{
	margin: 4px 0px 5px 0px;
	font-size: 100%;
}

#page_left .pricing img{
	position: absolute;
	top: -10px;
	left: -15px;	
}

#header #logo {
	position: absolute;	
	top: 3px;
	left: 2px;
}

#header a#contactus {
	display:block;
	width: 92px;
	height: 27px;
	position: absolute;
	top: 28px;
	left: 567px;
	background: url(/images/btn-scontactus.png) no-repeat left top;
	text-indent: -9999px;
}

#header a#contactus:hover {
	background: url(/images/btn-scontactus.png) no-repeat left -27px;
}

#header a.search {
	display:block;
	width: 92px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 186px;
	border: none;
	cursor: pointer;
	background: url(/images/btn-ssearch.png) no-repeat left top;
	text-indent: -9999px;
}

#header a.search:hover {
	background: url(/images/btn-ssearch.png) no-repeat left -27px;
}

#header input#s {
	margin-top: 3px;
	width: 175px;
	text-align: right;
}

#menu ul {
	margin-top: 1px;
	float: right;
	font-size: 80%;
	height: 30px;
	background-color: #000;
}

#menu ul li {
	margin: 0px;
	color: #fff;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 5px;
	display: inline;
	background: #000 url(/images/menu-bar.png) no-repeat 0px top;
	text-align: center;
}

#menu ul li#first {
	background: none;	
}

#menu ul li a {
	color: #fff;
}

#menu ul li a:hover {
	color: #69cbfd;
}

#page_left blockquote.citeright {
	position: absolute;
	left: 600px;
	width: 350px;
	text-align: right;
	font-size: 85%;
	font-style: italic;
}

#page_left blockquote.citeright img {
	/* border: 2px solid gray; */
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* border-bottom: 2px solid #F0F0F0; */
}

#page_left ul {
	margin-top: 10px;
}

#page_left ul li {
	padding-left: 20px;
	background: transparent url(/images/bullet.gif) no-repeat left top;
	margin-bottom: 5px;
}


#page_left a.sendbutton {
	display:block;
	width: 92px;
	height: 27px;
	border: none;
	cursor: pointer;
	background: url(/images/btn-ssend.png) no-repeat left top;
	text-indent: -9999px;
}

#page_left a.sendbutton:hover {
	background: url(/images/btn-ssend.png) no-repeat left -27px;
}


/* @end */

/* @group Tables */

table.form {
	width: 95%;
	border: 2px solid #F0F0F0;
	font-size: 85%;
	margin-bottom: 20px;
}

table.form td.left {
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	width: 30%;
	text-align: left;
}

table.form td.right {
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	width: 70%;
	text-align: left;
}

table.form td.redtext {
	color: #fc0012;
}

table.form td.redtext img {
	float: right;
}

table.status {
	border: 2px solid #F0F0F0;
	font-size: 85%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

table.status th { 
	border: 0px;
	color: #fff; 
	background-color: #3399ff; 
}

table.status tr.highlight { 
	background-color: #e7f1f2; 
}


/* @end */



