body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

body {
	font-family:myriad-pro, Helvetica, Helvetica Neue, Arial;	
	background:url(images/bg-inner.png) repeat-x top;	
	-webkit-font-smoothing: antialiased;
}

body.main {
	background:url(images/bg-main.png) repeat-x top;	
}

#container {
	width:980px;
	margin:0 auto;	
}

#containerMain {
	width:980px;
	height:450px;
	background:url(images/bg-container.png) no-repeat top;	
}

#header {
	display:block;
	width:960px;
	height:130px;
	padding:0 20px 0 20px;	
	background:url(images/bg-header.png);
}

#header.main {
	background:none;	
}

#xored {
	display:block;
	float:left;
	width:300px;
	height:130px;
	margin-right:5px;
	background:url(images/xored.png) no-repeat 0 45px;	
}

#xored a {
	display:block;
	width:149px;
	height:51px;
	margin-top:45px;
}

#navTop {
	display:block;
	float:left;
	width:420px;	
	margin-top:47px;	
	font-size:14px;
	font-weight:300;
	-webkit-font-smoothing: subpixel-antialiased;
}

#navTop li {
	display:block;
	float:left;
	margin:0 30px 0 0;
}

#navTop li.current_page_item a {
	display:block;
	height:28px;
	line-height:28px;
	background:url(images/bg-current.png) no-repeat bottom right;
}

#navTop li.current_page_item span {
	display:block;
	height:28px;
	float:left;
	margin:0 15px 0 0;
	padding-left:15px;
	background:url(images/bg-current.png) no-repeat top left;
}


#navTop li a {
	display:block;
	height:28px;
	line-height:28px;	

	color:#FFF;
	text-decoration:none;
	text-shadow:0 -1px 0 #C30;	
}

#navTop li span {
	padding-left:15px;
	margin:0 15px 0 0;
}


#search {
	display:block;
	float:left;
	width:200px;
	height:22px;
	background:url(images/bg-search.png);
	margin-top:52px;	
}

#search form {
	display:block;
	float:left;
	width:170px;
	height:22px;
	overflow:hidden;
	padding:0 20px 0 10px;	
}

#search form input {
	diapay:block;
	width:100%;
	border:none;
	background:none;
	outline:none;
	color:#FFF;
	line-height:20px;	
	font-family:Helvetica, Helvetica Neue, Arial;
}

#promoHighlight {
	position:absolute;
	width:100%;
	height:20px;
	overflow:hidden;
	margin-top:130px;
	background:url(images/bg-promo-highlight.png) no-repeat top center;	
	z-index:200;
}

#promoContainer {
	position:absolute;
	top:130px;
	width:100%;
	height:400px;	
	overflow:hidden;
}


.promoItem {
	position:absolute;
	width:620px;
	height:400px;	
	padding:0 110px 0 430px;
	display:none;
	z-index:100;
	-webkit-font-smoothing: subpixel-antialiased;
}

.current {
	display:block !important;	
}

.promoItem h1 {
	font-size:46px;
	color:#FFF;
	font-weight:100;
	padding:90px 0 50px 0;
	text-shadow:0 -1px 0 #C30;	
}

.promoItem h1 a {
	color:#FFF;
	text-decoration:none;	
}

.promoItem p {
	width:450px;
	font-size:14px;
	line-height:20px;
	color:#FFF;
	font-weight:200;
	text-shadow:0 -1px 0 #C30;	

}

.promoMore {
	display:block;
	float:right;
	background:url(images/bg-promo-more.png) no-repeat bottom right;	
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	text-shadow:0 -1px 0 #C30;	
	font-weight:300;
}

.promoMore span {
	display:block;
	height:28px;
	line-height:24px;
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	background:url(images/bg-promo-more.png) no-repeat top left;	
}

#slideshow {
	display:block;
	position:absolute;
	left:50%;
	top:286px;
	margin-left:-33px;
	width:66px;
	height:17px;
	z-index:1000;	
}

#slideshow div {
	display:block;
	float:left;
	width:16px;
	height:17px;
	margin:0 3px 0 3px;	
	background:url(images/bg-slideshow.png) no-repeat 0 2px;
	cursor:pointer;
}

#slideshow div.currentItem {
	background:url(images/bg-slideshow.png) no-repeat 0 -20px !important;
	cursor:default;	
}

#content {
	display:block;
	float:left;
	width:980px;
}

div#content.main {
	margin-top:320px;	
}

#left {
	display:block;
	float:left;
	width:320px;	
}

#right {
	display:block;
	float:right;
	width:620px;
	padding-right:20px;
	padding-top:45px;
}

#supercustomers {
	display:block;
	float:right;
	margin:0 0 20px 20px;	
}


#right .postThumb {
	display:block;
	float:left;
	margin:5px 20px 10px 0;	
}


#right h1 {
	font-size:42px;
	line-height:40px;
	color:#C30;
	margin-bottom:20px;
	padding:0;
	font-weight:100;
}



#right h2 {
	font-size:30px;
	font-weight:100;
	color:#C30;
	margin:0 0 10px 0 !important;
	padding:0 !important;
}


#right h2 a {
	color:#C30;	
	text-decoration:none;
}


#right h2 a:hover {
	text-decoration:underline;
}


#right h3 {
	font-size:24px;
	font-weight:100;
	color:#C30;
	margin:0 0 20px 0 !important;
	padding:0 !important;
}





#right p {
	font-size:14px;
	line-height:22px;
	color:#333;	
	margin-bottom:20px;
}

#right p strong, #right p b {
	font-weight:bold;
}

#right p em, #right p i {
	style:italic;
}


#right p img {
	display:block;
	float:left;
	margin: 5px 20px 10px 0;
}


#right ul, #right ol {
	font-size:14px;
	line-height:22px;
	color:#333;	
	margin-bottom:20px;
	list-style-type:inherit;
	margin-left:20px;
}

#right ul {
	list-style-type: inherit;
}


#right ol {
	list-style-type: decimal;	
}


#right p a, #right ul a {
	color:#069;	
}

#twitterTweet {
	display:block;
	position:relative;
	float:right;
	width:300px;
	background:url(images/bg-twitter.png) no-repeat top left;
	z-index:2;
}

#twitterTweet.main {
	margin-top:65px;
}

#twitterTweet div {
	display:block;
	float:left;
	width:300px;
	margin:50px 0 0 0;
	background:url(images/bg-twitter.png) no-repeat bottom right;
}

#twitterTweet p {
	font-size:12px;
	line-height:16px;
	color:#333;
	padding:10px 20px 10px 20px;
}

#twitterTweet a {
	color:#069;	
}

#bTwitter {
	display:block;
	float:right;
	background:url(images/bg-b-twitter.png) no-repeat bottom right;	
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	text-shadow:0 1px 0 #FFF;
	height:20px;
	margin:0 10px 10px 0;
}

#bTwitter span {
	display:block;
	margin-right:10px;
	padding-left:23px;
	height:20px;
	background:url(images/bg-b-twitter.png) no-repeat top left;
}


#blog {
	display:block;
	position:relative;
	float:left;
	width:300px;
	background:url(images/bg-blog.png) no-repeat bottom right;
	z-index:1;
	margin-top:-10px;
	color:#069;
}

#blog div {
	display:block;
	float:left;
	margin-bottom:50px;
	background:url(images/bg-blog.png) no-repeat top left;
}


#blog h2 {
	font-size:18px;
	color:#333;	
	padding:20px 20px 20px 20px;
}


.blogEntryMain {
	background:none !important;
	padding:0 20px 0 20px;	
	margin:0 !important;
}


.blogEntryMain span {
	display:block;
	font-size:12px;
	line-height:16px;
	color:#999;	
}

.blogEntryMain a {
	display:block;
	font-size:12px;
	line-height:16px;
	color:#C30;
	font-weight:bold;
	margin:0 0 10px 0;
}

.blogEntryMain p {
	font-size:12px;
	line-height:16px;
	color:#666;
}


#bBlog {
	display:block;
	float:right;
	background:url(images/bg-b-blog.png) no-repeat bottom right;	
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	text-shadow:0 1px 0 #FFF;
	height:20px;
	margin:10px 10px 5px 0;
	color:#C30;
}

#bBlog span {
	display:block;
	margin-right:10px;
	padding-left:23px;
	height:20px;
	background:url(images/bg-b-blog.png) no-repeat top left;
}




#footer {
	line-height:16px;
	font-size:11px;
	color:#999;
	display:block;
	float:left;
	width:980px;
	border-top:1px solid #d8dde0;	
	padding:13px 0 40px 0;
	margin:20px 0 0 0;
}

#footer p {
	float:left;	
	padding:1px 0 0 20px;
}

#footer a {
	float:right;
	padding:1px 20px 0 20px;
	color:#999;
	text-decoration:none;	
}

#footer a:hover {
	color:#666;	
}

#social {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-20px;
	width:39px;
	height:18px;
	margin:0 0 0 0;
}

#social a {
	margin:3px 0 0 0 !important;
	padding:0 !important;	
}

.linkedin {
	display:block;
	float:left !important;
	width:18px;
	height:18px;
	background:url(images/ico-social.png) no-repeat left;	
}

.twitter {
	display:block;
	float:right !important;
	width:18px;
	height:18px;
	background:url(images/ico-social.png) no-repeat right;	
}


.vacancy.new {
	display:block;
	float:left;
	width:620px;
	background:url(images/bg-vacancy-new.png) no-repeat top left;
	margin:0 0 10px 0;
}

.vacancy.new div {
	display:block;
	float:left;
	width:580px;
	padding:10px 20px 0 20px;
	margin:5px 0 0 0;
	background:url(images/bg-vacancy-new.png) no-repeat bottom right;
}


.vacancy {
	display:block;
	float:left;
	width:620px;
	background:url(images/bg-vacancy.png) no-repeat top left;
	margin:0 0 10px 0;
}

.vacancy div {
	display:block;
	float:left;
	width:580px;
	padding:20px 20px 0 20px;
	margin:5px 0 0 0;
	background:url(images/bg-vacancy.png) no-repeat bottom right;
}


.vacancy h2 {
	font-size:18px !important;
	margin:0 !important;
	padding:0 !important;	
}

.vacancy h2 a {
	color:#C30;
	text-decoration:underline !important;
}

.vacancy p {
	font-size:12px !important;
	line-height:17px !important;
	color:#666 !important;	
	margin:0 0 20px 0 !important;
}

.icoNew {
	display:block;
	position:absolute;
	width:52px !important;
	height:52px !important;
	padding:0 !important;
	margin:0 0 0 568px !important;
	background:url(images/ico-new.png) !important;	
}


.post {
	display:block;
	width:100%;
	float:left;
	margin:0 0 20px 0;	
}

.postData {
	display:block;
	width:100%;
	float:left;
	font-size:11px;
	padding:10px 0 15px 0;	
	line-height:16px;
	font-weight:bold;
	color:#333;
	background:url(images/bg-post-data.png) repeat-x 0 18px;
}

.postData span {
	display:block;
	float:left;
	padding-right:10px;	
	background:#FFF;
}

.postData span a {
	color:#333;	
}

.postData span .postCat {
	font-weight:normal !important;
}


.commentsCount {
	display:block;
	float:right;
	color:#666 !important;
	text-decoration:none;
	padding-left:28px;
	background:#FFF url(images/ico-comments.png) no-repeat 10px 0;	
	font-weight:normal;
}



/* Gallery Styling */

.gallery-container {
	display:block;
	float:left;
	width:620px;
	overflow:hidden;
	margin:0 0 0 0;
	padding:20px 0 14px 0;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}


.gallery {
	display:block;
	float:left;
	width:630px;
	overflow:hidden;	
}


.gallery img {
	display:block;
	float:left;
	border:none;
	margin:0 6px 6px 0;	
}

/* End Gallery Styling */


#comments {
	display:block;
	float:left;
	width:100%;
	margin-top:20px;	
	font-size:12px;
	color:#333;
}

#comments a {
	color:#069;		
}



/* Social */

.social {
    display:block;
    float:right;
    margin:5px 0 10px 20px;
	padding:10px 10px 0 10px;
	background:#f2f7fb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.socialLarge {
    display:block;
    width:59px;
    margin:0 auto 10px auto;
}

.socialLarge iframe {
	display: block !important;
	margin: 0 auto !important;	
}

.socialSmall iframe {
	display:block;
	width:96px !important;
}

#___plusone_0 {
	display: block !important;
	margin: 0 auto !important;
}

/* End Social */


.pagenav a {
	display:block;
	float:left;
	background:url(images/bg-pagenav.png) no-repeat right bottom;	
	height:28px;
	line-height:28px;	
	overflow:hidden;
	font-size:12px;
	color:#C30;
	text-decoration:none;
}

.pagenav.right a {
	float:right;	
}

.pagenav a:hover {
	text-decoration:underline;	
}

.pagenav a span {
	display:block;
	margin:0 15px 0 0;
	padding:0 0 0 15px;
	height:28px;
	background:url(images/bg-pagenav.png) no-repeat top left;
}




.tagCloud {
	display:block;
	float:left;
	width:260px;
	padding:0px 20px 20px 40px;
	position:relative;
	font-weight:200;	
	text-align:center;
}

.tagCloud a {
	color:#333;	
}

.categories {
	display:block;
	float:left;
	width:260px;
	padding:50px 20px 20px 40px;
	position:relative;
}

.categories li {
	list-style-type:none;
	font-size:24px;	
	line-height:30px;
	font-weight:200;
	padding-bottom:10px;
}

.categories li span {
	display:block;
	font-size:11px;
	line-height:16px;
	color:#666;	
	font-weight:400;
	font-style:italic;
}

.categories li a {
	color:#C30;		
}

