body
{
	font-family: Arial. sans-serif;
	font-size: 12px;
	line-height: 1.3;

    background-image: url(../visual/layout/background.jpg);
	background-color:#504E4F;
}
.noJS
{
	margin: 0 auto;
    border-width: 0px 0px 1px 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}
#wrapper
{
	position: relative;
	width: 963px;
	margin: 0 auto;
    -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.75);          
}
#container { position: relative; z-index: 2; background: #FFF; padding: 0 20px; }
#top { position: relative; }
#main { margin-top: 10px; border-bottom: solid 1px #AAA; /*min-height: 700px;*/ }
#foot { background-color: #FFFFFF; }

.topRadius10
{
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;
}
.radius10
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.radius5
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxShadow
{
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px -0px rgba(0,0,0,0.35);
}
a { color: #1a7a9d; text-decoration: none; }
a:hover { color: #4096d2; }

.inline { display: inline-block !important; }

.mainContent h1, .sideContent .sideTitle { font-size: 18px; }
h2 { color: #285a7b; }
.action-message ul { margin-left: 20px; }

body.fullWidth .mainContent { width: 870px; float:none; }
body.fullWidth .sideContent { display:none; }
body.fullWidth .mainContent h1 { display:none; }

b { color: #000; }

/*******************************************************  Top/Header **********************************************************/
#top .logo { 
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    width: 125px;
}
#top .logo img { width: 100%; }
#top .tagline {     
    color: #000;
    font-size: 22px;
    position: absolute;
    left: 50%;
    margin-left: -151px;
    top: 50px; 
}
#top ul { list-style-type: none; }

#top .boxes {
    display: inline-block;
    float: right;
    margin: 12px 0px;
    width: 200px;
}

#top .boxes .box {
    float: right;
    padding: 5px 20px;
    border: solid 1px #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    width: 100%;
    color: #000;
}

#top .boxes .box:last-child {
    margin-bottom: 0;
}

#top .boxes a.box:hover {
    color: #FFF;
    background: #000;
}


/************************* 
            Nav 
**************************/
.mainNav
{
	position: relative;
	z-index: 100;
	padding: 0 10px;
	border-top: solid 1px #AAA;
	border-bottom: solid 1px #AAA;
	margin-bottom: 10px;
}
.mainNav ul.root { height: 34px; background-color: #FFFFFF; }
.mainNav ul.root > li
{
	position: relative;
	float: left;
	text-align: center;
}
.mainNav > ul > li > a
{
	display: block;
	padding: 0px 16px;
	color: #565656;
	line-height: 33px;
	font-size: 14px;
	letter-spacing: 0px;
    text-transform:uppercase;
}
.mainNav > ul > li:hover { background-color: #efefef; }
.mainNav > ul > li:hover a {
	background: #FFF;
	color:#AAA;
}
.mainNav > ul > li:hover ul { display: block; }
.mainNav > ul > li.active > a
{
	color: #AAA;
}
.mainNav ul li:hover ul { display: block; }
.mainNav ul ul
{
	display: none;
	position: absolute;
	left: 0px;
	width: 200px;
	margin: 0;
	padding: 10px;
	background: #efefef;
	text-align: left;
}
.mainNav ul ul a
{
	display: block;
	border-top: 1px solid #DDD;
	padding: 5px 5px 5px 0px;
	color: #7f7c85;
}
.mainNav ul ul a span
{
	padding-left: 15px;
}
.mainNav ul ul li:first-child a { border-top: 0px; }
.mainNav ul ul a:hover
{
	background-color: #4096d2;
	color: #FFFFFF;
}
.mainNav ul ul a:hover span { background-position: 4px -24px; }

/*******************************************************  Main  **********************************************************/

body.bannerImage .mainContent {
     border-top: solid 1px #AAA;
}
    
.mainContent
{
	float: right;
	width: 564px;
	padding: 20px 40px 20px 14px;
	background-color: #FFFFFF;
}
.mainContent h1
{
    line-height: 1.7;
    background: #E0E0E0;
    color: #565656;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 10px;
}
.mainContent p { font-size: 1.2em; line-height: 1.5em;}
.mainContent .textContent a { text-decoration: underline; }

.mainContent ul {
    list-style:url("../visual/layout/dash.gif");
    margin: 0 15px 10px;
}

.mainContent li {
    line-height: 2em;
}

.mainContent .col1, .mainContent .col2 {
    width: 47%;
}

.mainContent .col1 {
    float: left;
    margin-right:50px;
} 
.mainContent .col2 { float : right; margin-top: 68px !important; }

body.about p { margin-bottom:20px; }

.imgFullWidth {
    margin-bottom: 10px;
}

.sub-title {
    color: #000;
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
    display:block;
    max-width: 100%;
}




/*******************************************************  Side  ********************************************************/
.sideContent
{
	float: left;
    width: 245px;
    background: #E0E0E0;
    margin: 20px 0;
    padding: 50px 30px;
}

.sideContent ul { margin: 0; padding: 0; list-style-type: none; }
.sideContent .sidePanel
{
    position: relative;
	top: -40px;
	left: -20px;
	width: 270px;
	color:#565656;
}
.sideContent .sideTitle
{
    display: block;
    margin-bottom: 1px;
    padding: 0 10px 3px;
    line-height: 1.7;
    color: #565656;
    text-transform:uppercase;
}
.sideNav { padding: 5px 0; }
.sideNav .sideNavItem { margin-bottom: 1px; }
.sideNav .sideNavItem > a
{
    display: block;
    padding: 5px 5px 5px 7px;
    margin-left: 10px;
    color: #565656;
}
.sideNav .subLevels > a { background: #e6f3fb; }
.sideNav .endLevel > a:before { content: "\00BB  "; position: relative; top: -2px; }
.sideNav .endLevel a { background:#FFF; }

.sideNav .sideNavItem > a:hover { background-color: #EEE; }
.sideNav .sideNavItem.active > a { font-weight: bold; }
.sideNav .sideNavItem.subLevels > a { position: relative; }
.sideNav .sideNavItem.subLevels .toggle
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 100%;
    border-left: 1px solid #93a4b0;
    background: url(../visual/layout/sideNavItemToggle.png) #FFFFFF 50% -25px no-repeat;
}
.sideNav .sideNavItem.subLevels .toggle.closed { background-position: 50% 6px; }

.sideNav .sideSubNav { display: none; margin: 0 0 5px; border-top: 1px solid #d8e8f3; }
.sideNavItem.active > .sideSubNav { display: block; }
.sideSubNav .sideNavSubItem > a
{
    display: block;
    padding: 5px 5px 5px 10px;
}

.sideSubNav .sideNavSubItem > a:hover { background-color: #f7fcff; }
.sideSubNav .sideNavSubItem.active > a { font-weight: bold; }

/*******************************************************  News ************************************************************/
body.news .sideContent .archive { margin-top: 20px; display: none; }
body.news .sideContent .archive .sideNav { padding: 5px; }
body.news .sideContent .archive .sideNav .year > a { font-weight: bold; }
body.news .sideContent .archive .sideNav .year > ul { padding: 5px; }
body.news .sideContent .archive .sideNav .month > a {  font-weight: bold; }
body.news .date { display:none; }

/*******************************************************  Index  **********************************************************/
body.index {}

body.index #main { border-top: solid 1px #AAA; }

body.index .mainContent {
    float:left;
    width: 564px;
    border: none;
    padding-top: 60px;
}

body.index .sideContent {
    float:right;
}

body.index .mainContent h1, .sideContent h1 {
    color: #565656;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;  
    background-color:transparent;  
    padding-left: 0;
}

body.news .textContent div {
    font-size: 1.2em;
    line-height: 1.5em;
}

/* Latest News */
.sideContent .date {
    display: none;
}

.sideContent .readMore {
    color: #565656;
    font-style: italic;
    float: right;
    font-size: 1.3em;
    margin-top: 101px;
}

.readMore:hover {
    color: #7D7C7B;
}

.summary {
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #7D7C7B;
    margin-bottom: 15px;
}

.latestNewsTitle{
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 18px !important;
}

body.noside .sideContent {
    display: none;
}

body.noside .mainContent {
    float: left;
    width: 889px;
}

body.index .mainContent h1 {
    color: #000 !important;
    text-transform: none !important;
    font-weight: bold;
    font-size: x-large;
    margin-top: -5px;
}

body.news .sideTitle { margin-top: -8px; }

/*******************************************************  Contact  **********************************************************/

body.contact .sideContent {
    font-size: 0;
    background-image: url(../visual/layout/newcontact.jpg);
    height: 350px;
    background-repeat: no-repeat;
    width: 240px;
}

body.contact .sideTitle {
    display: none;
}

body.contact .form {
    width: 100%
}

.location {
    display: none;
    float: left;
    margin-left: -315px;
    margin-top: -280px;
}

.checkbox a {
    text-decoration: none !important;
    color: #666;
}

/****************************************************  Address Forms  ******************************************************/
.addressForm .item { margin-bottom: 7px; }
.addressForm .item > p { margin-top: -3px; color: #999999; }
.addressForm .item label
{
    width: 180px;
    line-height: 1;
    padding-bottom: 5px;
    color: #747474;
}
.addressForm form .item input[type=text], .checkoutPage form .item input[type=password] { width: 325px; }
.addressForm .checkbox label { position: relative; top: -2px; width: auto; }

.addressForm .name .item input { width: 240px; }
.addressForm .address { margin: 10px 0 20px; }
.addressForm .address .postcode input { width: 90px; }
.addressForm .address .number input { width: 190px; }


/******************************************************  Members  ********************************************************/
.members {}
.members .form label { width: 145px; }

/****************************************************** Mailing List  *******************************************************/
.mailingList form { width: 330px; }
.mailingList label { width: 110px; }
.mailingList input[type=text] { width: 200px; }
.mailingList .button { float: right; margin-top: 10px; }


/*******************************************************  Contact  ********************************************************/
.contactForm .location { float: right; text-align: right; width: 199px; }
.contactForm .location #map { width: 250px; height: 250px; }
.contactForm .form { float: left; }
.contactForm .notes { display: block; margin-top: 20px; font-size: 90%; }
.contactForm .item { margin-bottom: 5px; }
.contactForm .checkbox { margin-top: 17px; }
.contactForm .item label { width: 145px; }
.contactForm .item.checkbox label { width: 360px; }
.contactForm .item input[type=text], .contact .item textarea { width: 404px; }
.contactForm .item textarea { height: 140px; }
.contactForm .item.select select { text-transform: capitalize }
.contactForm .item.ifOther label {  }
.contactForm .item input[type=checkbox] { vertical-align: middle; }
.contactForm .item input[type=checkbox] + label { width: auto; }
.contactForm .button
{
    display: block;
    width: 140px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
    float: right;
}
.contactForm .button:hover { background-position: 0 0; }
.contactForm .button:focus { position: relative; top: 1px; outline: none; }


/****************************************************  Image Rotator  ********************************************************/
.nivoSlider, .nivo-imageLink, .nivo-slice { }
.nivoSlider .nivo-caption
{
    top: auto;
    right: auto;
	bottom: 0px;
	left: 0px;
	width: 923px;
    color: #FFF;
    font-style:italic;
    padding:10px 0;
	font-size: 24px;
	background-color: #000;
	text-align: right;
}

/******************************************************  Footer  ********************************************************/
#foot
{
	width: 100%;
	overflow: hidden;
	color: #7f7c85;
}

.theEnd {
	margin: 0 20px;
}

#foot .bigFooter { padding: 7px 10px 20px; background: #E9F6FF; border-top: 1px solid #BFDCEF; }
#foot .bigFooter ul { margin: 0; list-style-type: none; }
#foot .bigFooter .topLevel {}
#foot .bigFooter .topLevelItem
{
    vertical-align: top;
    width: 158px;
    margin-left: 20px;
}
#foot .bigFooter .topLevelItem.shop { width: 400px; }
#foot .bigFooter .topLevelItem > .section
{
    display: block;
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    color: #999999;
}
#foot .bigFooter .topLevelItem > .section a { color: inherit; }
#foot .bigFooter .topLevelItem ul { margin: 7px 0; font-size: 90%; }
#foot .bigFooter .topLevelItem li a
{
    display: block;
    border-bottom: 1px solid #BBB;
    line-height: 1.8;
}
#foot .bigFooter .topLevelItem li a:before { content: "> "; }

#foot .copyright { 
    float: left;
	color: #565656;
	letter-spacing: 1px;
	font-size: .9em; 
    line-height: 45px; 
}
#foot .links {  float:right; line-height: 45px; }
#foot .links a
{
	color: #565656;
	letter-spacing: 2px;
	padding: 0 10px;
	border-left: solid 2px #cccccc;
    text-transform:uppercase;
}

#foot .links a:first-child  {
	border: none !important;
}

#foot .links a:last-child {
	padding-right: 0 !important;
}

#foot .links a:hover {
	color: #AAA;
}

#foot .links a#skylightmedia { background: none; color: #CCCCCC; text-decoration: none; }