@charset "UTF-8";
/* CSS Document */

/* General css */

body, form, table, h1, h2, h3, h4, h5, h6, p, ul, li, tr, td, input, textarea {
	margin: 0;
	padding: 0;
}
html {
	background-image: url(../images/htmlBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #9DACCB;
}

body {
	text-align: center;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyBg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	position: relative;
}
a {
  outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
:focus
{
  -moz-outline-style: none;
}
input, textarea, select {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #666666;
}
/* Text css */

h1 {
	font-size: 12px;
	font-weight: lighter;
}
h2 {
	font-size: 22px;
	line-height: 26px;
	font-weight: lighter;
}
h3 {
	font-size: 20px;
	font-weight: lighter;
}
h4 {
	font-size: 13px;
	font-weight: lighter;
}
h5 {
	font-size: 16px;
	font-weight: lighter;
}
h6 {
	font-size: 16px;
	font-weight: lighter;
}
p {
	font-size: 13px;
	font-weight: lighter;
	line-height: 17px;
}

/* Link css */
.containerTopBottom a:link, .containerTopBottom a:visited {
	text-decoration:none;
	border:none;
	color: #333333;
}
.containerTopBottom a:hover, .containerTopBottom a:active {
	text-decoration: underline;
	border:none;
	color: #000000;
}



#container a:link, #container a:visited {
	text-decoration:none;
	border:none;
	color: #CC0015;
}
#container a:hover, #container a:active {
	text-decoration: underline;
	border:none;
}

/* Top Bar css */

#topBar {
	width: 100%;
	z-index: 9999;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	position: fixed;
	left: 0px;
	background-image: url(../images/topBarBg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.topBarIcon {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
/* 
@import url("framework.css");
*/
#topBar ul {
	float: right;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 20px;
	line-height: 16px;
	padding-top: 2px;
}
#topBar li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.topBarInput  {
	width: 80px;
	border: 1px solid #666666;
	font-size: 10px;
}
.topBarSubmit   {
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #666666;
	font-size: 70%;
	color: #333333;
}
.containerTopBottom {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 940px;
}
.containerTopBottom p {
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 16px;
}
.containerTopBottom  .noLeftMg  {
	margin-left: 0px;
}
#topBar .end          {
	border-right-style: none;
	padding-right: 0px;
}
/* Header css */

#header {
	position: relative;
	height: 88px;
	margin-top: 0px;
}
#header img {
	margin-top: 0px;
	float: left;
}
#contactHeaderBox {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 50px;
	width: 490px;
}
#formHeaderBox {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#formHeaderBox   p {
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	margin-bottom: 5px;
}
#formHeaderBox label {
	float: left;
	width: 60px;
	margin-top: 5px;
	text-align: right;
}
.formHeaderBoxEnquire {
	float: right;
	width: 245px;
}
.formHeaderBoxTextField {
	width: 130px;
	margin-left: 5px;
	margin-top: 2px;
	height: 20px;
	padding-top: 3px;
	padding-left: 3px;
	font-size: 13px;
}
.formHeaderBoxTextArea {
	width: 166px;
	margin-left: 5px;
	margin-top: 2px;
	padding: 2px;
	font-size: 13px;
}
.formHeaderBoxSubmit {
	padding: 3px;
	margin-left: 65px;
	background-color: #EBEBEB;
	border: 1px solid #666666;
}
#content {
	background-image: url(../images/headerShadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 22px;
}
#bottomBar {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #595959;
	z-index: 9999;
	height: 20px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/bottomBarBg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottomBar  ul {
	float: right;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-left: 20px;
	line-height: 16px;
}
#bottomBar li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
#bottomBar .end          {
	border-right-style: none;
}


/* Formatting css */

.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.clearBoth {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.linkLookAlike {
	color: #CC0015;
}
.emphasis {
	font-style: normal;
	font-weight: bold;
}
.lessEmphasis {
	font-size: 10px;
}
.quote {
	font-style: italic;
	font-size: 12px;
}


/* Twitter css */

#twitter_div {
	background-image: url(http://www.willsonwebdesign.co.uk/images/twitterBgBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 10px;
	color: #8494B6;
	width: 270px;
	line-height: 1.4em;
	text-align: justify;
	position: absolute;
	top: -14px;
	left: 430px;
	z-index: 20;
	display: none;
}
#twitter_div a:link, #twitter_div a:visited {
	color: #DF7889;
	text-decoration: none;
}
#twitter_div a:hover, #twitter_div a:active {
	text-decoration: underline;
}

#twitter_div ul {
	list-style-type: none;
	background-image: url(http://www.willsonwebdesign.co.uk/images/twitterBgTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
}

ul#twitter_update_list li span {
display:block;
}

/* CSS for Homepage */
h1 {
	padding-top: 5px;
}

#topBox {
	margin-bottom: 40px;
}
#bottomBox {
	color: #FFFFFF;
	clear: left;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9DACCB;
	background-color: #9DACCB;
}
#bottomBox h2 {
	font-size: 46px;
	line-height: 52px;
	letter-spacing: -2px;
	font-weight: lighter;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
}
.portCont {
	padding-top: 20px;
	clear: left;
}
.accThumb {
	margin-left: 10px;
	width: 115px;
	position: relative;
}
.accThumbImg {
	padding: 3px;
	background-color: #FAFAFA;
	border: 2px solid #CCCCCC;
}
.accThumbSeeMore {
	position: absolute;
	right: 5px;
	top: 80px;
}
.accThumbTech {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.accThumbTechRight {
	float: left;
	margin-top: 5px;
}
.accThumbTxt {
	margin-left: 130px;
}
#bottomRightBox {
	float: right;
	width: 470px;
	overflow: hidden;
}
.caseStudy {
	width: 466px;
	float: right;
	color: #FFFFFF;
	position: relative;
	padding: 1px;
	background-color: #FFFFFF;
	background-image: url(../images/casStuBg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}
.caseStudy img {
	float: left;
	margin-top: 0px;
	background-color: #FFFFFF;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #B2B2B2;
	border-left-color: #B2B2B2;
}
.casStuSeeMore {
	position: absolute;
	z-index: 2;
	left: 137px;
}
.caseStudy h6 {
	margin-left: 180px;
	margin-right: 12px;
	line-height: 20px;
	padding-bottom: 1px;
	font-size: 18px;
	padding-top: 2px;
}
.caseStudy p {
	margin-left: 182px;
	margin-right: 12px;
	text-align: justify;
	color: #EAFAFF;
	line-height: 16px;
}
.formAccBox label {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 10px;
}
.formAccBox  .accInput {
	width: 200px;
}
.formAccBoxSubmit {
	margin-left: 120px;
}
.formAccBoxQuick   .accSubQuick {
	vertical-align: middle;
	font-size: 80%;
	text-align: center;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.formAccBoxQuick .accInputQuick {
	width: 130px;
	margin-right: 10px;
	float: left;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #666666;
}
.VTabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	float: left;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 410px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 20px;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	
}
.TabbedPanelsContent2 {
	background-image: url(../images/tabContentBgSEO.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 233px;
	background-color: #F9FAFB;
}
.TabbedPanelsContent3 {
	background-image: url(../images/tabContentBgMarketing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 233px;
	background-color: #F9FAFB;
}
.TabbedPanelsContentVisible/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
 {

}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 430px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab1 {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 310px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/tabBg1.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF99CC;
	height: 71px;
}
.VTabbedPanels .TabbedPanelsTab1 h2 {
	padding-left: 5px;
	padding-top: 5px;
	line-height: 26px;
	padding-right: 0px;
	font-weight: lighter;
	color: #32446E;
}
.VTabbedPanels .TabbedPanelsTab1 h4 {
	padding-left: 20px;
	line-height: 16px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 14px 2px;
	padding-right: 0px;
}
.VTabbedPanels .TabbedPanelsTab2 {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 310px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/tabBg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF99CC;
	height: 71px;
}
.VTabbedPanels .TabbedPanelsTab2 h2 {
	padding-left: 5px;
	padding-top: 5px;
	line-height: 26px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-weight: lighter;
	color: #32446E;
}
.VTabbedPanels .TabbedPanelsTab2 h4 {
	padding-left: 20px;
	line-height: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 16px 2px;
}
.VTabbedPanels .TabbedPanelsTab3 {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 310px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/tabBg3.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #FF99CC;
	height: 71px;
}
.VTabbedPanels .TabbedPanelsTab3 h2 {
	padding-left: 5px;
	padding-top: 5px;
	line-height: 26px;
	padding-bottom: 0px;
	padding-right: 0px;
	font-weight: lighter;
	color: #32446E;
}
.VTabbedPanels .TabbedPanelsTab3 h4 {
	padding-left: 20px;
	line-height: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.VTabbedPanels .TabbedPanelsTabHover h4 /* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
  {
	color: #CC0015;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	position: relative;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: 420px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/tabSelected.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFD2E0;
}
.VTabbedPanels .TabbedPanelsTabSelected h2 {
	padding-left: 5px;
	padding-top: 5px;
	line-height: 26px;
	padding-bottom: 0px;
	padding-right: 120px;
	background-image: url(../images/tabSelected.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: lighter;
	color: #24304B;
}
.VTabbedPanels .TabbedPanelsTabSelected h4 {
	padding-left: 20px;
	line-height: 16px;
	padding-right: 120px;
	padding-bottom: 8px;
	color: #24304B;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	width: 470px;
}
.TabbedPanelsContentGroup h2 {
	line-height: 26px;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.TabbedPanelsContentGroup p {
	line-height: 17px;
	padding-bottom: 5px;
	padding-right: 245px;
	padding-left: 20px;
	color: #666666;
}
.VTabbedPanels .TabbedPanelsContent1 {
	background-image: url(../images/tabContentBgWeb.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 233px;
	background-color: #F9FAFB;
}

/* Blog Pull */

#blogPull {
	text-align: justify;
	color: #EAFAFF;
	margin-left: 182px;
	margin-right: 12px;
}
#blogPull div {
font-size:13px;
line-height:16px;
}
#blogPull div.blogTitle, #blogPull div.blogTitleIe6 {
	height: 16px;
	overflow:hidden;
}
#blogPull div.blogDescription, #blogPull div.blogDescriptionIe6 {
	height: 48px;
	overflow:hidden;

}
#blogPull div.blogPubDate, #blogPull div.blogPubDateIe6 {
	height: 16px;
	color: #77A1FF;
	margin-top: 3px;
	overflow:hidden;
}


#container #blogPull .blogTitle a:link, #container #blogPull .blogTitle a:visited, #container #blogPull .blogTitleIe6 a:link, #container #blogPull .blogTitleIe6 a:visited {
	text-decoration: none;
	color: #EAFAFF;
}
#container #blogPull .blogTitle a:hover, #container #blogPull .blogTitle a:active, #container #blogPull .blogTitleIe6 a:hover, #container #blogPull .blogTitleIe6 a:active {
	text-decoration: none;
	color: #FFC2C2;
}
#container #blogPull .blogDescription a:link, #container #blogPull .blogDescription a:visited, #container #blogPull .blogDescriptionIe6 a:link, #container #blogPull .blogDescriptionIe6 a:visited {
	text-decoration: none;
	color: #FFC2C2;
}
#container #blogPull .blogDescription a:hover, #container #blogPull .blogDescription a:active, #container #blogPull .blogDescriptionIe6 a:hover, #container #blogPull .blogDescriptionIe6 a:active  {
	text-decoration: underline;
	color: #FFC2C2;
}

#carouselWrapper {
}
/* Carousel */

.infiniteCarousel {
	width: 430px;
	position: relative;
	height: 110px;
}

.infiniteCarousel .wrapper {
	width: 370px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 110px;
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 32px;
	margin-bottom: 0;
	margin-left: 28px;
	left: 0;
}

.infiniteCarousel ul a img {
	border: 2px solid #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fafafa;
	padding: 3px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 100px;
	width: 115px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 27px;
	text-indent: -999px;
	position: absolute;
	top: 37px;
	cursor: pointer;
	background-image: url(../images/infiniteCarouselArrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
	background-position: 0 -72px;
	left: 0;
}

.infiniteCarousel .forward:hover {
	background-position: 0 -37px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


/* Homepage Accordian */
.Accordion {
	width: 430px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.AccordionPanelTab1 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab1 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab1 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab2 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab2 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab2 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab3 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab3 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab3 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab4 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab4 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab4 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab5 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab5 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab5 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab6 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab7.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab6 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab6 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab7 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab8.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab7 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab7 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}
.AccordionPanelTab8 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/accTab8.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}
.AccordionPanelTab8 h3 {
	line-height: 24px;
	padding-top: 5px;
}
.AccordionPanelTab8 h4 {
	line-height: 16px;
	padding-bottom: 5px;
	color: #EAFAFF;
	padding-left: 2px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	padding: 0px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
	background-repeat: repeat;
	background-position: left top;
	color: #333333;
	background-image: url(../images/accConSide.png);
}
.AccordionPanelContent h5 {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-bottom: 0px;
	background-image: url(../images/accConTOp.png);
	color: #1A1A1A;
}
.AccordionPanelContent h6 {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	color: #1A1A1A;
}
.AccordionPanelContent p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.AccordianPanelContentBottom {
	background-image: url(../images/accConBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #00FFFF;
}
.AccordionPanelTabHover h4 {
	color: #FFC2C2;
}
.AccordionPanelOpen .AccordionPanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}
/* Collapsible Panel */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanelContact {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelContact .CollapsiblePanelTab {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 30px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 330px top;
}
.CollapsiblePanelContact .CollapsiblePanelContent {
	background-image: url(../images/hdrColConSide.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 340px;
}
.CollapsiblePanelContact .CollapsiblePanelContent p {
	padding-top: 45px;
	padding-right: 20px;
	padding-left: 20px;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContact .CollapsiblePanelContentBottom {
	padding-bottom: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelContact .CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelContact .CollapsiblePanelClosed .CollapsiblePanelTab {
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelContact .CollapsiblePanelTabHover {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: 330px bottom;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelContact .CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}
/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	color: #999999;	/*color: red !important;*/
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 12px "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details {
	width: 80%;
	float: left;
	text-align: left;
}	
#lightbox-image-details-caption { font-size:14px; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Blog tabbed panels */

#blog .TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom:8px;
	width: 100%;
}
#blog .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
#blog .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
	visibility: visible;
	text-align: center;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: right top;
	background-image: url(../images/blogTabbedPanelLiBg.png);
	border: 1px solid #CCC;
	width:72px;
}

#blog .TabbedPanelsTabHover {
	color: #FFC2C2;
}

#blog .TabbedPanelsTabSelected {
	color: #24304B;
	background-image: url(http://www.willsonwebdesign.co.uk/images/blogTabbedPanelSelectedBg.png);
	margin-bottom:0px;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F6FC;
}

#blog .TabbedPanelsTab a {
	color: #6699FF;
	text-decoration: none;
}

#blog .TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #CCC;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 10px;
	background-image: url(../images/blogTabbedPanelBg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#blog .TabbedPanelsContent {
	font-size:14px;
	overflow: auto;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#blog .TabbedPanelsContentVisible {
}
