/**************************************
Generic styles
**************************************/
*
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

body
{
	background: #eeeeee url(/common/images/bg-image.jpg) center top no-repeat;

}

h1
{
	font-size: 210%;
	font-weight: bold;
	color: #658EAD;
	padding: 3px 0px 3px 0px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #658EAD;
}


h2
{
	padding: 2px 0px 2px 0px;
	margin: 0px 0 0 5px;
	font-size: 130%;
	line-height:120%;
	text-indent: 4px;
	color: #658ead;
}

h3
{
	padding: 2px 0px 2px 0px;
	margin: 3px 0 0 0px;
	font-size: 140%;
	color: #658ead;
	text-align:center;
	font-weight:normal;
}

p
{
	padding: 0;
	margin: 0 0 5px 0;
}
img
{
	border: 0;
}

a
{
	border: 0;
	text-decoration: none;
}

a:hover

{
	text-decoration: underline;
}

p a
{
	color: #658ead;
}

.break
{
	height: 0px;
	font-size: 0px;
	clear: both;
	background-color: transparent; 
	color: #ffffff;
}

/**************************************
Page Structure
**************************************/
#topbar
{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
}


#topwrapper
{
	width: 960px;
	margin: 20px auto 0px auto;
	position:relative;
}

#contactus
{
	position: absolute;
	bottom: 0px;
	right: 5px;
	background: transparent url(/common/images/contactus.png) right bottom no-repeat;
	height: 110px;
}

#contactus img
{
	display: block;
	margin: 55px 110px 0 0;
}


/**************************************
Logo area
**************************************/
a.promo
{
	position: relative;
	margin: 0 0 0 400px;
}

a.promo img
{
	position: relative;
	top: 13px;
}


/**************************************
End of Logo area
**************************************/

/**************************************
Top nav
**************************************/

#navwrapper
{
	width: 960px;
	margin: 0 auto 0 auto;
	border:1px solid #979BA7;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
}

#nav
{
	width: 960px;
	margin: 0px auto 0px auto;
}

ul#primary-nav
{
	text-align: left; 
	margin: 5px auto 5px auto;	
	padding: 0px;
}

ul#primary-nav li
{
	padding: 0px 10px 0px 10px;
	display: inline; 
}

ul#primary-nav li.menuactive
{
	font-weight: bold;
}

ul#primary-nav li dfn
{
	display: none;
}

ul#primary-nav li a
{
	margin: 0 0px 0 10px;
	font-size: 150%;
	color: #658ead;
	text-decoration: none;
}

ul#primary-nav li a:hover
{
	color: #202d37;
	text-decoration: underline;
}

ul#primary-nav li.menuactive a
{
	margin: 0px 0px 0 0px;
	padding: 0 0 5px 0;
	text-decoration: underline;
}


ul#primary-nav ul
{
	display: none; 
}

ul#primary-nav li.menuactive ul
{
	display: inline;
	float: left;
	width: 100%;
	margin: 5px 0 0px 0;
	padding: 0px 0 0px 0px;
	background-color: #f6f7f9;
	-moz-border-radius: 0px 0px 5px 5px;

}

ul#primary-nav li.menuactive ul li
{
	display:block;
	float: left;
	text-align:center;
	padding: 5px 5px 5px 5px;
	margin: 0px 5px 0px 5px;
	border-top: 1px solid #f6f7f9;
}

ul#primary-nav li.menuactive ul li.menuactive
{
	border-top: 1px solid #d4e1fb;
	background-color: #ecf1fb;
}

ul#primary-nav li.menuactive ul li a
{
	font-weight: normal;
	font-size: 105%;
	text-decoration: none;
	background: none;
}

ul#primary-nav li.menuactive ul li a:hover
{
	text-decoration: underline;
}

ul#primary-nav li.menuactive ul li.menuactive a
{
	font-weight: bold;
}


/**************************************
End of Top nav
**************************************/

#wrapper
{
	clear: both;
	width: 960px;
	margin: 10px auto 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #979BA7;
	-moz-border-radius: 5px;
}

.homewrapper
{
	background: transparent url(/common/images/stand-out.png) right top no-repeat; 
	
}

.content
{
	text-align:justify;
}
.content-lower
{
	clear: both;
	margin: 15px 0 0 0;
}

.content-wide
{
	padding: 8px;
}

.content-left
{
	padding: 8px;
	width: 550px;
	float: left;
}

.content-right
{
	width: 378px;
	float: right;
	text-align: right;
	padding: 8px;
}


.content-lower .content-left
{
	background: transparent url(/common/images/slideshow-bg.png) left top no-repeat;
	border: 1px solid #658ead;
	margin: 5px 0px 5px 7px;
	padding: 0px;
	width: 545px;
	height: 280px;
	-moz-border-radius: 5px;
}



.content-lower .content-right
{
	width: 375px;
	height: 270px;
	text-align: left;
	margin: 5px 7px 5px 0px;
	padding: 5px;
	background: #75a4c8 url(/common/images/bg-grad.png) left bottom repeat-x; 
	-moz-border-radius: 5px;
	border: 1px solid #658ead;
}

.content-lower .content-right *
{
	color: #ffffff;
}

.content-lower .content-right a
{
	display: block;
	background: #ffffff url(/common/images/cta-button-right.png) right 5px no-repeat; 
	height: 40px;
	margin: 5px 5px 6px 5px;
	padding: 20px 0px 0px 5px;
	font-size: 150%;
	-moz-border-radius: 5px;
	color: #658ead;

}


.content-services a
{
	display: block;
	float: left;
	width: 220px;
	height: 85px;
	border: 2px solid #658ead;
	margin: 3px 9px 5px 7px;
	padding: 5px 0 0 0;
	-moz-border-radius: 5px;
}

.content-services a:hover
{
	text-decoration: none;
}

.content-services a.build
{
	background: transparent url(/common/images/web-build-small.png) left top no-repeat; 
}
.content-services a.cms
{
	background: transparent url(/common/images/cms-small.png) left top no-repeat; 
}
.content-services a.optimisation
{
	background: transparent url(/common/images/optimisation-small.png) left top no-repeat; 
}
.content-services a.hosting
{
	background: transparent url(/common/images/hosting-small.png) left top no-repeat; 
}



.content-services a span
{
	background-color: #d6e6f2;
	color: #658ead;
	font-size:160%;
	line-height:170%;
	padding: 3px 5px 3px 5px;
	margin: 0px 0 0 10px;
}



.content-right h2 span
{
	padding: 2px 2px 2px 0px;
	margin: 7px 10px 3px 5px;
	font-size: 230%;
	line-height:150%;
	text-indent: 0px;
	color: #ffffff;
	background-color:#658ead;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
}

.contentpage
{
	background: transparent url(/common/images/RHS-bg.png) right top no-repeat;

}
.contentpage .content-left
{
	width: 650px;
	float: left;
}

.contentpage .content-right
{
	width: 278px;

}

.content ul
{
	padding: 0;
	margin: 5px 0 5px 20px;
	list-style-position:outside;
}

.content ul li
{
	padding: 0;
	margin: 0;
	line-height:1.7em;
}


/**************************************
Home page slideshow
**************************************/
.homeleftcontent
{
	float: left;
	width: 48%;
}

#CustomSlideshow
{
	padding: 10px 10px 10px 10px;
}

.slideshow, .slideshow-label, .slideshow-content, .slideshow-panel {
    font:12px Verdana, Tahoma, sans-serif;
}

.slideshow {
    margin:2px auto 0px auto;
    position:relative;
    border:2px solid #eee;    
    background-color:transparent; 
    display:none;           /* Set to "none" for not preview slideshow content */
}

.slideshow-label {    
	background: #eeeeee url(/common/images/footer-bg.gif) left top repeat-x;
    height:22px;
    line-height:22px;
    padding-left: 26px;
    border:none;
	text-align:center;
}

.slideshow-frame {
    position:absolute;
    top:0px;
    left:0px;
    background:url(/common/images/gallery/big-play.png) 50% 50% no-repeat;
    z-index:201;
    cursor:pointer;
    width:100%;
    height:100%;
}

.slideshow-shadow{
    position:absolute;
    top:0px;
    left:0px;
    background:#333;
    z-index:200;
    opacity:0.5;
    width:100%;
    height:100%;
}
.slideshow-panel-place {
    position:absolute;
    bottom:3px;
    left:3px;    
    z-index:100;
    height:28px;   
}


.slideshow-panel {
    z-index:101;    
    background-color:#EEEEEE; 
    width:98%;
    height:100%;
}

.slideshow-panel a.button {
	display: block;
	width:26px;
	height:26px;
	float:left;
	text-indent:-99999%;
	overflow:hidden;
	outline: 0; /* @ Firefox, prevent dotted border after click */ 
	
	border:1px solid #fff;
	
	background-repeat:no-repeat;

	opacity: 0.7;
}

.slideshow-panel a.button:hover {
	border:1px solid #ccc;
	opacity: 1;
}


.slideshow-panel a.first {
	background-image:url(/common/images/gallery/first.png)
}

.slideshow-panel a.prev {
	background-image:url(/common/images/gallery/prev.png)
}

.slideshow-panel a.play {
	background-image:url(/common/images/gallery/play.png)
}

.slideshow-panel a.stop {
	background-image:url(/common/images/gallery/stop.png)
}

.slideshow-panel a.next {
	background-image:url(/common/images/gallery/next.png)
}

.slideshow-panel a.last {
	background-image:url(/common/images/gallery/last.png)
}

.slideshow-panel a.help {
	position:relative;
	background-image:url(/common/images/gallery/help.png)
}

.slideshow-panel span.counter {
	float:right;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#41beff;
	/*width:26px;*/
	height:23px;
	line-height:23px;
	padding:0 4px;
}


.slideshow-help {
    position:absolute;
    bottom:28px;
    left:0px;    
    z-index:101;   
    background-color:#ff9; 
    display:none;
    opacity: 0.9;
    padding:2px;
}

.slideshow-content {
    
    border:1px solid #ccc;
    background-color:#fff;
    color:#333;
    overflow:hidden;
    position:relative;
    width:100%;
    height:100%;
}

/* Some Content Changes */
.slideshow-content p {
	padding:0px;
	overflow:auto;
}

.leftlowercontent
{
	clear: both;
}

/**************************************
End of home slideshow
**************************************/

.homerightcontent
{
	float: right;
	width: 50%;
	margin: 5px 0 0 0;
}
#main #content p
{
	padding: 10px 10px 0 0px;
	font-size: 1.1em;
	text-align: justify;
	color: #5b5b5b;
}

#c-main #content p
{
	padding: 8px 10px 0 10px;
	font-size: 1.2em;
	text-align: justify;
	color: #5b5b5b;
}

#content p a
{
	font-size: 100%;
	color: #0066FF;
}

#content p img
{
	margin: 0 0 0 5px;
	border: 1px solid #9ac6fa;
}

#main #content .leftlowercontent p
{
	padding: 6px 0 0 10px;
/* text-align: center; */
}

#main-bott
{
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: #eeeeee url(/common/images/main-bott-bg.gif) left top no-repeat;
}

#c-main-bott
{
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: #eeeeee url(/common/images/c-main-bott-bg.gif) left top no-repeat;
}

/**************************************
Contact Us Section
**************************************/

#CTA
{
	float: right;
	padding: 0 0 0 0;
	width: 230px;
}

#CTA-top
{
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: #eeeeee url(/common/images/CTA-top-bg.gif) left top no-repeat;
}

#CTA #content
{
	background: #eeeeee url(/common/images/CTA-bg.gif) left top repeat-y;	
}

#CTA h2
{
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 5px;
	text-indent: 2px;
}

#CTA #content p
{
	padding: 5px 5px 0px 5px;
}

/**************************************
Contact Form
**************************************/
#dialog
{
	display: none;
}

.formbuilderform
{
	margin: 0px 0 0 0;
	text-align: left;
}

.formbuilderform fieldset
{
	width: 480px;
	margin: 0 0 0 5px;
	border: 0;
}

.formbuilderform fieldset input
{
	clear: both;
	width: 450px;
}

.formbuilderform textarea
{
	width: 450px;
}

.formbuilderform div
{
	margin: 3px 0 0 7px;
}

.formbuilderform div.required
{
	margin: 3px 0 0 0px;
}

.formbuilderform .captcha img
{
	clear: both;
}

.formbuilderform div.submit
{
	padding: 5px 0 0 5px;
	margin: 0px 0 0 0px;
}

div.error_message ul
{
	width: 95%;
	margin: 0 auto 0 auto;
	border: 1px solid #CC0000;
	background-color:#FFeeFF;
}

div.error_message li
{
	list-style-type: none;
	padding: 0 0 0 5px;
	color: #CC0000;
}

.errtext
{
	color: #CC0000;
}

#CTA-bott
{
	height: 9px;
	font-size: 0;
	line-height: 0;
	background: #eeeeee url(/common/images/CTA-bott-bg.gif) left top no-repeat;
}

/**************************************
End of CTA
**************************************/

/**************************************
Portfolio styling
**************************************/
.category_items
{
	zoom: 1;
	margin: 10px 0 0px 0;
	padding: 0 0 0 13px;
}

.category_item
{
	float: left;
	width: 220px;
	height: 195px;
	margin: 0 10px 10px 0px;
	background: #f6f7f9 url(/common/images/category-item-bg.gif) left top no-repeat;
	text-align: center;
	position: relative;
}

.category_item h2
{
	padding: 5px 0 2px 0;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.category_item img
{
	width: 200px;
	height: 159px;
	border: 1px solid #5f90aa;
}

.category_item .links
{
	z-index: 100;
	position: absolute;
	top: 153px;
	left: 10px;
	width: 200px;
	margin: 0 auto 0 auto;
	height: 26px;
	line-height: 26px;
	background-color: #EDF3FA;
	border-top: 1px solid #5f90aa;
	border-bottom: 1px solid #5f90aa;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.category_item .links-hover
{
	filter:alpha(opacity=100);
	opacity:1.0;
}

.category_item .links a
{
	padding: 3px 3px 3px 3px;
	border: 1px solid #5f90aa;
	background-color: #d7e6f8;
	filter:alpha(opacity=100);
	opacity:1.0;
}

#c-main #content .category_item p.description
{
	font-size: 1em;
	text-align: center;
}

.item_images
{
	margin: 10px 0 0 0;
	float: left;
	width: 600px;
	text-align: center;
}

.item_images img
{
	margin: 0 0 0 10px;
	border: 1px solid #5f90aa;
}

.item_attrs
{
	margin: 10px 0 0 0;
	float: left;
	width: 330px;
}

.item_attrs .siteinfo
{
	padding: 0 0 10px 10px;
}


.url
{
	margin: 0px 2px 2px 10px;
	background: transparent url(/common/images/new-window.png) left top no-repeat;	
	height: 50px;
}

.linkback
{
	margin: 0px 2px 2px 10px;
	background: transparent url(/common/images/cta-button-left.png) left top no-repeat;	
	height: 50px;
}

.url a, 
.linkback a
{
	padding: 0 0 0 40px;
	font-size: 180%;
}



.linkback a:link,
.linkback a:visited,
.url a:link,
.url a:visited
{
	color: #658EAD;
}

.linkback a:hover,
.linkback a:active,
.url a:hover,
.url a:active
{
	color: #00388c;
}

/**************************************
End of Portfolio styling
**************************************/

/**************************************
Prices - Table
**************************************/
table#zetland-prices
{
	width: 90%;
	margin: 10px auto 0 auto;
	border: 1px solid #658EAD;
	background-color: #FFFFFF;
}

table#zetland-prices caption
{
	display: none;
}

table#zetland-prices th
{
	height: 2em;
	padding: 0 0 0 10px;
	color: #658EAD;
	text-align: left;
	background-color: #ecedef;
	
}

table#zetland-prices thead th
{
	text-align: center;
	font-size: 1.6em;
	background-color: #e6e6e6;
}


table#zetland-prices thead th .i
{
	font-size: 0.8em;
	font-style: italic;
}


table#zetland-prices td
{
	height: 3em;
	text-align: center;
	vertical-align: top;
	background-color: #ecedef;
}

table#zetland-prices th.even,
table#zetland-prices td.even
{
	background-color: #e6e6e6;
}

table#zetland-prices td.title
{
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #ecedef;
}


	


/**************************************
End of Prices - Table
**************************************/



/**************************************
Footer area
**************************************/

#footerwrapper
{
	margin: 5px 0 0 0;
	padding: 0px 0 0 0;
	height: 25px;

}

#footer
{
	clear: both;
	width: 960px;
	margin: 0px auto 0px auto;
	border: none;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#footer p
{
	color: #666666;
}

#footer a
{
	color:#0066FF;
}

.nav
{
	background-color: transparent;
}


.dark
{
	background-color: #eeeeee;
}






