/*******************************************************/
/* Copyright (c) 2006-2012 Prositos ABN 26 026 129 337 */
/*******************************************************/

/*
32348d = dark blue
cad0df = light blue
444 = grey
b30041 = red
*/

body {
	background: #fff url('../../general/images/gradient.png') repeat-x top left;
	color: #444;
	font: 14px Myriad, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

/* MAIN STRUCTURE start */
#container {
	width: 980px;
	margin: auto;
}

#innercontainer {
	clear: both;
}

#header {
	clear: both;
	padding:40px 0 0;
	margin:0;
}

#content {
	padding:20px 40px;
	letter-spacing:1px;
}

#footer {
    clear:both;
    background:#bfc4d7 url('../../general/images/footer_bg.gif') repeat-x top left;
    height:325px;
    margin:40px 0 20px;
}
 
#footercontent {
    width:980px;
    padding:0;
    margin:0 auto;
	font-size:12px;
	text-align:center;
}
/* MAIN STRUCTURE end */

/* MAIN ELEMENTS start */
#content p {
	padding:0 0 10px;
	margin:0;
}

#content a {
	/*color:#32348d;
	text-decoration:underline;*/
	color:#434343;
	text-decoration:none;
	border-bottom:1px solid #bfc4d7;
}

#content a:hover {
	/*color:#b30041;*/
	color:#32348d;
	border-color:#32348d;
}

#content img {
	float:right;
}

#content ul, #content ol {
	list-style-position: outside;
	padding-left: 20px;
}

#content ul li {
	list-style-type: square;
	padding-bottom: 20px;
}

#content ol li {
	list-style-type: decimal;
	padding-bottom: 20px;
}
/* MAIN ELEMENTS end */

/* FORM ELEMENTS start */
div#form {
	margin: 0 50px 10px 0;
	padding: 0;
	text-align: left;
}

div#form fieldset {
	-moz-border-radius: 5px;
	-moz-box-shadow: 14px 14px 5px #434343;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 14px 14px 5px #434343;
	border: 1px solid #bfc4d7;
	margin: 0 0 25px 0;
	padding: 10px 20px;
}

div#form fieldset legend {
	font-weight: bold;
	padding: 0 10px;
}

div#form fieldset label:before {
	content: "* ";
}

div#form fieldset label.withinput {
	float: left;
	width:170px;
	margin: 0;
	padding: 0;
}

div#form fieldset label.withinput132, div#form fieldset input.text32 {
	display: none;
}

div#form fieldset input#clientname,
div#form fieldset input#clientemail,
div#form fieldset input#clientsubject,
div#form fieldset textarea {
	display:inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bfc4d7;
	height: 2em;
	margin-bottom: 5px;
	width: 600px;
}

div#form fieldset textarea {
	height: 16em;
}
/* FORM ELEMENTS end */

/* HEADINGS start */
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 24px;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	color: #30348b;
	text-shadow: 2px 2px 2px #bfc4d7;
}

h3 {
	font-size: 14px;
	color: #30348b;
	text-shadow: 2px 2px 2px #bfc4d7;
}

h4 {
	font-size: 12px;
	color: #30348b;
	text-shadow: 2px 2px 2px #bfc4d7;
}

h5, h6 {
	font-size: 10px;
	color: #30348b;
	text-shadow: 2px 2px 2px #bfc4d7;
}

/*
h5 {
	font-size:10px;
	color:#30348b;
	text-shadow:2px 2px 2px #bfc4d7;
}

h6 {
	font-size:10px;
	font-weight:normal;
	color:#30348b;
}
*/

h1.title {
	font:normal 24px Garamond, "Book Antiqua", serif;
	color:#b30041;
	text-shadow:2px 2px 2px #bfc4d7;
}

h1.title:first-letter {
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
}
/* HEADINGS STYLES end */

/* HEADER ELEMENTS and MAIN NAVIGATION MENU start */
#header img#logoimg {
	border:0 none;
	width:390px;
	height:120px;
}

#extratop {
    float:right;
    width:450px;
}

#extratop ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#extratop ul li {
	display:inline;
	margin:0;
	padding:0;
}

#extratop a {
	margin:0 10px;
	color:#32348d;
	font-size: 12px;
	text-decoration:none;
}

#extratop a:hover {
	text-decoration:underline;
}

.navbar {
    width:980px;
    height:65px;
    padding:25px 0 0;
    background:url('../../general/images/navbar.png') no-repeat top left;
}
ul#navmenu {
	display:block;
	width:980px;
	/* height:25px; */
	list-style-type:none;
	margin:0;
	padding:0 0 8px;
	/* overflow: hidden; */
}

ul#navmenu li {
	display:inline;
	margin:0;
	padding:0;
}

ul#navmenu li a {
	color:#32348d;
	font:normal 14px Garamond, "Book Antiqua", serif;
	text-decoration:none;
	text-transform:uppercase;
	margin:0;
	padding:0 25px;
}

ul#navmenu li a:first-letter {
    font-size:150%;
	font-weight:bold;
}

ul#navmenu li a:hover, ul#navmenu li a.current {
	color:#b30041;
}

.navbar img.xmasstrand {
	float: left;
	padding-left: 10px;
	position: relative;
}

ul.subnav {
	display:block;
	/* height:25px; */
	list-style-type:none;
	margin:0;
	padding:7px 0 0;
	/* overflow: hidden; */
}

ul.subnav li {
	display:inline;
	margin:0;
	padding:0;
}

ul.subnav li a {
	color:#32348d;
	font:normal 14px Garamond, "Book Antiqua", serif;
	text-decoration:none;
	margin:0;
	padding:0 26px;
}

ul.subnav li a:first-letter {
    font-size:150%;
	font-weight:bold;
}

ul.subnav li a:hover, ul.subnav li a.current {
	color:#b30041;
}

#sub_about {
	padding-left:100px;
}

#sub_solutions {
	/* padding-left:200px; */
	padding-left:15px;
}

#sub_solutions ul.subnav li a {
	padding:0 10px;
}

#sub_contact {
	padding-left:740px;
}
/* HEADER ELEMENTS and MAIN NAVIGATION MENU end */

/* FOOTER ELEMENTS start */
#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.siteby {
	float:right;
}

.frame {
	float:right;
	width:270px;
	height:150px;
	padding:20px;
	margin:0 0 10px;
	background:url('../../general/images/frame.png') no-repeat top left;
	text-align:left;
}

#newsbox {
	float:left;
	width:980px;
	height:90px;
	margin:0 0 10px;
	overflow:hidden;
	border-top:1px solid #32348d;
	border-bottom:1px solid #32348d;
	background-color:#cad0df;
	font: normal 11px Garamond, "Book Antiqua", serif;
	text-align: center;
}

#newsbox strong {
	font-size: 12px;
	font-weight: bold;
}

#newsbox p {
	float: left;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 5px;
	padding: 0 8px;
	text-align: left;
	width: 18%;
}

#newsbox p a {
	color: #30348b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#newsbox p a:hover {
	text-decoration:underline;
}

/* FOOTER ELEMENTS end */

/* HOMEPAGE start */
#content .homeimg {
	float:left;
	width:531px;
	height:467px;
}

#content .homeimgxmas {
	float:left;
}

#content ul.homelinks {
	float:right;
	width:339px;
	padding:0;
	margin:0;
	list-style-type:none;
}

#content ul.homelinks li {
	display:block;
	float:left;
	width:93px;
	height:170px;
	padding:0;
	margin:0 10px;
	text-align:center;
}

#content ul.homelinks li a {
	text-decoration:none;
}

#content ul.homelinks li a img {
	padding:0;
	margin:0 10px 0 0;
	border:0 none;
}
/* HOMEPAGE end */

/* BLOG ELEMENTS start */
div.blogentry {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #bfc4d7;
	float: left;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 10px 30px 10px 0;
	padding: 10px;
	position: relative;
	width: 480px;
	height:260px;
	overflow:hidden;

}

/*top right bottom left - added for saf*/

div.blogentryfull {
	float: left;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 20px 10px 30px 0;
	padding: 0;
	position: relative;
	width: 834px;
}

div.blogentrymore {
	float: left;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 10px 10px 10px 0;
	padding: 0;
	position: relative;
	width: 834px;
}

/*top right bottom left - added for saf*/

div.blogentrysmall {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #bfc4d7;
	float: left;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 10px 10px 10px 0;
	padding: 10px;
	position: relative;
	width: 340px;
	height:260px;
	overflow:hidden;
}

div.blogentry h3,
div.blogentryfull h3,
div.blogentrysmall h3 {
	clear: both;
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
}

div.blogentry h4,
div.blogentryfull h4, 
div.blogentrysmall h4 {
	clear: both;
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
}

div.blogentry p,
div.blogentryfull p, 
div.blogentrysmall p {
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	text-align: justify;
	width: 100%;
}

div.blogentry li,
div.blogentryfull li, 
div.blogentrysmall li {
	clear: both;
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	text-align: justify;
}

#content div.blogentry a,
#content div.blogentryfull a, 
#content div.blogentrysmall a {
	border-bottom: 1px solid #000;
	font-weight: normal;
	text-decoration: none;
}

#content div.blogentry a:hover,
#content div.blogentryfull a:hover,
#content div.blogentrysmall a:hover {
	border-bottom: 1px solid #30348b;
	color: #30348b;
	font-weight: normal;
	text-decoration: none;
}

div.blogentry p.stamp,
div.blogentryfull p.stamp, 
div.blogentrysmall p.stamp {
	clear: both;
	float: right;
	font-size: 10px;
	font-style: italic;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
}

#content div.blogentryfull img {
	float: left;
	position: relative;
}

#content div.blogentryfull img.left {
	float: left;
	position: relative;
}

#content div.blogentryfull img.right {
	float: right;
	position: relative;
}

#content div.blogentryfull img.leftpadd {
	float: left;
	padding: 0 10px 0 0;
	position: relative;
}

#content div.blogentryfull img.rightpadd {
	float: right;
	padding: 0 0 0 10px;
	position: relative;
}

div.blogentryfull ul.highlighted {
	list-style-position: inside;
	padding-left: 0;
}

div.blogentryfull ul.highlighted li {
	background-color: #bfc4d7;
	color: #30348b;
	margin: 0;
	padding: 5px;
}

/* wordpress blog */

#page {
	background: transparent;
}

#page h1 {
	color:#30348b;
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
	text-shadow:2px 2px 2px #bfc4d7;
}

/*
#page .entry-header,
#page .entry-content,
#page footer {
	width: 834px;
}
*/

#page h3 {
	color:#30348b;
	font-size:12px;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow:2px 2px 2px #bfc4d7;
	text-transform: none;
}

#page h4 {
	color:#30348b;
	font-size:10px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	text-shadow:2px 2px 2px #bfc4d7;
	text-transform: none;
}

header#branding,
nav#access,
.only-search,
footer#colophon {
	display: none;
}

aside#tag_cloud-3 .tagcloud {
}

aside#tag_cloud-3 .tagcloud a {
	background-color: #eee;
}

/* BLOG ELEMENTS end */

/* CLIENTS GALLERY start */
#content .gallerylist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#content .gallerylist ul li {
	float: left;
	display: block;
	width: 280px;
	height: 132px;
	padding: 0;
	margin: 0 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	letter-spacing: normal;
}

#content .gallerylist ul li img {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 0 10px 10px;
	border: 1px solid #ccc;
}
/* CLIENTS GALLERY end */

/* OTHER ELEMENTS start */
.hidden {
	display:none;
}

.twocols {
	float: left;
	position: relative;
	width: 100%;
}

.twocols div {
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 5%;
	position: relative;
	width: 45%;
}

span.smallblock {
	font-size: x-small;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
}

span.prositos {
	font-family: Garamond, "Book Antiqua", serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
}

h1.title span.prositos {
	font-size: 24px;
}

ol.threecols li {
	float: left;
	padding-right: 3%;
	position: relative;
	width: 30%;
}

span.listheader {
	font-style: italic;
}

#content blockquote p {
	border-left: 20px double #bfc4d7;
	font: italic 14px Myriad, Arial, sans-serif;
	letter-spacing: 2px;
	line-height: 1.8em;
	margin: 10px 40px;
	padding-left: 10px;
	text-shadow: 2px 2px 2px #bfc4d7;
}

div#highlightedtext p {
	font-size: 14px;
	letter-spacing: 2px;
}

div#errors, .errors {
	color:#f00;
}

.greenletters {
	color:#3c0;
}

.strong {
	font-weight: bold;
}

.pt50 {
	padding-top: 50px;
}

#content table.list {
	width:100%;
	border-collapse:collapse;
}

#content table.list, #content table.list tr, #content table.list td, #content table.list th {
	border:1px solid #ccc;
	padding:3px 5px;
}

#content table.list th {
	text-align:left;
}

.floatright, #content img.floatright, #content div.blogentryfull img.floatright {
	float: right;
	position: static;
}

.floatleft, #content img.floatleft, #content div.blogentryfull img.floatleft {
	float: left;
	position: static;
}

#content div.blogentryfull.staticp p, #content div.blogentryfull.staticp h3 {
position: static;
float: none;
}

#content .formnote {
	padding-left: 170px;
	color: #999;
}

#content dl.newletterslist {
	padding: 0;
	margin: 0;
}

#content dl.newletterslist dt {
	float: left;
	width: 200px;
	height: 70px;
	padding: 30px 25px 0 0;
	margin: 0;
}

#content dl.newletterslist dd {
	float: left;
	width: 70px;
	height: 100px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content dl.newletterslist dd img {
	float: left;
	width: 50px;
	height: 70px;
}

.note {
	color: #999;
}
/* OTHER ELEMENTS end */

