
/*************** Stylesheet for RB-WebDesign ***************/

*, html, body{
    	margin: 0px;
    	padding: 0px;
	}

body 	{
	margin: 0;
	padding: 0;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 62.5%;
	line-height: 2em;
	color: #555;
	text-align: center;
	}

h1 	{
	margin: 8px 0 8px 15px;
	padding: 0;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 1.7em;
	text-align: left;
	color: #369;
	}

h1 a#logo{
	float: left;
	margin: 20px 0 0;
	width: 245px;
	height: 48px;
	text-indent: -9999px;
	background: url(../images/rbwd-logo.gif) 0 0 no-repeat;
	/*position: relative;
	overflow:hidden;*/
	}

h1 a#logo span{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 48px;
	background: url(../images/rbwd-logo.jpg) 0 0 no-repeat;*/
	}

h2 	{
	margin: 10px 0 5px 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 1.5em;
	text-align: left;
	color: #369;
	}

h3	{
	margin: 0 0 4px 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 1.2em;
	text-align: left;
	color: #369;
	}

h4	{
	margin: 0 0 3px 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 1.1em;
	text-align: left;
	color: #369;
	}

p 	{
	margin: 0 0 15px 0;
	padding: 0px 15px;
	}

a, p a	{
	color: #369;
	outline: none;
	}

span	{
	font-weight: bold;
	}

a:hover, p a:hover{
	color: #369;
	text-decoration: underline;
	}

blockquote{
	margin: 15px auto;
	width: 500px;
	line-height: 1.5em;
	text-align: left;
	background: #fafafa;
	font-style: italic;
	font-family: helvetica,arial,verdana,sans-serif;
	}

cite	{
	font-weight: bold;
	font-style: normal;
	}

a img	{
	border: none;
	text-decoration: none;
	}

#container{
	margin: 0px auto;
	width: 800px;
	font-size: 1.3em;
	background: #fff;
	text-align: left;
	}

#header {
	height: 80px;
	border-bottom: 2px solid #666;
	}

#topbar {
	float: left;
	margin: 5px 0;
	width: 800px;
	color: #fff;
	background: #cca url(../images/bg-tile1.gif) 0 0 repeat-x;
	}

#content-top{
	float: left;
	width: 800px;
	height: 302px;
	background: #333;
	}

#content-top-left{
	float: left;
	margin: 1px 0 1px 1px;
	width: 450px;
	width: 300px;
	}

#content-top-right{
	float: right;
	width: 325px;
	margin-top: 15px;
	}

#content-top-right h2{
	padding: 15px 15px 15px 0;
	font-size: 1.8em;
	color: #fff;
	line-height: 1.2em;
	}

#content-top-right h3{
	margin: 0 0 0 15px;
	padding: 4px 0 4px 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #DE9842;
	background: url(../images/arrow-white.gif) 0 50% no-repeat;
	}

#content1{				
	float: left;
	margin: 20px 0 10px;
	width: 800px;
	}

#content2{	
	float: left;	
	margin: 0;
	padding: 0 0 20px;
	width: 800px;
	}

#content3{	
	float: left;			
	margin: 20px 0 0;
	width: 800px;
	min-height: 257px;
	}

#content4{				
	float: left;
	margin: 20px 0;
	width: 800px;
	min-height: 400px;
	}

#footer {
	clear: both;
	height: 60px;
	font-size: 0.85em;
	background: #cca url(../images/bg-tile1.gif) 0 0 repeat-x;
	border-top: 2px solid #999;
	}

#footer p{
	color: #666;
	padding: 20px 0 0;
	text-align: center;
	}

#footer p a{
	color: #666;
	text-decoration: none;
	}

#footer p a:hover{
	text-decoration: underline;
	}

/*************** lists ***************/

#itemlist1{
	float: right;
	margin: 15px 0 0;
	width: 307px;
	color: #DE9842; 
	list-style-type: none;
	}

#itemlist1 li{
	padding: 2px 0 2px 15px;
	font-size: 1.2em;
	background: url(../images/arrow-white.gif) 0 8px no-repeat;
	}

#topmenu{
	float: left;
	display: inline;
	list-style-type: none;
	}

#topmenu li{
	display: block;
	float: left;
	padding: 5px 15px;
	text-align: center;
	border-right: 1px solid #fff;
	}

#topmenu li a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}

#topmenu li a:hover, #topmenu li .selected{
	color: #ffe;
	text-decoration: none;
	}

.price-list{
	margin-left: 33px;	
	padding-left: 0px;	/*for IE*/
	}

.breadcrumbs{
	float: right;
	margin: 0;
	padding: 0;
	width: 143px;
	list-style-type: none;
	}

.breadcrumbs li{
	display: inline;
	float: left;
	}
	
.breadcrumbs li a{
	display: block;
	float: left;
	margin-left: 10px;
	text-decoration: underline;
	}

.breadcrumbs li a:hover{
	text-decoration: underline;
	}

.breadcrumbs li .selected{
	color: #333;
	text-decoration: none;
	}

/*************** classes ***************/

.itembox1{
	width: 310px;
	float: right;
	margin: 7px 15px 15px 15px;
	padding: 0 0 15px;
	background: #fff;
	/*border: 1px solid #ccc;
	-moz-border-radius: 5px;*/
	}

.itembox1 h3{
	margin: 2px 0 -10px 20px;
	}

.w3c	{
	float: left;
	margin: 15px -20px 0 15px;
	width: 186px;
	height: 31px;
	}

.top-nav, .bottom-nav{
	margin: 0;
	padding: 0;
	clear: both;
	}

.package{
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 15px;
	position: relative;
	top: 0;
	left: 15px;
	width: 245px;
	height: 220px;
	background: #eee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.package h4{
	margin: 0 0 15px;
	padding: 5px 0 5px 33px;
	background: #333 url(../images/arrow-orange1.gif) 20px 11px no-repeat;
	font-size: 1.1em;
	color: #fff;
	}

.portbox{				
	margin: 0 0 5px 15px;
	padding: 20px 0 0 0;
	float: left;	
	width: 770px;			
	height: auto;
	border-top: 1px solid #ccc;
	}

.portboxleft{
	margin: 0;
	padding: 0;
	float: left;
	width: 208px;
	height: auto;
	}

.portboxright{
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;	
	width: 562px;
	min-height: 220px;
	}

.portboxright h3{
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 0.4em;
	}

.portboxright p{
	padding: 0 0 0 20px;
	}

.portboxright p a{
	clear: both;
	display: block;
	margin: 10px 0 0 220px;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	width: 80px;
	height: 20px;
	text-align: center;
	background: url(../images/visit.png) 49.5% 0 no-repeat;
	}

.portboxright p a:hover{
	color: #fff;
	text-decoration: none;
	}

p.contact-details{
	float: left;
	margin: 0 0 0 30px;
	padding: 34px 0 0 120px;
	width: 170px;
	height: 200px;
	font-size: 1.2em;
	line-height: 100px;
	background: url(../images/contact-details.gif) 0 30px no-repeat;
	}

/**************** forms ***************/

#contact-form{
	float: right;
	padding: 30px 0 30px 80px;
	width: 400px;
	}

fieldset{
	border: none;
	}

label	{
	float: left;
	width: 130px;
	}

input	{
	margin-bottom: 10px;
	padding: 1px;
	width: 240px;
	}

textarea{
	margin-bottom: 10px;
	padding: 1px;
	width: 240px;	
	height: 150px;
	}

input[type="submit"]{
	margin-bottom: 10px;
	padding: 1px;
	width: 100px;
	}

label.error{
	margin: -10px 0 7px;
	padding-left: 130px;
	width: 100%;
	height: 23px;
	color: #c00;
	}

span.required{
	color: #c00;
	}

/**************** images ***************/

.ciw	{
	float: right;
	margin: 13px 15px 0 0;
	width: 80px;
	height: 52px;
	border: none;
	background: url(../images/ciw-master-sml.gif) no-repeat;
	}

#content-top-left img{
	width: 450px;
	height: 300px;
	}

.w3c img{
	float: left;
	margin-right: 3px;
	border: none;
	}

.ukwdc	{
	float: right;
	margin: 15px 15px 0 0;
	}

.screenshot-sml{
	float: left;
	margin: 20px 0 0 14px;
	width: 133px;
	height: 117px;
	border: 4px double #bbb;
	}

.screenshot-lrg{
	float: left;
	margin: 0 0 15px;
	padding: 0;
	width: 200px;
	height: 176px;
	border: 4px double #bbb;
	}

.services{
	float: right;
	margin: 0 -20px 20px 20px;
	padding:0;
	width: 400px;
	height: 300px;
	}


