* {
	padding:0;
	margin:0;
}

h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin:1em 5%;
}

h1 {
	text-align:left;
	margin:1em 0 1em 0;
	font-size:1.7em;
}

h2 {
	text-align:left;
	margin:.7em 0 .2em 0;
	font-size:1.4em;
}

h3 {
	text-align:left;
	margin:0 0 .1em 0;
	font-weight:bold;
	font-size:1.2em;
}

h4 {
	text-align:left;
	margin:0 0 .1em 0;
	font-weight:bold;
	font-size:1.1em;
}

p {
	margin:0 0 .8em 0;
	text-align:left;
}

sup {
	font-size:.8em;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}

.errormsg {
	color: #ff0000;
	display: none;
}

.hidden {
	display: none;
}

.mandatory {
	color:#ff0000;
	font-size:9px;
}

a:link { color:#333; } 
a:visited { color:#666; } 
a:hover { color:#333; }
a:active { color:#333; } 

#footercontent a:link { color:#222; } 
#footercontent a:visited { color:#444; } 
#footercontent a:hover { color:#222; }
#footercontent a:active { color:#222; } 

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1.5em;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#333;
	background-color:#fff;
}

.topsection {
	background-image:url(../_images/img_bkgrnd.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-color:#fff;
}

#header {
	height:317px; /*Height of top section*/
	width:960px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

#lcd {
	margin-top:9px;
	float:right;
}

#banner {
	margin-top:88px;
	float:left;
}

#sitecontainer {
	width:960px; /*Width of main container*/
	margin:0 auto; /*Center container on page*/
	background-color:#fff;
}

#contentwrapper {
	float:left;
	width:100%;
	background-color:inherit;
}

#contentcolumn {
	margin-top:0;
	margin-right:330px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn-full {
	margin-top:0;
}

#rightcolumn {
	float:left;
	width:310px; /*Width of right column*/
	margin-left:-310px; /*Set left margin to -(RightColumnWidth) */
	background-color:#fff;
}

.innertube {
	margin:20px 0 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
}

.btmsection {
	width:100%;
	height:60px;
	background-image:url(../_images/img_footerbkgrnd.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:20px 0 0 0;
}

#footer {
	width:960px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

#footercontent {
	padding:10px 10px 0 10px;
	color:#222;
	text-align:center;
	font-size:.9em;
	line-height:1.3em;
}

#footercontent #validation {
	margin:0;
	float:right;
}

.clear {
	width:100%;
	clear:both;
	line-height:1px;
}

#clients {
	width:313px;
	float:left;
}

#eway {
	width:300px;
	float:right;
}

#news {
	width:308px;
	border:1px solid #a8a8a8;
	color:#f1f1f1;
	background-color:#f1f1f1;
}

#newscontent {
	padding:18px 30px 20px 30px;
	color:#000;
}

#newscontent img {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	border:0;
}

#socialmedia {
	text-align:center;
	margin-top:20px
}

#socialmedia img {
	padding:0 10px;
	border:0;
}

#socialmedia-blog {
	text-align:left;
	margin-top:20px
}

#socialmedia-blog img {
	padding:0 10px;
	border:0;
}

#clientimages img {
	padding:15px 15px;
}

table tr.even {
	background-color:#ddd;
}

/* Portfolio */
.portfoliocategories {
	text-align:center;
	width:212px;
	font-weight:bold;
	font-size:1.3em;
	margin:30px 0 0 60px;
	float:left;
}

.portfolio {
	height:320px;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
}

.portfoliocontainer {
	width:276px;
	height:280px;
	margin:10px 30px 20px 0;
	float:left;
}

.print {
	height:230px;
}

.photography {
	height:200px;
}

.portfoliocontainer p {
	margin:0 0 0 11px;
	line-height:1.3em;
}

.portfolio_off {
	width:276px;
	height:122px;
	border:2px solid #ababab;
	background-color:#f1f1f1;
	padding:5px 0 0 9px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
}

.portfolio_off a {
	cursor:default;
}

.portfolio_on {
	width:276px;
	height:122px;
	border:2px solid #000;
	background-color:#555;
	padding:5px 0 0 9px;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}

.portfolio_on a {
	cursor:default;
}

#screenshot {
	position:absolute;
	border:2px double #fff;
	background:#222;
	padding:5px;
	display:none;
	color:#fff;
	z-index:1000;
}

/* Form definitions */
label,input,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	width:220px;
	float:left;
	margin:10px 0 0 15px;
}

select {
	width:225px;
}

textarea {
	width:300px;
}

label {
	text-align:right;
	width:200px;
	padding:0;
	margin-left:0px;
	font-weight:bold;
}

form img {
	margin:10px 0 0 15px;
}

.formerror {
	background-image:url(../_images/img_formerror.jpg);
	background-repeat:no-repeat;
	margin-left:195px;
	padding-left:20px;
}

.formok {
	background-image:url(../_images/img_formok.jpg);
	background-repeat:no-repeat;
	display:none;
	width:16px;
	height:16px;
	float:left;
	margin:10px 0 0 5px;
}

br {
	clear:left;
}

/* Tabs */
#p7menubar {
	font-size:1em;
	float:left;
	width:631px;
	font-size:12px;
	margin-top:14px !important;
	padding:0;
}
#p7menubar ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
#p7menubar li {
	float:left;
	margin:0;
	padding:0 0 0 10px;
	background-image:url(../_images/img_menu-left.png);
	background-repeat:no-repeat;
	font-weight:bold;
}
#p7menubar a {
	float:left;
	display:block;
	padding:10px 17px 6px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../_images/img_menu-right.png);
	background-repeat:no-repeat;
	background-position:right top;
}
#p7menubar a:hover {
	color:#000;
}
#p7menubar li:hover, #p7menubar li.p7hvr {
	color:#333;
	background-image:url(../_images/img_menu-left_on.png);
}
#p7menubar li:hover a, #p7menubar li.p7hvr a {
	background-position:right top;
	background-image: url(../_images/img_menu-right_on.png);
	color:#ff0;
}
#p7menubar .current {
	background-image:url(../_images/img_menu-left_on.png) !important;
	color:#fff !important;
	font-weight:bold;
} 
#p7menubar .current a {
	background-image:url(../_images/img_menu-right_on.png) !important;
	color:#fff !important;
} 

/* Error 404 */
.innertube-error404 {
	margin:20px 50px 10px 0; /*Margins for inner DIV inside each column (to provide padding)*/
	background-image:url(../_images/img_error404icon.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:400px !important;
}


/* Wordpress Blog */
h1.storytitle {
	text-align:left;
	margin:1.5em 0 1em 0;
	font-size:1.7em;
	line-height:1.3em;
}

h1.storytitle a:link { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 
h1.storytitle a:visited { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 
h1.storytitle a:hover { color:#333;text-decoration:none;border-bottom:1px dotted #333 }
h1.storytitle a:active { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 

h2.storylist {
	text-align:left;
	margin:1.5em 0 1em 0;
	font-size:1.3em;
	line-height:1.3em;
	display:inline;
}

h2.storylist a:link { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 
h2.storylist a:visited { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 
h2.storylist a:hover { color:#333;text-decoration:none;border-bottom:1px dotted #333 }
h2.storylist a:active { color:#333;text-decoration:none;border-bottom:1px dotted #333 } 

.storycontent {
	margin-top:10px;
}


.storycontent blockquote {
	background-image:url(../_images/img_quotestart.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#333;
	padding:20px 20px 10px 60px;
	font-size:1.6em;
	font-style:italic;
	line-height:1.2em;
}


.feedback {
	margin-top:5px;
}

.comment_section {
	border:1px #ccc solid;
	padding:10px;
	margin-top:20px;
}

#commentlist {
	margin:10px;
}

#commentlist li.comment img {
	float:left;
}

#commentlist li.comment blockquote img {
	float:none;
}

.comment_section li {
	padding:10px 0;
	margin-bottom:20px;
	background-color:#fff;
	list-style-type:none;
}

.comment_section blockquote {
	margin:0 0 0 70px;
	padding:15px 8px 25px 8px;
	background-color: #eee;
}

.comment_section cite {
	position:relative;
	margin:0 0 0 70px;
	padding:22px 0 0 0;
	top:20px;
	background:transparent url(../_images/img_commenttip.png) no-repeat 20px 0;
	font-style:normal;
}

.bypostauthor blockquote {
	background-color: #ccc;
}

.bypostauthor cite {
	background:transparent url(../_images/img_commenttipreply.png) no-repeat 20px 0;
}

.comment_section hr {
	border:0;
	color:#999;
	background-color:#999;
	height:1px;
	width:80%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}	

.sidenavblog {
	margin:20px 0;
	padding:0;
}

.sidenavblog ul {
	margin-bottom:20px;
	margin-left:0;
	padding:0 0 10px 0;
	list-style-type:none;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #eee;
}

.sidenavblog li {
	margin:8px 0;
	line-height:1.7em;
}

.sidenavblog a {
	width:100%;
	background-color:#ffffff;
	border-bottom:1px dotted #333;
	font-weight:normal;
}

.sidenavblog a:link, a:hover, a:active {
	color:#333;
	text-decoration:none;
}

.sidenavblog a:visited {
	color:#666;
	text-decoration:none;
}

.sidenavblog a.noborder {
	border:none;
}

.navlistblog a:visited {
	color:#333;
	text-decoration:none;
}

.sidenavblog ul li a.current {
	color:#000;
}

.searchform input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	width:200px;
	float:left;
	margin:5px 0 0 0px;
	height:20px;
}

.searchform label {
	text-align:left;
	width:200px;
	padding:0;
	margin-left:0px;
	font-weight:bold;
}

.searchform form img {
	margin:10px 0 0 0;
}

.searchform form a {
	border-bottom:none;
}

pre {
	margin-left:10px;
}

a.twitter_title_link {
	font-weight:bold;
}

li.twitter-item {
	font-weight:normal;
}

/* Tag_cloud - adjusts the spacing between the tag lines */
.ctc a {
	line-height:1.2em;
}