/* ==================================================
    =Reset
===================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
   
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ==================================================
    =General
===================================================== */

.left { text-align:left !important } .center { text-align:center !important } .right { text-align:right !important }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
.alignleft.clear, .alignright.clear, .aligncenter.clear { float:none }
img.alignleft, table.alignleft { margin:5px 10px 5px 0 } img.alignright, table.alignright { margin: 5px 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
.nomargin { margin:0 }
.banner { border:none; padding:0; margin-bottom:10px }
.hidden { display:none } .show { display:block }
.spacer { 
	display:block;
	height:10px;
	background:url(http://possector.com/v2-web/img/art/spacer1.png) no-repeat center bottom;
	margin-bottom:40px;
	padding-top:20px;
	clear:both;
}

.cf:before, .cf:after, 
.container:before, .container:after, .widget > li:before, .widget > li:after
	{ content: "\0020"; display: block; height: 0; visibility: hidden; }

.cf:after, .clear, 
.container:after, .widget > li:after
	{ clear: both; }
	
.cf, .container, .widget > li
	{ zoom: 1; }

/* ==================================================
    =Main tags
===================================================== */

body {
    font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
    color:#888;
    text-align:center;
    padding:0;
	background:url(http://possector.com/v2-web/img/art/body-bg.jpg) repeat 0 0;
}
h1, h2, h3, h4, h5, h6, p, ol, ul { 
	margin-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {  }
h1 { 
	font-size:40px;
	line-height:44px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1, h2, h3, h4 { color:#363636 }
h2 {
	font-size:34px;
	line-height:36px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2.center {
	background:url(http://possector.com/v2-web/img/art/spacer1.png) no-repeat center bottom;
	padding-bottom:40px;
	margin-bottom:30px;
}
h2.center.clean {
	background:none;	
}
h3 {
	font-size:22px;
	line-height:24px;
}
h4 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}
p, .from-editor li {
	font-size:14px;
	line-height:18px;
	color:#333;
} 

strong  { font-weight:bold; color:#333 }
.striketrough {
	color:#ccc;
	text-decoration:line-through;
}

/*	From editor */
.from-editor ul, .from-editor ol {
	margin-left:15px;
}
.from-editor li {
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-bottom:6px;
	padding-left:20px;
}
.from-editor ul li {
	background:url(http://possector.com/v2-web/img/art/bullet.png) no-repeat 0 7px;	
}

/*	Links */
a {
	color:#0076a3;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
}

/* 	Transitions */
a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

/*	Images */
.image img {
	border:5px solid #fff;
	margin-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.image.alignleft {
	float:left;
	margin:0 15px 5px 0;
}
.image.with-caption small {
	font-size:12px;
	line-height:16px;
	color:#333;
	padding-bottom:20px;
	display:block;
}

/* ==================================================
    =Other
===================================================== */



/* ==================================================
    =Layout
===================================================== */

.container {
	width:940px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:0 10px;
}
#main { padding-top:40px }
#content {
	width:620px;
	float:left;
}
body.blog #content { width:auto; float:none }
.sidebar {
	width:300px;
	float:right;
	margin-bottom:20px;
}

/*	Columns */
.column {
	float:left;
	margin-left:20px;
	width:300px;
}
.column.first { margin-left:0; clear:both }
.column.s1 { width:60px !important }
.column.s2 { width:140px !important }
.column.s3 { width:220px !important }
.column.s4 { width:300px !important }
.column.s5 { width:380px !important }
.column.s6 { width:460px !important }
.column.s7 { width:540px !important }
.column.s8 { width:620px !important }
.column.s9 { width:700px !important }
.column.s10 { width:780px !important }
.column.s11 { width:860px !important }
.column.s12 { width:940px !important }

/* ==================================================
    =Header
===================================================== */
#header {
	height:70px;
	width:100%;
	overflow:hidden;
	background:#333;
}
body.featured #header { margin-bottom:0 }
body.homepage #header {
	height:700px;	
}
#header .container {
	width:100%;
	padding:0;
	text-align:center;
}
#header h1 {
	font-size:36px;
	line-height:40px;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	color:#fff;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	width:540px;
	position:absolute;
	top:150px;
	left:50%;
	margin:0;
	margin-left:-470px;
	z-index:10;
}
#header .screenshot {
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-550px;
	z-index:10;
}

/*	Header navigation */
#header nav {
	height:120px;
	background:url(http://possector.com/v2-web/img/art/header-top-bg-x.png) repeat-x 0 0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:20;
}
#headnav ul {
	width:940px;
	margin:16px auto 0;
	text-align:right;
}
#headnav li {
	display:inline;	
}
#headnav a {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	padding: 8px;
}
#headnav a:hover {
	color:#ccc;	
}

/*	Header background slider */
#header-slider {
	width:100%;
	height:700px;
	overflow:hidden;
}
#header-slider ol {
	width:400%;	
	height:700px;
	float:left;
}
#header-slider li {
	float:left;
	width:25%;
	height:700px;
	position:relative;
	z-index:1;
}
#header-slider li img {
	width:100%;
	min-height:700px;
}
#header blockquote {
	position:absolute;
	bottom:150px;
	right:50%;
	margin-right:-470px;
	text-align:left;
	width:360px;
	padding:20px 0 0 50px;
	background:url(http://possector.com/v2-web/img/art/quotes.png) no-repeat 0 0;
}
#header blockquote p {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	color:rgba(255,255,255,0.95);
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	margin-bottom:5px;
}
#header blockquote small {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-style:italic;
	color:#eee;
	color:rgba(255,255,255,0.7);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

/*	Header Action Group */
#header .action-group {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	background:url(http://possector.com/v2-web/img/art/header-action-group-bg-x.png) repeat-x left bottom;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	padding:30px 0;
	z-index:10;
}
#header .action-group .inner-container {
	width:940px;
	margin:0 auto;
	text-align:left;
}
#header .action-group p { color:#fff }
#header .action-group a { color:#00bff3 }
#header .action-group a:hover { color:#eee }
#header .cta {
	text-align:left;
	width:450px;
	float:left;
}
#header .cta-text {
	width:490px;
	float:right;
}
#header .cta-text p {
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#ccc;
	display:block;
	margin-bottom:0;
}
#header .platforms {
	float:right;
	display:none;
}

/* ==================================================
    =Content
===================================================== */

/*	Action group */
#main .action-group {
	clear:both;
	text-align:center;
}
.action-group p {
	font-size:20px;
	display:inline;
	padding-left:10px;
}
.action-group p em {
	padding-right:5px;
}

/*	Column styles */
.column.style1 h3 { margin-bottom:5px }
.column.style2 {
	padding-left:50px;
	width:250px;
}
.column.style2 img {
	float:left;
	position:relative;
	margin-left:-50px;
}
.column.style2 h4 { margin-bottom:5px }

/*	Big Promo Sections
	Reasons to use POS Sector :) */
.reason {
	text-align:left !important;
	padding-bottom:60px;
}
.reason.right {
	background:url(http://possector.com/v2-web/img/art/reason-arrow-left.png) no-repeat 400px bottom;
}
.reason.left {
	background:url(http://possector.com/v2-web/img/art/reason-arrow-right.png) no-repeat 300px bottom;
}
.reason.first {
	margin-top:0;
	padding-top:0;
}
.reason.last { background:none }
.reason h3 {
	font-size:32px;
	line-height:32px;
	font-weight:bold;
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	color:#222;
	margin-bottom:15px;
	padding-top:40px;
}
.reason p {
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;
}
.reason p strong {
	display:block;
	font-size:20px;
	line-height:24px;
	color:#444;
	margin-bottom:10px;
	font-weight:normal;
}
.reason.right {
	padding-left:450px;	
}
.reason.right .image img {
	float:left;
	position:relative;
	margin-left:-450px;
}
.reason.left {
	padding-right:450px;	
}
.reason.left .image img {
	float:right;
	position:relative;
	margin-right:-450px;
}

/* ==================================================
    =Sidebar & =Widgets
===================================================== */
.sidebar {
	width:270px;
	padding:15px;
	background:#FFFCE0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.sidebar h2 {
	font-size:14px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

/*	Navigation */
.sidebar nav {
	
}
.sidebar nav ul { margin-bottom:0 }
.sidebar nav li { margin-bottom:2px }
.sidebar nav li:last-child { margin-bottom:0 }
.sidebar nav a {
	font-size:12px;
	font-weight:bold;
	padding:5px 7px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff;
	background:rgba(0,0,0,0.05);
}
.sidebar nav a:hover, .sidebar nav a.selected {
	background:#0076A3;
	color:#fff;
}

/*	Widgets */
.widget li {
	
}

/*	Search */
.sidebar#search {
	padding-bottom:0;	
}
#searchform {
	width:270px;
	height:30px;
	position:relative;
	margin:0 0 15px;
}
#searchform #searchinput {
	width:216px;
	height:14px;
	padding:8px 44px 8px 10px;
	background:url(http://possector.com/v2-web/img/art/transparent.png) no-repeat 0 0;
	border:0;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	color:#777;
	outline:none;
}
#searchform #searchinput:hover, #searchform #searchinput:focus {
	background:url(http://possector.com/v2-web/img/art/transparent.png) no-repeat 0 -30px;
}
#searchform #searchsubmit {
	width:34px;
	height:30px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-8000px;
	cursor:pointer;
	background:none;
	border:0;
}

/*	Search results */
.ajax-search-results a {
	border-top:1px solid #eee;
	padding:5px;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	display:block;
}
.ajax-search-results li:first-child a {
	border-top:0;	
}

/*	Promo widget */
.widget .promo {
	width:202px;
	position:relative;
	margin-left:-15px;
	padding:0 95px 100px 15px;
	min-height:200px;
	background:url(http://possector.com/v2-web/img/art/sidebar-promo-bg.png) no-repeat left bottom;
}
.widget .promo h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
	width:270px;
}
.widget .promo p {
	font-size:14px;
	line-height:18px;
	color:#888;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
	margin-bottom:15px;
}
.widget .promo p strong { color:#555 }

/*	Social widget */
.widget .social div {
	width:300px;
	position:relative;
	margin-left:-15px;
}
.widget .social div:first-child {

}
.widget .social a {
	display:block;
	font-size:16px;
	line-height:16px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	padding:15px 10px 15px 56px;
	color:#fff;
	margin-bottom:2px;
}
.widget .social .twitter a {
	background:#33ccff url(http://possector.com/v2-web/img/art/icon-twitter.png) no-repeat 12px center;	
}
.widget .social .feed a {
	background:#f26522 url(http://possector.com/v2-web/img/art/icon-feed.png) no-repeat 20px center;	
}
.widget .social a:hover { background-color:#333 !important }

/*	Social widget > Facebook */
.widget .social .facebook .fb-container{
	margin-left:0;
}
.widget .social .facebook h2 {
	background:#376295;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
	padding:15px 10px 15px 20px;
	font-size:16px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

/*	Widget > Article list */
.widget .articlelist {
	margin:10px 0 20px;
}
.widget .articlelist h2 {
	font-size:20px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:10px;
}
.widget .articlelist li {
	border-top:1px solid rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	clear:both;
	padding:6px 0;
	cursor:pointer;
}
.widget .articlelist li:first-child {
	clear:both;
}
.widget .articlelist h3 {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:6px 0 3px;
}
.widget .articlelist img {
	margin-bottom:6px;
}
.widget .articlelist .meta { display:block; margin-bottom:6px }

/* ==================================================
    =Pricelist & Download Page
===================================================== */
#promo {
	background:#fffce0;
	padding:50px 0;
}
#promo .intro * {
	margin:0;
	padding:0;
}
#promo .cta * {
	margin:0;
	padding:0;
}

/*	Blockquote */
.quotes blockquote {
	width:172px;
	float:left;
	margin-left:20px;
}
.quotes blockquote.first { margin-left:0 }
.quotes blockquote p {
	font-size:14x;
	line-height:18px;
	font-style:italic;
	margin-bottom:5px;
}
.quotes blockquote small {
	font-size:12px;
	line-height:14px;
	font-style:italic;
	color:#222;
}


/*	Pricelist table */
#pricelist-table {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:50px 0 0;
}
#pricelist-table .column {
	width:470px;
	margin-left:0;
	background:#f5f5f5 url(http://possector.com/v2-web/img/art/pricelist-bg-x.jpg) repeat-x left bottom;
	text-align:center;
	border-left:1px solid #fff;
	position:relative;
}
#pricelist-table .column:first-child { 
	width:469px;
	border-left:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#pricelist-table .column:last-child {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
#pricelist-table .column .inner {
	padding:0 20px;	
}

#pricelist-table .column .header {
	background:#00bef3 url(http://possector.com/v2-web/img/art/pricelist-header-bg-x.jpg) repeat-x left bottom;
	width:100%;
	padding:20px;
	position:relative;
	left:-20px;
	border-bottom:1px solid #026f8e;
}
#pricelist-table .column:first-child .header {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;	
}
#pricelist-table .column:last-child .header {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;	
}
#pricelist-table .column .header * {
	margin:0;
	padding:0;
	line-height:10px;
}
#pricelist-table .column .header h2 {
	margin-bottom:0;
	font-size:32px;
	line-height:32px;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	margin-bottom:.20px;
}

#pricelist-table .column .body {
	margin:15px 0;	
}
#pricelist-table .column .body p {
	margin-bottom:0;
	padding:15px;
	font-size:18px;
	line-height:22px;
	color:#555;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}
#pricelist-table .column .body p:last {
	border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#pricelist-table .column .body p strong {
	color:#333;
	font-size:26px;
}
#pricelist-table .column p.disabled, #pricelist-table .column p.disabled strong {
	text-decoration:line-through;
	color:#ccc;
}

#pricelist-table .column .button {
	font-size:26px;
	padding:20px 30px;
	margin-bottom:15px;
}

/* ==================================================
    =Tabs
===================================================== */
.tabs {
	margin-top:40px;
}
.tabs .tabnav {
	border-bottom:1px solid #ccc;
	padding-left:10px;
	margin-left:0;
	margin-bottom:20px;
}
.tabs .tabnav li {
	float:left;
	margin-right:3px;
	list-style-type:none;
}
.tabs.tabs-small .tabnav li {
	margin-right:1px;	
}
.tabs .tabnav a {
	font-size:14px;
	line-height:14px;
	display:block;
	font-weight:bold;
	color:#333;
	border:1px solid #ccc;
	background:#fff;
	text-decoration:none;
	padding:12px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position:relative;
    -webkit-transition: none;
    -moz-transition:    none;
    -o-transition:      none;
    -ms-transition:     none;
    transition:         none;
	top:10px;
}
.tabs.tabs-small .tabnav a {
	padding:8px 10px;
	font-size:12px;
	line-height:12px;
}
.tabs .tabs { margin-left:0 }
.tabs .tab { list-style-type:none !important }
.tabs .tabnav .active {
	font-size:18px;
	line-height:18px;
	padding:15px 20px;
	font-weight:bold;
	background:url(http://possector.com/v2-web/img/art/body-bg.jpg) repeat !important;
	z-index:10;
	top:1px;
	border-bottom:0;
}
.tabs.tabs-small .tabnav .active {
	font-size:14px;
	line-height:14px;
	padding:12px 15px;	
}
.tabs .tabnav a:hover {
	background:none;
	color:#555;
}

/* ==================================================
    =Blog
===================================================== */

/*	Featured articles */
section.blog .featured { margin:30px 0 40px }
section.blog .featured article {
	padding:10px;
	width:280px;
	float:left;
	margin-left:20px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	cursor:pointer;
}
section.blog .featured article:first-child {
	margin-left:0;	
}
section.blog .featured article .image img {
	margin-bottom:10px;
	border:none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
section.blog .featured article h2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:0;
}

/*	Blog > Articles or Archive */
section.blog .articles {
	width:620px;
	float:left;
}
.articles article {
	padding-left:200px;
	border-top:1px solid #fff;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	margin-top:20px;
	padding-top:20px;
}
.articles article:first-child {
	border-top:0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin-top:0;
	padding-top:0;
}
.articles article img {
	float:left;
	position:relative;
	margin-left:-200px;
}
.articles article h2 {
	font-size:20px;
	line-height:22px;
	margin-bottom:5px;
}
.articles article .meta {
	display:inline-block;
	margin-bottom:10px;
	margin-left:5px;
	padding-left:5px;
	border-left:1px dotted #bbb;
	font-size:11px;
	line-height:13px;
}
.articles article .meta.author {
	margin-left:0;
	padding-left:0;
	border-left:0;
}
.articles article p {
	font-size:12px;
	margin-bottom:5px;
}

/* ==================================================
    =Pages
===================================================== */

/*	Blog > Article */
body.article #content h1 {
	margin-bottom:10px;	
}
body.article #content .excerpt {
	padding:20px;
	background:#fff;
	margin-bottom:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
body.article #content .excerpt p:last-child { margin:0 }

/*	Partners */
section.partners h2, section.partners .column h2 {
	font-size:22px;	
	line-height:24px;
	margin-bottom:10px;
}
section.partners .column {
	width:220px;
	margin-bottom:40px;
}
section.partners .column * {
	margin-bottom:3px;
}
section.partners .column h3 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#777;
}
section.partners .column p {
	font-size:12px;	
}

/*	FAQ */
section.faq h2 {
	font-size:26px;
	line-height:26px;
	margin-bottom:20px;
}
section.faq .faq-group article {
	border-top:1px solid #fff;
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	margin-top:20px;
	padding-top:20px;
}
section.faq .faq-group article:first-child {
	border-top:0;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	margin-top:0;
	padding-top:0;
	
}
section.faq article h2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
	color:#555;
}
section.faq article p {
	font-size:13px;
	line-height:16px;
	margin-bottom:5px;
}

/* ==================================================
    =Forms
===================================================== */
.normalform {
	clear:both;
	display:block;
	margin-bottom:30px;
}
.downloadform {
	clear:both;
	display:block;
	margin-top:30px;
}
.normalform fieldset, .downloadform fieldset {
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.1);
	padding:19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.downloadform fieldset {
	border:1px solid #aaa;
	border:1px solid rgba(0,0,0,0.15);
	text-align:center;
}
.normalform li {
	width:580px;
	display:block;
	margin-bottom:5px;
	clear:both;
	position:relative;
}
.downloadform li.first { margin-left:0 }
.normalform label, .downloadform label {
	font-size:14px;
	line-height:16px;
	display:block;
	float:left;
	width:170px;
	color:#333;
	padding:6px 0;
}
.normalform .required label, .downloadform .required label { font-weight:bold; color:#d50814 }
.normalform .text {
	width:400px;
	float:right;
}
.normalform select.text { width:410px }
input.text, select.text, textarea.text {
	font-size:14px;
	line-height:16px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	padding: 6px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
}
select.text { 
	cursor:pointer;
	padding:5px 4px;
}
textarea.text {
	height:120px;	
}
input.text:focus, select.text:focus, textarea.text:focus {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 7px rgba(0, 150, 190, 0.6) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 150, 190, 0.6) !important;
    box-shadow: 0 0 7px rgba(0, 150, 190, 0.6) !important;
	border:1px solid #ddd !important;
	outline:none;
}
input.text:hover, select.text:hover, textarea.text:hover {
	border:1px solid #ccc;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.normalform .button {
	margin-left:170px;
	margin-top:10px;	
}

/*	Download form */
.downloadform ol {
	margin-bottom:0;	
}
.downloadform li {
	height:38px;
}
.downloadform li, .downloadform label, .downloadformm .text {
	display:inline-block;
	width:auto !important;
	padding:0 5px;
}
.downloadform label {
	padding:13px 10px;	
}
.downloadform select.text {
	width:auto;
	padding:9px auto;
	background:#fff;
}
.downloadform input.text {
	font-size:16px;
	padding-top:9px;
	padding-bottom:9px;
	width:240px;
}
.downloadform .button {
	position:relative;
	top:-10px;	
}
.downloadform .info {
	font-size:11px;
	margin-bottom:0;	
}

/* ==================================================
    =Buttons
===================================================== */
.button, input.button {
	position:relative;
	display:inline-block;
	margin:0;
	padding:15px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:20px;
	font-weight:bold !important;
	background:#333;
	color:#eee;
	border:0;
	cursor:pointer;
}
.button:hover {
	background:#000;
	color:#fff;
}	
.button.free-download {
	background:url(http://possector.com/v2-web/img/art/button-free-download-bg-x.png) repeat-x left center;
	color:#fff !important;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}
.button.free-download:hover {
	background:url(http://possector.com/v2-web/img/art/button-free-download-hover-bg-x.png) repeat-x left center;
}
.button.faq-small {
	background:#fff;
	color:#0076a3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:13px;
	font-weight:bold;
	display:inline;
	padding:3px 6px;
}
.button.small {
	font-size:16px !important;
	padding:10px 15px !important;
}
.button.medium {
	
}
.button.large {
	
}
.button.xxl {
	
}


/* ==================================================
    =Footer
===================================================== */
#footer {
	padding:80px 0 40px;
	background:url(http://possector.com/v2-web/img/art/spacer1.png) no-repeat center 40px;
}
#footer p {
	font-size:12px;
	float:left;
}
#footer nav {
	float:right;	
}
#footer nav li {
	display:inline;	
	font-size:12px;
	padding:0 10px;
	border-left:1px dotted #aaa;
}
#footer nav li:first-child { border-left:0 }

.elhide{display:none;}
#xerLoading {
	width:30px;
	height:30px;
	background:url(http://possector.com/v2-web/img/art/transparent.png) no-repeat 0 -120px;
	position:absolute;
	right:20px;
	display:none;
}
#xerLoading .inner {
	width:30px;
	height:30px;
	text-indent:-8000px;
	background:url(http://possector.com/v2-web/img/art/ajax-loader.gif) no-repeat 7px 7px;
}

p.msg { font-size:1.2em; font-weight:bold; color:#333; padding:10px; background:#fbfacf; border:1px solid #f0efa8 }
p.msg.error { background:#fbcfcf; border:1px solid #e8aaaa }
p.msg.success { background:#cffbd2; border:1px solid #adecb2 } 

p, .from-editor li {
	font-size:15px;
	line-height:20px; 
}  

#headnav a.selected
{color: #000;
background-color: #FFF;}  
/* TABLE */
table {
	width:100%;
}
thead th {
	font-weight:bold;
	color:#555;
	font-size:0.916em;
	text-transform:uppercase;
}
th, td {
	padding:8px 2px;
	border-bottom:1px solid #eee;
	font-size:13px;
	line-height:15px;
}
.even th, .even td {
	background:#f5f5f5;
}

.from-editor ol {
  margin:0px;
  padding: 0px;
list-style-type:upper-roman;
}

.from-editor ol ul {
  margin:0px;
  padding: 0px;
list-style-type:lower-alpha;
}

.from-editor ol li {
  background: #ffffff;
  margin-left: 40px;
  padding-left: 10px;
}
.from-editor ol li p
	{
		border-left: solid 1px #999;
		padding: 0 0 1em 1em;
	}

	@-webkit-keyframes greenPulse {
from { background-color: #398903; -webkit-box-shadow:: 0 0 9px #333; }
50% { background-color: #76bf17; -webkit-box-shadow:: 0 0 18px #91bd09; }
to { background-color: #398903; -webkit-box-shadow:: 0 0 9px #333; }
}

a.green.button {
-webkit-animation-name: greenPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.article #headnav a.selected { color: #FFF; background-color: #000; }

/* Custom fonts */
h1, h2, h3, h4, h5, h6 {
    font-family:"ff-tisa-web-pro", serif;
    font-family:"museo-slab", 'Helvetica Neue', Arial, sans-serif;
    font-style:700;
}  

.store-product-option-display, .store-product-option-price {font-size:21px;}
.core-form-field-label, .core-form-field-body {font-size:16px;}
.store-product-option-groups {margin-top:30px;}
.store-product-option-group-title {font-size:22px;line-height:24px; margin-bottom:10px;}
.store-footer{font-size: 1em;text-align: right; width:560px;float:right;}
.store-decorate-silk input[type="text"] {
	padding:5px;
}

.core-form-field-required
{
	font-weight:bold;
	color: #D50814;
}

.store-page-customer .intro
{
	display: none;
}

.core-message-error, .core-message-info
{
	padding:5px 20px;font-size:1.5em;
}
.core-section-body
{
	font-size:1.5em;
}
.core-form-field-body-note
{font-weight:normal; margin-top:5px;}

.store-order-item-title
{
	line-height:35px;
}