@import url("reset.css");
@import url("960.css");
@import url("jqueryslidemenu.css");
body
{
	background: #ffffff;
	font: 62.5% Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	color: #353535;
	font-weight: normal;
	text-transform: capitalize;
}
h1
{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
h2
{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}
h3
{
	font-size: 24px;
	margin-bottom: 15px;
}
h4
{
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 8px;
}
h5
{
	font-size: 14px;
	margin: 3px 0px;
	padding: 0px;
}
h6
{
	font-size: 12px;
	letter-spacing: 1px;
	margin: 3px 0px;
	padding: 0px;
}
a,a:link,a:visited
{
	color: #F47424;
	text-decoration: none;
}
a:hover
{
	color: #353535;
}
a img, img
{
	border: none;
}
p
{
	color: #777777;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
blockquote
{
	background: url(../images/quote.png) top left no-repeat;
	color: #858585;
	font-style: italic;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 40px;
}
blockquote p
{
	margin-bottom: 5px;
}
code
{
	background: #fafafa;
	color: #858585;
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.alignleft
{
	float: left;
	margin: 5px 15px 5px 0;
}
.alignright
{
	float: right;
	margin: 0 15px 10px 15px;
}
.aligncenter
{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.imgbox
{
	background: #fff;
	border: 1px solid #eee;
	display: inline;
	padding: 2px;
}
.info
{
	background: #DCEFF5 url(../images/talk.png) .5em .4em no-repeat;
	border: 1px solid #B8E7F5;
	color: #478BBF;
	font-size: 1.3em;
	margin: 15px 0;
	padding: 8px 10px 8px 37px;
}
.error
{
	background: #FFD6D6 url(../images/stop.png) .5em .4em no-repeat;
	border: 1px solid #FFC2C2;
	color: #C24848;
	font-size: 1.3em;
	margin: 15px 0;
	padding: 8px 10px 8px 37px;
}
.warning
{
	background: #FAF2D7 url(../images/alert.png) .5em .4em no-repeat;
	border: 1px solid #FAE8AF;
	color: #CF9E00;
	font-size: 1.3em;
	margin: 15px 0;
	padding: 8px 10px 8px 37px;
}
.success
{
	background: #D7F7DF url(../images/ok.png) .5em .4em no-repeat;
	border: 1px solid #A3F7B8;
	color: #3F9153;
	font-size: 1.3em;
	margin: 15px 0;
	padding: 8px 10px 8px 37px;
}
.divider
{
	border-bottom: 1px dotted #eee;
	clear: both;
	height: 1%;
	margin: 5px 0 15px 0;
	padding-bottom: 5px;
}
.button
{
	background: url(../images/button-right.png) no-repeat 100% 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 1.2em;
	height: 26px;
	line-height: 26px;
	margin: 10px 10px 10px 0;
}
.button span
{
	background: url(../images/button-left.png) no-repeat;
	display: inline-block;
	float: left;
	height: 26px;
	margin-right: 4px;
	padding: 0 8px 0 12px;
	text-align: center;
}
.button:hover
{
	background-position: 100% -26px;
}
.button:hover span
{
	background-position: 0 -26px;
}
a.button
{
	color: #ccc;
}
a.button:hover
{
	color: #fff;
}
.button-white
{
	background: url(../images/button-right-white.png) no-repeat 100% 0;
	color: #858585;
}
.button-white span
{
	background: url(../images/button-left-white.png) no-repeat;
}
.button-white:hover
{
	background-position: 100% -26px;
	color: #6a6a6a;
}
.button-white:hover span
{
	background-position: 0 -26px;
}
a.button-white
{
	color: #858585;
}
a.button-white:hover
{
	color: #6a6a6a;
}
#headerwrapper
{
	background: url(../images/header.jpg) top repeat-x;
}
#header
{
	height: 80px;
}
#logo
{
	margin-top: 25px;
	text-align: left;
}
#slidecontainer
{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 940px;
}
.coin-slider
{
	overflow: hidden;
	padding: 0;
	position: relative;
}
.coin-slider a
{
	border: none;
	outline: none;
	text-decoration: none;
}
.cs-buttons
{
	display: none;
	left: 47%;
	margin-top: 10px;
	position: absolute;
}
.cs-buttons a
{
	background: url(../images/bullet-nav.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 17px;
	margin-right: 3px;
	text-indent: -9999px;
	width: 17px;
}
.cs-buttons a.cs-active
{
	background-position: -17px 0;
}
.cs-prev, 
.cs-next
{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}
.cs-title
{
	background-color: #000000;
	color: #ccc;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 20px;
	width: 900px;
}
.cs-title strong
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-bottom: 5px;
}
#tagbar
{
	border-bottom: 1px solid #eee;
}
#tagbar h3
{
	color: #686868;
	line-height: 42px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: none;
}
ul#featuresbox
{
	margin: 20px 10px 0 10px;
	padding: 0;
}
ul#featuresbox li
{
	display: inline;
	float: left;
	margin-right: 13px;
	width: 300px;
}
ul#featuresbox li.last
{
	margin-right: 0;
}
ul#featuresbox li h4
{
	margin: 5px 0 15px 0;
}
ul#featuresbox li img
{
	margin: 0 10px 0 0;
}
ul#serviceslist
{
	list-style: none;
	margin-top: 20px;
}
ul#serviceslist li
{
	float: left;
	margin-right: 20px;
	width: 450px;
}
ul#serviceslist li p
{
	margin-bottom: 10px;
}
ul#serviceslist li h3
{
	margin-bottom: 10px;
}
ul#serviceslist li img
{
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top: 0;
}
#footerwrapper
{
	background: #F7F7F7;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 15px;
}
#footer
{
	margin-top: 10px;
	padding-top: 10px;
}
.footerbox
{
	float: left;
	margin-right: 15px;
	width: 180px;
}
.copyright
{
	display: block;
	padding-top: 10px;
	text-align: left;
}
.social-links
{
	margin: 5px 0;
	padding: 0;
}
.social-links li
{
	display: inline;
	margin: 2px;
}
.social-links li a img
{
	background: none;
	border: none;
	display: inline;
	margin: 0 8px 0 0;
}
p#abouttext
{
	display: inline;
	margin-bottom: 10px;
}
#sidebar
{
	float: right;
	width: 300px;
}
.sidebox
{
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 10px 20px 0 20px;
}
.sidebox h4
{
	border-bottom: 3px solid #eee;
	color: #484848;
	padding-bottom: 10px;
}
.latestblog
{
	margin: 0 0 10px 0;
	padding: 0;
}
.latestblog li
{
	border-bottom: 1px solid #eee;
	color: #666666;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 5px 0;
}
.latestblog li img
{
	margin-top: 0;
}
.latestblog li span.blogdate
{
	color: #888;
}
.latestblog li span a
{
	font-weight: bold;
}
.latestblog li p
{
	font-size: 1em;
	line-height: 1.2;
	margin: 5px 0;
}
a.linkreadmore
{
	border-bottom: 1px dotted #ccc;
	color: #585858;
	font-weight: bold;
}
ul#latestporto
{
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
}
ul#latestporto li
{
	background: url(../images/loading2.gif) center center no-repeat;
	color: #666666;
	display: block;
	float: left;
	height: 61px;
	margin: 0 5px 5px 0;
	width: 80px;
}
ul#latestporto li a img
{
	background: #fff;
	border: 1px solid #eee;
	padding: 2px;
}
ul#latestporto li a:hover img
{
	background: #fafafa;
	border: 1px solid #ddd;
}
.testibox
{
}
.testibox blockquote p
{
	margin-bottom: 0;
}
.testiauthor
{
	display: block;
	text-align: left;
}
.newsletter,
.searchbox
{
	background: #fafafa;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}
.inputtext
{
	border: 1px solid #eee;
	color: #8a8a8a;
	float: left;
	font-size: 1.1em;
	height: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 5px;
	width: 195px;
}
#page
{
	margin-bottom: 20px;
	margin-top: 20px;
}
#content
{
	margin-top: 20px;
}
#maincontent
{
	float: left;
	margin-right: 30px;
	width: 600px;
}
#content .last
{
	float: right;
	margin-right: 0;
}
ul.checklist
{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.checklist li
{
	background: url(../images/checkbox.png) 0 0 no-repeat;
	border-bottom: 1px dotted #eee;
	color: #666666;
	font-size: 1.1em;
	margin: 5px 0;
	padding-bottom: 5px;
	padding-left: 28px;
}
.itemlist
{
	margin-bottom: 20px;
}
.itemlist li
{
	background: url(../images/box.gif) 0 .3em no-repeat;
	border-bottom: 1px dotted #eee;
	color: #777777;
	font-size: 1.1em;
	margin: 5px 0;
	padding-bottom: 5px;
	padding-left: 18px;
}
ul#serviceslist-page
{
	list-style: none;
	margin-top: 10px;
}
ul#serviceslist-page li
{
	float: left;
	margin-bottom: 10px;
	margin-right: 25px;
	width: 280px;
}
ul#serviceslist-page li h3
{
	margin-bottom: 10px;
}
ul#serviceslist-page li img
{
	margin-bottom: 70px;
	margin-right: 20px;
	margin-top: 0;
}
#contactinfoblock
{
	border-right: 1px solid #eee;
	float: left;
	padding-right: 30px;
	width: 450px;
}
.contactinfo li
{
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 8px 0;
	padding-bottom: 8px;
}
#contactformblock
{
	float: right;
	width: 430px;
}
#maincontactform
{
	margin: 10px 0;
}
#maincontactform label
{
	color: #5a5a5a;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	width: 100px;
}
.textfield
{
	border: 1px solid #eee;
	color: #8a8a8a;
	float: left;
	font-size: 1.1em;
	height: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 5px;
	width: 320px;
}
.textarea
{
	border: 1px solid #eee;
	color: #8a8a8a;
	float: left;
	height: 120px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
	width: 380px;
}
.buttoncontact
{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666666;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 25px;
	text-transform: uppercase;
}
.require
{
	color: #f00;
	display: inline;
	float: left;
	font-weight: bold;
	margin-left: 5px;
}
.loading
{
	background: url(../images/loading1.gif) top left no-repeat;
	color: #2C6D00;
	font-size: 1.2em;
	margin-left: 10px;
	padding-left: 32px;
}
#portfoliolist-1
{
}
#portfoliolist-1 li
{
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 220px;
}
#portfoliolist-1 li img
{
	margin-bottom: 10px;
}
#portfoliolist-1 li.loader
{
	background: url(../images/loading2.gif) center center no-repeat;
	display: block;
	width: 220px;
}
#portfoliolist-2
{
}
#portfoliolist-2 li
{
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 300px;
}
#portfoliolist-2 li img
{
	margin-bottom: 10px;
}
#portfoliolist-2 li.loader
{
	background: url(../images/loading2.gif) center center no-repeat;
	display: block;
	width: 300px;
}
#portfoliolist-3
{
}
#portfoliolist-3 li
{
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 460px;
}
#portfoliolist-3 li img
{
	margin-bottom: 10px;
}
#portfoliolist-3 li.loader
{
	background: url(../images/loading2.gif) center center no-repeat;
	display: block;
	width: 460px;
}
ul#listlatestnews
{
}
ul#listlatestnews li
{
	clear: both;
	margin-bottom: 10px;
}
ul#listlatestnews li img
{
	margin-bottom: 10px;
}
ul#listlatestnews li h3
{
	margin: 0;
	padding: 0;
}
.postmeta
{
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.postbox
{
}
.leftpost
{
	color: #666666;
	float: left;
	line-height: 1.4em;
	width: 30px;
}
.mainpost
{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	float: left;
	padding-left: 10px;
	padding-right: 30px;
	width: 470px;
}
.mainpost h3
{
	margin-bottom: 10px;
}
.rightpost
{
	background: url(../images/cloud.png) 0 0 no-repeat;
	float: right;
	height: 50px;
	line-height: 35px;
	width: 50px;
}
.metapost
{
	border-right: 1px solid #eee;
	color: #9a9a9a;
	float: left;
	font-size: .9em;
	margin-right: 20px;
	text-transform: uppercase;
}
.metapost a
{
	color: #858585;
}
.date
{
	font-size: 24px;
	margin: 0;
}
.month
{
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.postcomment
{
	font-size: 20px;
	margin-left: 20px;
}
h3.posttitle
{
	margin-bottom: 0;
}
.pagination
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
ul.pagination li
{
	background: none;
	float: left;
	height: 30px;
	margin: 10px 4px;
	padding: 0;
	text-align: center;
}
ul.pagination li a
{
	background: #fff;
	border: 1px solid #eee;
	color: #666666;
	display: block;
	font-size: 1em;
	line-height: 30px;
	padding: 0 8px;
	text-transform: capitalize;
}
ul.pagination li a:hover, ul.pagination li.current a
{
	background: #F5F5F5;
	border: 1px solid #eee;
	color: #666666;
	text-decoration: none;
}
#authorbox
{
	background: #fafafa;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#authorbox h5
{
	margin-bottom: 5px;
}
#authorbox .blockavatar
{
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	width: 60px;
}
#authorbox img
{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
}
#authorbox .detail
{
	float: left;
	width: 500px;
}
#authorbox .detail p
{
	line-height: 1.4em;
	margin-bottom: 0;
}
#listcomment
{
	margin: 0 0 20px 0;
	padding: 0;
}
#listcomment li
{
	background: none;
	border-bottom: 1px solid #eee;
	display: block;
	margin: 0;
	padding: 11px 0;
}
.titlecomment
{
	width: 600px;
}
.titlecomment img
{
	border: 1px solid #d9d9d9;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.titlecomment h5
{
	color: #333;
	font-size: 1.4em;
	margin: 0;
	padding: 7px 0 0 0;
}
.datecomment
{
	color: #858585;
	font-size: 1.1em;
}
#listcomment li p
{
	font-size: 1.1em;
	margin-bottom: 0;
	padding: 10px 0 0 0;
}
#frmcomment
{
	padding: 10px 0 20px 0;
}
#frmcomment label
{
	color: #5a5a5a;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#frmcomment label span
{
	font-size: 90%;
	font-weight: lighter;
	text-transform: lowercase;
}
.submitcomment
{
	background: #4a4a4a;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 6px 8px;
}
