/* CSS Document PICSELI 2010*/

/********************************************************************************************************************************************
	RESET DEFAULTS TO DOCUMENT
********************************************************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img, div { behavior: url(../iepngfix/iepngfix.htc) }

.clear {
	clear: both;	
}

.grey {
	color: #333;	
}

a.noUnderline {
	text-decoration: none;	
}



/********************************************************************************************************************************************
	MAIN LAYOUT
	- Main Structure of the website
********************************************************************************************************************************************/






html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	margin: 0;
	padding: 0;
	border-top: 1em solid #D32385;
	height: 100%;
}

.blue {
	background: #62ADB0;
	color: #fff;
}

.pink {
	background: #d32385;
	color: #fff;	
}

.green {
	background: #6EB23B;
	color: #fff;
}

::selection {
 background: #92e156; /* Safari */
}
	
::-moz-selection {
 background: #92e156; /* Firefox */
}
h1 {
	font: normal normal 1.9em/2.2em Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 1px solid #D6D6D6;
	border-top: 1px solid #D6D6D6;
	background: #dbfdff;
	padding: 0 6px;
}
h2 {
	font: normal normal 1.8em/2.2em Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	border-bottom: 1px solid #D6D6D6;
	color: #333;
}
h3 {
	font: bold normal 11px/16px Tahoma, sans-serif;
	color: #62ADB0;
	margin-bottom: 0.4em;
}

h3 a {
	font: bold normal 11px/16px Tahoma, sans-serif;
	color: #62ADB0;
	margin-bottom: 0.4em;
}

* html #page-container {
	height: 100%;
}
#page-container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	min-height: 100%;
}
#top-container {
	width: 100%;
	float: left;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
#top {
	width: 86em;
	margin: 0 auto;
}

#top img.logo {
	margin: 15px 0;	
}

#top ul {
	float: right;
	margin-top: 30px;
}
#top ul li {
	display: inline;
	margin-left: 2.4em;
}

#top ul li.active a {
	color: #D32385;	
}
#top ul li a {
	color: #333;
	font-size: 1.4em;
	text-decoration: none;
}
#top ul li a:hover {
	color: #D32385;
}

#top img.tel {
	float: right;
	height: 30px;
}

#flash-container {
	margin: 3em auto 0 auto;
	width: 1000px;
	height: 380px;
}
#content-container {
	width: 86em;
	margin: 0 auto;
	padding: 0 0 0.5em 0;
}

#content-container p {
	font: normal normal 1.1em/1.6em Tahoma, sans-serif;
	color: #444;	
}

#content-container p a {
	color: #D32385;
}

#content-container p a:hover {
	color: #FFF;
	background: #D32385;
}

#page-content {
	width: 637px;
	float: left;
	margin-right: 30px;
}

#page-content #our-services div {
	padding-left: 70px;	
}

#page-content h3 {
	margin-top: 20px;	
}

#about-wrapper ul {
	margin-left: 10px;	
}

#about-wrapper ul li {
	font: normal normal 11px/16px Tahoma, sans-serif;
	color: #444;
}

#about-wrapper ul li a {
	font: normal normal 11px/20px Tahoma, sans-serif;
	color: #444;
}

#about-wrapper ul li a:hover {
	color: #d32385;	
}

#column {
	float: left;
	width: 172px;
}

#column p {
	margin-bottom: 25px;	
}



#web-design {
	background: #fff url(../images/icons/icons/design-trans.png) no-repeat top left;	
}

#web-development {
	background: #fff url(../images/icons/icons/development-trans.png) no-repeat top left;	
}

#e-commerce {
	background: #fff url(../images/icons/icons/ecommerce-trans.png) no-repeat top left;	
}

#cms {
	background: #fff url(../images/icons/icons/cms-trans.png) no-repeat top left;	
}

#seo {
	background: #fff url(../images/icons/icons/seo-trans.png) no-repeat top left;	
}

#web-marketing {
	background: #fff url(../images/icons/icons/marketing-trans.png) no-repeat top left;	
}

#analytics {
	background: #fff url(../images/icons/icons/analytics-trans.png) no-repeat top left;	
}

#maintenance {
	background: #fff url(../images/icons/icons/maintenance-trans.png) no-repeat top left;	
}

#hosting {
	background: #fff url(../images/icons/icons/hosting-trans.png) no-repeat top left;	
}

#projects {
	margin-top: 3em;
}
#projects ul li {
	position: relative;
	float: left;
	width: 172px;
	margin-right: 30px;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	height: 300px;
	box-shadow: 0px 0px 6px #CCC;
	-moz-box-shadow: 0px 0px 6px #CCC;
	-webkit-box-shadow: 0px 0px 6px #CCC;
}
#projects ul li p {
	font: normal normal 1.1em/1.6em Tahoma, sans-serif;
	background-color: #fff;
	color: #444;
}
#projects ul li.last {
	margin-right: 0 !important;
}
#projects .project-img {
	position: relative;
	display: block;
	width: 172px;
	float: left;
	display: block;
	margin: 0 auto 10px auto;
}
#projects span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	color: #fff;
}
#projects span a {
	font: bold normal 10px/11px Tahoma, Geneva, sans-serif;
	padding: 4px;
	color: #FFF;
	background: #D32385;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	text-shadow: #7F0750 1px 1px 1px;
}
#projects span a:hover {
	color: #D32385;
	background: #FFF;
	text-shadow: none;
}
#projects span a.read-more {
	position: absolute;
	top: 8px;
	right: 8px;
}
#projects span a.view {
	position: absolute;
	bottom: 8px;
	right: 8px;
}
#projects a.more {
	color: #D32385;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 62px;
	padding: 3px 3px 3px 0;
}
#projects a:hover.more {
	background: #D32385;
	color: #FFF;
	padding: 3px;
}
span.project-img-last {
	float: left;
	width: 19em;
	height: 10.7em;
	padding-top: 0.9em;
	margin-bottom: 0.4em;
}

.projectWrapper {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D6D6D6;
}

.projectWrapper ul.projectType {
	margin: 18px 0 24px 0;	
}

.projectWrapper ul.projectType li {
	font: bold normal 10px/24px Tahoma, Geneva, sans-serif;
	margin-bottom: 4px;
	padding-left: 20px;
	background: url(../images/tick.gif) no-repeat center left;
	color: #6EB23B;
}

.projectDetails a {
	font: bold normal 10px/11px Tahoma, Geneva, sans-serif;
	padding: 4px;
	color: #FFF;
	background: #D32385;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	text-shadow: #7F0750 1px 1px 1px; 
	margin-top: 6px;
}

.projectDetails #pink-links{
	margin-top: 24px;

}

.projectDetails a:hover {
	color: #D32385;
	background: #FFF;
	text-shadow: none;
}

.projectDetails span {
	display: block;
	float: left;
	margin-top: 26px;
	color:#444444;
	font:11px/16px Tahoma,sans-serif;
}

.projectDetails a.ditto_tag {
	color: #62ADB0;
	padding: 0;
	font-size: 11px;
	background: #FFF;
	text-shadow: none;
}

.projectDetails a:hover.ditto_tag {
	text-decoration: underline;
}

p.launch {
	color: #D32385 !important;	
}

div.similar-projects {
	float: left;
	margin-top: 20px;
}	

div.similar-projects ul {
	margin-top: 4px;	
}

div.similar-projects ul li {
	line-height: 16px;	
}

div.similar-projects ul li a {
	background: #fff;
	color: #D32385;
	text-shadow: none;
	padding: 0;
}

div.similar-projects ul li a:hover {
	color: #8F115A;
}	


/*.pics { height: 232px; width: 232px; padding:0; margin:0; overflow: hidden }

.pics img { height: 200px; width: 200px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }*/

div.nav {
	margin-top: 20px;	
}

div.nav a {
	margin-right: 3px;	
}

div.nav a.activeSlide {
	background: #fff;
	color: #D32385;
	text-shadow: none;
}	

.siteImageLarge {
	float: left;
	margin-right: 30px;
}

.siteImageLarge img {
	padding: 12px;
	background: #DBFDFF;
	border: 1px dotted #62ADB0;
}

.projectDetails {
	float: left;
	width: 404px;
}

#news {
	float: left;
	width: 190px;
	margin-top: 3em;
	margin: 30px 33px 0;
}

#news p.date, #news-wrapper p.date {
	color: #6EB23B;
	font: normal 11px/16px Tahoma, sans-serif;
	margin-bottom: 4px;
}

#news p {
	color: #444444;
	font: normal normal 11px/16px Tahoma, sans-serif;
}

#news-wrapper p {
	margin: 8px 0;	
}

.newsArticle {
	margin-bottom: 25px;	
}

.newsArticle a.more, #news-wrapper a.more {
	color: #D32385;
	margin-top: 10px;
	display: block;
	width: 62px;
	padding: 3px 3px 3px 0;
}
.newsArticle a:hover.more, #news-wrapper a:hover.more {
	background: #D32385;
	color: #FFF;
	padding: 3px;
}

#news a.more {
	color: #D32385;
	margin-top: 10px;
	display: block;
	width: 62px;
	padding: 3px 3px 3px 0;
}
#news a:hover.more {
	background: #D32385;
	color: #FFF;
	padding: 3px;
}

#news h3 {
	text-decoration: none;	
}

a#mycarousel-next {
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 12px;
	background: #fff url(../images/arrow-right.gif) no-repeat 0 0;
	text-indent: -9999px;
}

a:hover#mycarousel-next {
	background: #fff url(../images/arrow-right.gif) no-repeat 0 -20px;
}

a#mycarousel-prev {
   	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #fff url(../images/arrow-left.gif) no-repeat 0 0;
	margin: 12px 8px 0 0;
	text-indent: -9999px;
}

a:hover#mycarousel-prev {
	background: #fff url(../images/arrow-left.gif) no-repeat 0 -20px;
}

#news-wrapper img, #about-wrapper img {
	padding: 4px;
	border: 1px solid #DDD;
	margin: 12px auto;
	display: block;
}

#testimonials {
	float: left;
	width: 190px;
	margin-top: 3em;
	margin: 30px 0 0;
}

#testimonials p.name {
	color: #6EB23B;
	font: normal 11px/16px Tahoma, sans-serif;
	margin-top: 6px;
}

#testimonials img {
	float: right;
	margin-top: 10px;
}

#footer-container {
	clear: both;
	width: 100%;
	float: left;
	border-top: 1px solid #f76bb9;
	position: relative;
	height: 310px;
	background: #D32385;
	margin-top: 10px;
}
#footer {
	width: 86em;
	margin: 0 auto;
	padding: 2em;
}

#footer a {
	color: #fff;
	font: normal normal 10px/18px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	padding-left: 8px;
	background: url(../images/footer-link-cross.gif) no-repeat center left;
	color: #4F0530;	
}

#footer ul li.active a {
	color: #4F0530;	
}

#footer-links {
	float: left;
	width: 80px;
}

#footer-links-services {
	float: left;
	margin-left: 30px;
}

#footer-contact {
	background: transparent url(../images/wales-trans.gif) no-repeat top right;
	float: right;
	width: 190px;	
}
#footer-contact ul {
	margin-bottom: 10px;	
	
}

#footer-contact ul li {
	color: #FFF;	
	font: normal normal 10px/18px Tahoma, Geneva, sans-serif;
}

#footer-contact ul li a {
	text-transform: none;
	padding: none;
	background: none;
}
#footer-contact ul li a:hover {
	color: #4F0530;
}

.copyright {
	color: #E98FC1;	
	line-height: 12px;
}


/* ---------------------------------------------------- */
/* ACCORDION
/* ---------------------------------------------------- */

#services {
	margin-top: 3em;
	clear:both;
	width: 414px;
	float: left;
}
.drawers-wrapper {
	position: relative;
}
.drawer {
	background: #fff;
	border-right: 1px solid #74CDCF;
	border-left: 1px solid #74CDCF;
}
.drawer p {
	color:#444444;
	font:1.1em/1.6em Tahoma, sans-serif;
	padding: 0 13px;
}

#last-drawer {
	border-bottom: 1px solid #74CDCF;	
}

.drawers A {
	color:#6F0D24;
	text-decoration:none;
	display: block;
}
.drawersBiz A {
	color:#aaa;
	text-decoration:none;
	font: normal normal 11px/20px Helvetica, Arial, Verdana, sans-serif;
	display: block;
	padding-left: 14px;
}
.drawers A:hover {
	text-decoration: underline;
}
.drawer-handle {

	color:#62ADB0;
	cursor:pointer;
	height:34px;
	line-height: 34px;
	text-indent:15px;
	width:100%;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #74CDCF;
	border-top: 1px solid #EFFEFF;
}
.drawer:first-child {
	border-top: 1px solid #74CDCF;
}
.drawer-handle.open {
	color:#D32385;
}
.drawer-content LI A {
	display:block;
	overflow:hidden;
}

/* ---------------------------------------------------- */
/* LOGIN FORM
/* ---------------------------------------------------- */

#wlpeLogin {
	position: relative;
	display: none;
	background: #FFF;
	width: 300px;
	padding: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0px 0px 6px #232323;
	-moz-box-shadow: 0px 0px 6px #232323;
	-webkit-box-shadow: 0px 0px 6px #232323;
}

.wlpeMessage {
	width: 740px;
	margin: 0 auto;
	padding: 30px 20px 30px 100px;
	background: #c10000 url(../images/error.png) no-repeat 5% 50%;
	color: #fff;
	font-size: 12px;
	margin-top: 38px;
}

.wlpeMessageText {
	font: bold normal 12px/12px Tahoma, Geneva, sans-serif;	
}

#wlpeLogin label {
	font-size: 14px;	
	color: #62ADB0;
}

#wlpeLogin a.close {
	position: absolute;
	width: 50px;
	height: 50px;
	background: transparent url(../images/close.png) no-repeat 0 0;
	top: -20px;
	right: -20px;
	text-indent: -9999px;
}	

#wlpeLogin #wlpeLoginButton {
	width: 100px;
	height: 35px;
	border: none;
	float: left;
	margin-top: 16px;
	text-indent: -999px;
}

#wlpeLogin label input {
	display: block;
	font-size: 14px;
	height: 41px;
	line-height:41px;
	padding: 2px 8px;
	width: 242px;
	margin-top: 4px;
	background: transparent url(../images/input-bg.gif) no-repeat scroll 0 0;
	overflow: hidden;
	border: none;
}

#wlpeUserForm span {
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin-top: 10px;
}

#wlpeUserForm input {
	margin: 4px 0;	
}

.jcarousel-skin-tango .jcarousel-container {
    background: #FFF;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 190px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  190px;
    
}

.jcarousel-skin-tango .jcarousel-item {
    width: 190px;
    
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 30px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/********* NEILS STYLES ************/

.jcarousel-control {
    margin-bottom: 10px;
    text-align: center;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}


/***************** CONTACT FORM *****************/

/*#page-content label, #page-content input {
	display: block;	
}*/

#page-content input, #page-content textarea, #page-content form img, #page-content select { 
	margin-bottom: 1em;	
}

#page-content label, p.form-text {
	font: bold normal 11px/15px Tahoma, Geneva, sans-serif!important;
	color: #66AFB2!important;
	width: 140px;
	display: inline;
	float: left;
}

#page-content label {
	padding-top: 6px;	
}

.errors {
	font: 12px/16px Tahoma, Geneva, sans-serif;
	color: #960000;
	background-color: #fff194;
	border: 1px dashed #960000;
	padding: 0.4em;
	margin: 1em 0;
}

span.required {
	color: #D32385 !important;
	font-size: 12px;
}

#page-content label.radio-label {
	float: left;
}

#contact form input {
	font-size: 14px;
	height: 30px;
	line-height:12px;
	padding: 2px 8px;
	width: 206px;
	margin-top: 4px;
	background: transparent url(../images/input.jpg) no-repeat scroll 0 0;
	overflow: hidden;
	border: none;
	font: normal normal 11px/15px Tahoma, Geneva, sans-serif;
}

#contact form textarea {
	font-size: 14px;
	height: 130px;
	line-height:12px;
	padding: 4px 8px;
	width: 264px;
	margin-top: 4px;
	background: transparent url(../images/textarea.jpg) no-repeat scroll 0 0;
	overflow: hidden;
	border: none;
	font: normal normal 11px/15px Tahoma, Geneva, sans-serif;
}

#contact #ContactSubmitButton {
	width: 100px!important;
	height: 35px!important;
	border: none;
	float: left;
	margin-top: 16px;
	text-indent: -999px;
	background: none!important;
}

/*DITTO PAGINATION*/

.projectPaginate p {
	display: block;
	margin-bottom: 20px;	
}

.projectPaginate .pages {
	font: normal normal 11px/15px Tahoma, Geneva, sans-serif;
}

.projectPaginate .pages a, a.backlink {
	font: bold normal 10px/11px Tahoma, Geneva, sans-serif;
	padding: 4px;
	color: #FFF;
	background: #D32385;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	text-shadow: #7F0750 1px 1px 1px; 
	margin: 6px 3px 0;
}

.projectPaginate .pages a:hover, a:hover.backlink {
	color: #D32385;
	background: #FFF;
	text-shadow: none;
}


.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

a.ditto_page {
	margin: 0 3px;	
	text-decoration: none;
}

#googlemap {
	width: 350px;
	height: 290px;
	margin: 2em auto;
	padding: 4px;
	border: 1px solid #ccc;
}

/********PORTAL STUFF*******/

a div.portal-folder {
	width: 145px;
	height: 145px;
	background: transparent url(../images/design-trans.png) no-repeat 0 0;
	float: left;
	margin-right: 20px;
}

a:hover div.portal-folder {
	background: transparent url(../images/design-trans.png) no-repeat 0 -145px;
}

.portal-folder p {
	color: #FFF!important;
	padding: 100px 0 0 0;
	text-align: center;
}


/********************* FILE DOWNLOAD **************************/

table {
	font: normal normal 11px/15px Tahoma, Geneva, sans-serif;
	border-collapse: collapse;
	
}
tr, td {
	border: 1px solid #DDD;
	color: #444;
	padding: 4px;
}

tr a, td a {
	color: #D32385;
}

tr a:hover, td a:hover {
	text-decoration: none;	
}

#social {
	width: 86em;
	margin: 80px auto 0;
}

#social a {
	margin-right: 10px;	
}
