/* ---------------------------------- */
/* ----- MAIN BODY OF WEBSITE ------- */
/* ---------------------------------- */
@import "css/reset.css";
/* Background and site font */
body {
	background:#f1f1f1 url(bg2.jpg) no-repeat top center;
}

.links {

position:absolute;
top:5px;
left:650px;
z-index:110;

}

.actions {

position:absolute;
top:560px;
left:30px;
z-index:110;

}



/* Full width banner, uncomment to use */
#BannerBG {
	/*background: #000;
	height: 105px;
	z-index:1;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;*/
}

/* Content background */
.container {
	background:;
	position:relative;
	width:950px;
	margin:0 auto;
}

/* Inner Content of Home and Contact */
#siteContent {
	display:inline;
	float:left;
	margin:20px 20px 30px 20px;
	width:570px;
	padding:0px;
}

/* Text area of Home and Contact */
#siteContent .contentCopy {
	width:570px;
}

/* Inner Content of Content Pages */
#siteContent.content {
	float:right;
	margin:20px 20px 20px 0;
	width:715px !important;
}

/* Text area of Content Pages */
#siteContent.content .contentCopy {
	width:715px !important;
}

/* Main copy font */
.contentCopy {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
	line-height:1.4em;
}

/* Copy links */
.contentCopy a {
	color:#595959;
	text-decoration:underline;
}

/* Copy links hover state */
.contentCopy a:hover {
	color:#595959;
	text-decoration:none;
}
.partners.our{
	width: 50%;
	float: left;
}

/* ---------------------------------- */
/* -------- ABSOLUTE DIVS ----------- */
/* ---------------------------------- */

/* Use for overlaying graphics, etc */
#absoDiv1 {
	width:0;
	height:0;
	background:url();
}

#absoDiv2 {
	width:0;
	height:0;
	background:url();
}

#absoDiv3 {
	width:0;
	height:0;
	background:url();
}


/* ---------------------------------- */
/* --------- H Tags/Headings -------- */
/* ---------------------------------- */

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #282268;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font: 22px Arial, Helvetica, sans-serif;
	color: #282268;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #282268;
	line-height: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #282268;
	line-height: 1.0em;
	margin-top: 0px;
	margin-bottom: 3px;
}


/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */

hr {
	border: 0;
	height: 1px;
	color: #c1c1c1;
	background-color: #c1c1c1;
	width: 100%;
}


/* ---------------------------------- */
/* ------Custom Bullet Points  ------ */
/* ---------------------------------- */

/* Uncomment to use a custom bullet point and adjust spacing */
/*ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	}*/


/* ---------------------------------- */
/* ------------ MENU ---------------- */
/* ---------------------------------- */

/* Changes the Menu Bar */
/*#nav {
	margin:0;
	padding:0;
	list-style:none;
	width: 950px;
	display: inline-block;
	background: url(menu.jpg) no-repeat top center;
	height: 46px;
	*margin-top: -2px;
}
*/
/* Changes the Background of the Current State */
/*#nav .current {
	display: inline-block;
	background: url(btn1.jpg) repeat-x top center;
	font: 13px Arial, Helvetica, sans-serif;
	display:block;
	color: #444;
	text-align: center;
}

/* Change the font color the Current State */
/*#nav .current a {
	color: #444;
}
*/
/* Changes Standard Page Menu */
/*#nav li {
	float:left;
	font: 13px Arial, Helvetica, sans-serif;
	display: inline;
	text-align:left;
	height: auto;
	background: none;
	margin-left: 0;
	padding: 0;
	position:relative;
	z-index:500;
	margin:0 0px;
border-right:1px solid #fff26d;
border-left:1px solid #bcab0b;
}
*/
/* Changes Standard Page Menu Text */
/*#nav li a {
	display: block;
	padding: 15px 30px 15px;
	text-decoration:none;
	height: auto;
	color:#444;
	white-space:nowrap;
	background: none;
}

/* Changes Hover State */
/*#nav li a:hover {
	color:#444;
	background: #222 url(btn1.jpg) repeat-x top center;
}

/* fix ie6 small issue */
*html #nav ul {
	margin:0 0 0 -2px;
}

/* Add space or image above dropdown menu */
.AboveDrop {
	height:10px;
}


/* ---------------------------------- */
/* ------------- SUBMENU ------------ */
/* ---------------------------------- */

/* Submenu Box Background */
/*#nav ul {
	position: absolute;
	left: 0;
	display:none;
	margin: 0 0 0 -1px;
	padding:0;
	list-style: none;
	background: #F4E830 /*url(Menu-Sub-BG.png) repeat*/;
/*	width: 200px;

}
*/
/* Submenu Indiviudal Rows */
/*#nav ul li {
	display:inline-block;
	float:left;
	border-bottom: 1px solid #3b3b3b;
	width: 100%;
	height: auto;
	margin-left: 0;
	min-width: 120px;
	clear:both;
border:none;
}
*/
/* Submenu Indiviudal Text */
/*#nav ul li a {
	clear: both;
	white-space: normal;
	height: auto;
	font: 11px Arial, Helvetica, sans-serif;
}
*/
/* Spacing of Submenu Page Names*/
/*#nav ul a {
	display: block;
	padding: 5px 5px;
	color:#000;
}

*/
/* Submenu Hover State */
/*#nav ul a:hover {
	color:#fff;
	text-decoration: none;
	background: #222;
}
*/

/* ---------------------------------- */
/* ----------- VIEW CART ------------ */
/* ---------------------------------- */

/* Change _cartView.gif to _cartViewBlack.gif for dark layouts */
#viewCart {
	background: none;
	float:right;
	height:25px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 840px;
	padding: 0;
}

#viewCartBtn {
	color:#000;
	background: url(_cartView.gif) no-repeat left center;
	display:block;
	width:100px;
	text-align:right;
	height:25px;
	cursor:pointer;
	border:none;
	vertical-align:text-top;
	padding: 2px 10px;
}

#viewCartBtn:hover {
	color: #fff;
	background: #888 url(_cartViewHover.gif) no-repeat left center;
}

 #viewCartBtn::-moz-focus-inner {/* FF fix */
 border:0;
 padding:0
}


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

/* Home and Contact Sidebar */
#sidebar {
	background:#f1f1f1;
	display:inline;
	width:300px;
	float:right;
	padding:0 10px 10px;
	margin:20px 20px 20px 0px;
	float:right;
}

/* Content Sidebar */
#sidebar.content {
	background: #EAEBEA;
	display: inline !important;
	border: 1px solid #CECECE;
	width: 150px;
	float: left;
	padding: 0 9px 10px;
	/*padding: 0 9px 10px 5px;*/
	margin: 20px 0px 20px 20px;
	font: 12px arial;
	color: #444;
	line-height: 2.0em;
}

/* Uncomment following line to hide the home/contact sidebar */
#sidebar{display:none!important}
.siteContent{width:910px!important}
.contentCopy{width:910px!important}

/* The sidebar's page title font */
#sidebar #pageTitle {
	font:bold 14px Arial, Helvetica, sans-serif;
	margin:10px auto 0;
	width:100%;
	text-align:center;
	display: none;
}

#sidebarPageTitle {
	font-size:14px;
	font-weight:bold;
	margin:10px 0 10px;
}

/* Sidebar image's font size */
#sidebar .item .text {
	font:12px arial;
	margin: 3px 0px 10px;
	width:300px;
color:#444;
	line-height: 2.0em;
}

/* The sidebar link colors */
#sidebar a, #sidebar a:visited {
	color: #555;
}

#sidebar a:hover {
	color: #000;
}

#sidebar .item {
	margin:10px 0 0;
}

#sidebar .item img {
	display:block;
	margin:0 auto;
}

#sidebar.content .item .text {
	width:150px
}

#sidebar .item .shop {
	margin-bottom:25px
}


/* ---------------------------------- */
/* -------- CONTENT IMAGES ---------- */
/* ---------------------------------- */

/* Content image alignment (Set to 0 for left align) */
.contentImgInner {
	margin:auto;
	text-align:center;
}

.contentImg {
	margin:30px 0;
	width:570px
}

.contentImg.content {
	width:715px
}

.contentImgInner {
	display:table
}

.contentImg .item {
	float:left;
	margin:0 6px;
	width:150px
}

.contentImg .item table {
	display:block;
	float:left
}

.contentImg .item .overlayImg {
	display:block
}

.contentImg .item .text {
	margin:8px 2px 0;
	width:146px;
	font:11px arial;
	text-align: center;
color:#777;
}


/* Content image's descriptions links */
.contentImg .item .text a {
	font-size:11px;
	color: #666666;
}

/* Vertical Content Images */
.contentImg.vert {
	margin-bottom:15px
}

.contentImg.vert .contentImgInner {
	margin-left:4px
}

.contentImg.vert .item {/*clear:both;*/
	width:635px;
	margin-bottom:15px
}

.contentImg.vert .item table {
	margin:4px 0 0 10px
}

.contentImg.vert .item .overlayImg {
	float:left
}

.contentImg.vert .item .text {
	width:295px;
	float:left;
}

.contentImg.vert .item .text.noShop {
	width:471px;
}

.contentImg.vert .item .shop {
	float:right;
	margin-top:10px;
}


/* ---------------------------------- */
/* -------- WEBSITE FOOTER ---------- */
/* ---------------------------------- */

/* Footer style and font */
#footer {
	background:;
	color:#444;
	font:11px arial;
	display:block;
	padding:30px 25px 0;
	height:100px;
	width:900px;
	margin: auto;
}

/* Full Width Footer background uncomment to use */
#FooterBG {
    background: #DCDBD9;
	width: 100%;
}

/* Footer links font color */
#footer li a {
	color:#444;
	text-decoration:none;
	padding:1px 5px;
	white-space:nowrap;
	margin-bottom:2px;
	line-height:1.8em;
}

/* Footer links  font and background color */
#footer li a:hover {
	color:#fff;
	background:#66676a;
}

#footerLeft {
	float:left;
	width:500px;
}
#footerRight {
	float:right;
	width:300px;
}

#footerRight * {
	font-size:9px;
	float:right;
}

#footerRight a {
	float:none;
	padding:1px;
	text-decoration: none;
	color: #444;
	text-decoration: none;
	padding: 1px 3px;
	white-space: nowrap;
	margin-bottom: 2px;
	line-height: 1.8em;
}

#footerRight #credHavealook {
	clear:both;
	margin-top:3px;
	width:300px;
	text-align:right;
}
#footerRight #credHavealook a:hover {
	background: #444;
	color: #fff;
}


/* ---------------------------------- */
/* --------- SHOPPING CART ---------- */
/* ---------------------------------- */

.item .shop {
	display:block;
	margin:10px auto 0;
	width:146px;
	font-size:11px;
	line-height:1.4em
}
.item .shop select {
	width:144px;
	border:1px solid #c1c1c1;
	font-size:10px;
	display:block;
	margin:5px 0;
	padding:1px
}
.item .shop .addCart {
	float:right;
	cursor:pointer;
	display:block;
	margin:4px 2px 0 0
}
.item .shop .outOfStock {
	float:right;
	margin:4px 3px 0 0;
	color:#900;
	font-size:10px
}
.price {
	float:left;
	display:block;
	font-weight:bold;
	font-size:13px;
	margin-top:4px
}
.cartQuantity {
	border:1px solid #c1c1c1;
	float:left;
	text-align:center;
	font-size:9px;
	margin-top:2px
}
.cartUpdate {
	float:left;
	padding-left:10px;
	padding-top:3px;
	cursor:pointer
}
/* ------------------------------------- */
/* Reset CSS to remove spacing on P tags */
/* ------------------------------------- */
p {
	margin:0px;
}
table {
	border-collapse:collapse;
}


/* ---------------------------------- */
/* --------- SCROLL TO TOP ---------- */
/* ---------------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(images/totop.png) no-repeat;
}
#toTop:hover {
	background-image:url(images/totop-hov.png);
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
}
#toTop:active, #toTop:focus {
	outline:none;
}


/* ------------------------- */
/* ----- Enquiry Forms ----- */
/* ------------------------- */

/*---Border and BG Colour of Form---*/
.enquiry {
	background: #f1f1f1 url(EnqBodyBg.png) repeat-x bottom center;
	border: 1px solid #999;
	float: right;
}
.enquiryLeft {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	padding-left: 10px;
	vertical-align: top;
}
.enquiryRight {
	padding-right: 10px;
}
.enquirySend {
	padding-bottom: 10px;
	padding-right: 10px;
	text-align:right;
}
.enquiry .button {
	width:100px;
}
/*---BG and Text Colour of Header---*/
.enquiryHeader {
	background: #333333 url(EnqHeaderBg.png) repeat-x top center;
	;
	font: 14px 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
}
/*---Change Space size under header Min 24px---*/
.espacing {
	height: 24px;
}
/*---Add a Border And Color to the text fields---*/
.enquiry input {
	background: none;
	border: 1px solid #999;
	width:200px;
}
.enquiry select {
	background: none;
	border: 1px solid #999;
}
/*---Add a Border And Color to the text area---*/
/*Uncomment to Use*/
.enquiry textarea {
	/*background-color: #666699;
	color: #ffffff;*/
	border: 1px solid #999;
	width:200px;
	height:80px;
	text-align:left;
}
/*---Give every second row and different colour---*/
/*.enquiryrow{
	background: #dedede;
}*/

/*---------Enquiry radio fields ------------*/
.radioEnq {
	margin-bottom: 7px;
	width: 8px !important;
}


/*-----------------------------------------------*/
/*---------Shopping Cart text fields ------------*/
/*-----------------------------------------------*/

.questionHeading1 {
	margin-left:-15px;
	text-align:left;
}
.question1 {
	margin-right:4px;
	font-size:10px;
}
.questionHeading2 {
	margin-left:-15px;
	text-align:left;
}
.question2 {
	margin-right:4px;
	font-size:10px;
}

/*===============================*/
 /*=== JQUERY SLIDER STYLES ===*/
/*==============================*/


/*----------------SIZE OF SLIDER-------------------------*/

#slider-wrapper {
    width:950px;
    height:451px;

}

#slider {
	position:relative;
    width:950px;
    height:451px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}



/*--------------BELOW IS LINKS & NAV OPTION CSS---------------------------*/
.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}


.nivo-html-caption {
    display:none;}

/* --------- Control navigatior-------------------------*/

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}



/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}

.nivo-nextNav {
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}


/* New styles
--------------------------------------*/

body{
	background:#f1f1f1 url(images/header-bg.jpg) repeat-x left top;
}
#header_wrapper{
	background:#262161 url(images/header-bg.jpg) repeat-x left top;
}
#nav_wrapper{
	background:url(images/nav-bg.jpg) repeat-x left top;
}
#body_wrapper{
	background:url(images/content-bg.jpg) repeat-x left top;
}
.home #body_wrapper{
	background:none;
}
/*body.home {
	background:#f1f1f1 url(images/home-body-bg.png) repeat-x left top;
}*/
#sitetop{
	/*background:url(images/banner.jpg) no-repeat left top;
	background-size: auto;
	background-size: contain;	*/ 
	height:152px;
	position:relative;
}
#logo{
	float:left;
	height:152px;
}
#callus{
	clear:right;
	float:right;
	margin-top:53px;
	text-align: right;
}
#callus h3, #callus h4, #callus a { 
	color: #f7f53e; 
	font-family: "Open sans", sans-serif;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#callus h4 { font-size: 1.1em; margin-bottom: 18px; margin-top: 10px; }
#callus h3 a { letter-spacing: -2px; font-size: 2.5em; text-decoration: none; }
#callus h3 a:hover {  text-shadow: 0px 0px 6px rgba(232, 231, 141, 0.8); }

#social{
	width:299px;
	position:absolute;
	top:7px;
	height:38px;
	right:0;
}
#footerLeft li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	text-align:left;
}
#footerLeft ul{
	margin:0px;
	padding:0px;
}
.column{
	width:47%;
	padding:5px;
	float:left;
	padding-top:32px;
}
#sliderContainer{
	background-image: url(images/bannerbg.png) repeat-x left top;
	margin:0 auto;
}
#banner_wrapper{
	background: url(images/bannerbg.png) center top;
}
#contact
{
	width:910px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #595959;
	line-height: 1.4em;
	margin: 20px 20px 30px 20px;
}
#contact p
{
	padding-bottom:30px;
}
.cLeft
{
	float:left;
	width:165px;
	padding: 10px;
}
.cLeft h2
{
	padding-bottom:20px;
	font: 22px Arial, Helvetica, sans-serif;
	color: #282268;
	line-height: 1.5em;
}
.cLeft p
{
	padding-bottom:20px!important;

}

.cMiddle
{
	float:left;
	width:340px;
	padding: 10px 10px 10px 30px;
}
.cMiddle p{
	padding-bottom:0px!important;
	padding-top: 5px;
}
.cMiddle .wpcf7 input[type="text"]{
	float:left;
	width: 280px;
	padding:2px;
}
.wpcf7 .label{
	float:left;
	display: inline-block;
	width: 40px;
}
.wpcf7 .labell{
	width: 45px;
}
.wpcf7 select{
	font-size: 12px!important;
	margin: 10px 0px 5px 0px;
}
.wpcf7 textarea{
	width: 280px;
	height: 71px!important;
	}
.wpcf7 input[type="submit"]{
	float:right;
	}
span.wpcf7-form-control-wrap.enquiry{
	float:none!important;
	background:none!important;
	border:none!important;
}

.cRight
{
    width:342px;
	float: right;
}
span.wpcf7-not-valid-tip{
	clear: both;
}
#bannerbottom_wrapper{
	background:url(images/bodyborder.png) repeat-x left top;
}
.bannerbottom_container{
	width:950px;
	margin:0 auto;
}
.bannerbottom_container .col{
	float:left;
	padding:10px 75px 25px 38px;
	background: url(images/border.png) no-repeat right;
}
.bannerbottom_container .col:last-child{
	background:none;
}
.tp-simpleresponsive >ul li{
	z-index:1px !important;
}
#sidebar .gallery{
	margin-top:15px
}
#sidebar .gallery .gallery-icon{
	text-align:center
}
.partners .ours{
	width:45%;
	float:left;
	margin-right:2%;
	background:red
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
#block_nav_primary{
 display:none;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 950px;
/*	background: url(images/menu.jpg) no-repeat top center;
*/	height: 47px;
}
ul#menu-top-menu,
div#menu-top-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left:18px
	
}
#menu-top-menu li {
	position: relative;
	float: left;
	padding:0;
	margin:0;
	line-height:54px;
	border-right: 1px solid #fff26d;
	border-left: 1px solid #bcab0b;
}
#menu-top-menu li a {
	padding:0;
	margin:0;
	position: relative;	
	display: block;
	padding: 0px 30px;
	text-decoration: none;
	height: auto;
	color: #444;
	white-space: nowrap;
	background: none;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:46px;
}
#menu-top-menu li ul.sub-menu {
	margin: 0px;
	z-index: 102;
	position: absolute;
	color: #1033a4;
	background:#F4E830;
	padding-top:12px;
	top:45px;
	left:0;
	width:200px !important;
	z-index:1000;
}
#menu-top-menu li ul.sub-menu li a:hover {
	color: #fff;
	text-decoration: none;
	background: #222;
}
#menu-top-menu li ul li {
	padding:0;
	margin:0;
	position: relative;
	display:block;
	float:none;
	line-height:22px;
	border: none;
}
#menu-top-menu li ul li a {
	white-space: nowrap;
	font-size:11px;
	color: #222;
	text-transform: none;
	display:block;
	text-align:left;
	line-height:22px;
	padding-left:5px;
}
#menu-top-menu li:hover > a,
#menu-top-menu li a:hover,
#menu-top-menu li:focus > a,
#menu-top-menu li a:focus {
	color: #444;
	background:  url(images/btn1.jpg) repeat-x top center;
}

#menu-top-menu .sub-menu,
#menu-top-menu .children {
	border:none;
	background:none;
	border-top: 0;
	padding: 0;
	position: absolute;
	left:15px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	top:32px;
}

#menu-top-menu .sub-menu ul,
#menu-top-menu .children ul {
	border-left: 0;
	padding:0;
	margin:0;
	left: 100%!important;
	top: 0!important;
	
}
ul#menu-top-menu ul a,
#menu-top-menu ul ul a {
	color: #fff;
	display:block;
}

ul#menu-top-menu ul a:hover,
#menu-top-menu ul ul a:hover,
ul#menu-top-menu ul a:focus,
#menu-top-menu ul ul a:focus {
	background:#ffe400;
	color:#1033a4;
	
}
ul#menu-top-menu li:hover > ul,
#menu-top-menu ul li:hover > ul,
ul#menu-top-menu .focus > ul,
#menu-top-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

#menu-top-menu .current_page_item > a,
#menu-top-menu .current_page_ancestor > a,
#menu-top-menu .current-menu-item > a,
#menu-top-menu .current-menu-ancestor > a {
	color: #444;
	background: url(images/btn1.jpg) repeat-x top center;
}
#siteContent #gallery-1 dl.gallery-item {
	width: 150px;
	text-align: center;
	float: left;
	margin: 10px 10px;
}
.gallery-caption {
	margin: 8px 2px 0;
	width: 146px;
	font: 11px arial;
	text-align: center;
	color: #777;
}
#siteContent .our {
	width: 50%;
	float: left;
}
.alignright {
	float:right;
	margin:10px;
}