body {
	font-family: TornadoCRegular, Verdana, Arial, Helvetica;
	background: #fafafa url(../images/bg.png) repeat;
	margin-top: 30px;
	color: #606060;
}
h1 {
	color: #4e4e4e;
	margin-top: 15px;
}
h1 a {
	color: #808080;
}
h1 a:hover {
	color: #e45c10;
}

a {
	text-decoration: none;
}

/**
 * Shapes
 */
.round10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url("border-radius.htc");
}
.round10-top {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	behavior: url("border-radius.htc");
}
.round10-bottom {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	behavior: url("border-radius.htc");
}
.round5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url("border-radius.htc");
}
/**
 * Borders
 */
.border-grey {
	border: 2px solid #e6e6e6;
}
.border-mid-grey {
	border: 2px solid #b0b0b0;
}
.border-dark-grey {
	border: 2px solid #252525;
}
/**
 * Backgrounds
 */
.fill-white {
	background-color: #fff;
}
.fill-light-grey {
	background: #e6e6e6 url(../images/pat-light-grey.png) repeat;
}
.fill-mid-grey {
	background: #4e4e4e url(../images/pat-mid-grey.png) repeat;
}
.fill-dark-grey {
	background: #252525 url(../images/pat-dark-grey.png) repeat;
}
.fill-orange {
	background: #e45c10 url(../images/pat-orange.png) repeat;
}
.fill-pat-grey {
	background: url(../images/bg.png) repeat;
}
.fill-solid-grey {
	background-color: #dedede;
}

/**
 * Paddings
 */
.padding6{
	padding: 6px;
}
.padding8 {
	padding: 8px;
}
.padding15 {
	padding: 15px 25px 5px 25px;
}

/**
 * Misc
 */
.hidden {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/**
 * Header
 */
#header {
	position: relative;
	margin-bottom: 20px;
}
#header .logo {
	float: left;
	margin-right: 20px;
}
#header .quote {
	position: relative;
	float: left;
	width: 480px;
}
#header .quote .quotation {
	position: relative;
	width: 20px;
	height: 50px;
	top: -5px;
	font-size: 2.6em;
	color: #a5a5a5;
	float: left;
}
#header .quote .stop {
	position: relative;
	top: 40px;
}
#header .quote .mid {
	width: 440px;
	font-size: 0.9em;
	text-align: justify;
	float: left;
}
#header .quote .author {
	float: right;
	font-weight: bold;
}
#header .userbox {
	position: relative;
	float: right;
	width: 120px;
}

/**
 * Footer
 */
#footer {
	width: 100%;
	position: relative;
	color: #fff;
	margin-top: 15px;
}
#footer-top {
	height: 170px;
	position: relative;
}
#footer-top h3 {
	color: #dedede;
	font-size: 1.6em;
	margin: 0 0 6px 0;
	padding: 0;
}
#footer-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-top a {
	color: #fff;
}
#footer-top a:hover {
	color: #dedede;
}
#footer-top .logo {
	position: absolute;
	top: 0;
	left: 390px;
	width: 336px;
	height: 170px;
	background: url(../images/logo-big.png) no-repeat 0 -82px;
	z-index: 1;
}
#footer-top .os,
#footer-top .menu {
	margin-top: 20px;
	z-index: 2;
}
#footer-top .os {
	float: left;
}
#footer-top .os td {
	text-align: center !important;
}
#footer-top .menu {
	float: right;
	position: relative;
}
#footer-top .col {
	float: left;
	margin-left: 15px;
	width: 130px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#footer-bottom {
	height: 110px;
}
#footer-bottom h3 {
	color: #dedede;
	font-size: 1.8em;
	margin: 0 0 6px 0;
	padding: 0;
}
#footer-bottom .col {
	margin-top: 20px;
	float: left;
}
#footer-bottom .col1 {
	width: 320px;
}
#footer-bottom .col2 {
	margin-left: 50px;
	margin-top: 10px;
	color: #dedede;
	font-size: 1.4em;
}
#footer-bottom .col2 p {
	font-size: 1.8em;
	padding: 0;
	margin: 0 0 6px 0;
}
#footer-bottom .col3 {
	float: right;
	margin-left: 20px;
}
#footer-bottom .link-social {
	background: url(../images/circle-small-p.png) no-repeat;
	width: 37px;
	height: 37px;
	padding: 0 5px 0 0;
}
#footer-bottom .link-social:hover {
	background: url(../images/circle-small-a.png) no-repeat;
}

/**
 * Main menu
 */
#menu {
	margin: 10px 0 0 0;
	float: right;
	height: 45px;
	position: relative;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	display: inline;
	float: left;
	font-size: 1.4em;
	text-align: center !important;
	padding: 2px 0 0 0;
	margin: 0;
}
#menu ul li a {
	line-height: 45px;
	width: 120px;
	height: 45px;
	display: block;
	white-space: nowrap;
	color: #4e4e4e;
}
#menu ul li a:hover {
	color: #e45c10;
}
#menu ul li.selected a,
#menu ul li.selected a:hover {
	color: #fff;
}

/**
 * Home > products
 */
#main-products {
	position: relative;
	margin: 0 0 20px 0;
}
#main-products .top {
	position: relative;
	height: 245px;
}
#main-products .bottom {
	position: relative;
	height: 60px;
}
#main-products .tab {
	float: left;
	width: 300px;
	height: 60px;
	text-align: center !important;
	vertical-align: middle;
}
#main-products .tab a {
	color: #fff;
	font-size: 1.2em;
}
#main-products .tab a:hover {
	color: #dedede;
}
#main-products .tab a .title {
	font-size: 1.5em;
	display: block;
}
#main-products .splash {
	padding: 0 20px 0 60px;
	overflow: hidden;
	position: relative;
}
#main-products .splash div {
	position: relative;
	float: left;
}

#main-products .subsplash {
	float: left;
}

#main-products .description {
	margin-top: 20px;
	width: 480px;
	color: #fff;
}
#main-products .description h1 {
	color: #fff;
	font-size: 2.5em;
}
#main-products .description em {
	color: #fff;
	font-size: 1.3em;
	display: block;
}
#main-products .image {
	width: 250px;
}
#main-products .control {
	float: right;
	margin-top: 30px;
}
#main-products .sel {
	background: url(../images/bullet-clear.png) no-repeat;
	position: relative;
	float: left;
	width: 23px;
	height: 23px;
}
#main-products .sel a {
	display: block;
	position: relative;
	width: 23px;
	height: 23px;
}
#main-products .selected {
	background: url(../images/bullet-selected.png) no-repeat;
}
#main-products .more {
	padding: 10px 20px;
	display: block;
	margin-top: 10px;
}
#main-products .more a {
	color: #ed820f;
	text-decoration: underline;
	font-size: 1.4em;
}

/**
 * Home > news
 */
#main-news {
	margin-bottom: 15px;
}
#main-news a {
	color: #606060;
}
#main-news a:hover {
	text-decoration: underline;
}
#main-news h2 {
	color: #fff;
	background-color: #f96512;
	font-size: 1.2em;
	margin: 10px 0 15px 0;
	padding: 5px;
}
#main-news h2 a {
	color: #fff;
}
#main-news h2 a:hover {
	text-decoration: underline;
}
#main-news p {
	padding: 0 5px;
	margin: 0;
}
#main-news .date {
	font-size: 1.2em;
	color: #dedede;
}
#main-news .content {
	margin: 0 auto;
	padding: 20px 25px;
	position: relative;
}
#main-news .col-left,
#main-news .col-mid,
#main-news .col-right,
#main-news .col-div {
	float: left;
}
#main-news .col-left,
#main-news .col-mid,
#main-news .col-right {
	width: 247px;
}
#main-news .col-div {
	width: 51px;
	top: 50px;
	text-align: center !important;
}

/**
 * Home > articles
 */
#main-articles {
	margin-bottom: 15px;
}
#main-articles h1 a {
	color: #f96512;
	font-size: 1em;
}
#main-articles h1 a:hover {
	text-decoration: underline;
}
#main-articles .content {
	margin: 0 auto;
	padding: 20px 30px;
	position: relative;
}
#main-articles .col-left,
#main-articles .col-right,
#main-articles .col-div {
	position: relative;
	float: left;
}
#main-articles .col-left,
#main-articles .col-right {
	width: 300px;
}
#main-articles .col-div {
	width: 165px;
	padding: 0 33px;
	text-align: center !important;
}

/**
 * News index
 */
#node-news-list h2 {
	background-color: #f96512;
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	padding: 5px;
}
#node-news-list h2 a {
	color: #fff;
}
#node-news-list h2 a:hover{
	text-decoration: underline;
}
#node-news-list p {
	padding: 0 5px;
	margin: 0;
}
#node-news-list p.date {
	font-size: 1.2em;
	color: #999999;
}
#node-news-list .content {
	position: relative;
	padding: 10px 20px;
	z-index: 2;
	margin: 0 auto;
}
#node-news-list .row {
	margin-bottom: 25px;
}
#node-news-list .col-left,
#node-news-list .col-right,
#node-news-list .col-div {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#node-news-list .col-left,
#node-news-list .col-right {
	width: 260px;
}
#node-news-list .col-div {
	width: 51px;
	height: 50px;
	top: 50px;
	text-align: center !important;
}

/**
 * News
 */
#node-news h2 {
	color: #fff;
	background-color: #f96512;
	font-size: 1.4em;
	margin: 5px 0 10px 0;
	padding: 5px;
	display: block;	
}
#node-news p.date {
	color: #999999;
	font-size: 1.2em;
}
#node-news .content {
	position: relative;
	padding: 10px 20px;
}

/**
 * Products index
 */
#node-product-list {
	position: relative;
	overflow: hidden;
}
#node-product-list .content {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
	z-index: 3;
}
#node-product-list .title {
	display: block;
	background: url(../images/bg-orange.png) repeat 0 0;
	padding: 15px 0;
	color: #fff;
	font-size: 3.8em;
	text-align: center;
	font-weight: bold;
}
#node-product-list .col-left,
#node-product-list .col-right,
#node-product-list .col-div {
	position: relative;
	float: left;
	margin: 20px 0;
	padding: 0;
}
#node-product-list .col-left,
#node-product-list .col-right {
	width: 402px;
}
#node-product-list .col-div {
	width: 40px;
}
#node-product-list .category {
	font-size: 35px;
	color: #666;
}
#node-product-list .item {
	position: relative;
	margin-bottom: 15px;
	font-size: 1.2em;
	overflow: hidden !important;
}
#node-product-list .item h2 {
	background-color: #f96512;
	padding: 3px 5px;
	margin: 8px 0 5px 0;
	font-size: 1.2em;
}
#node-product-list .item h2 a {
	color: #fff;
}
#node-product-list .icon {
	position: relative;
	float: left;
	width: 130px;
	top: 2px;
	left: -30px;
	overflow: hidden !important;
}
#node-product-list .description {
	position: relative;
	width: 250px;
	display: inline;
	float: left;
	font-size: 0.9em;
}

/**
 * Product
 */
#node-product .images,
#node-product .description,
#node-product .content {
	margin: 2px;
}
#node-product .description,
#node-product .content {
	padding: 10px 20px 10px 30px;
}
#node-product .description {
	font-size: 1.2em;
}
#node-product h2 {
	font-size: 2.4em;
	margin-bottom: 10px;
	color: #666666;
}
#node-product h3 {
	color: #f96512;
	margin: 0;
	padding: 0;
}
#node-product .images {
	position: relative;
	text-align: center;
}
#node-product .images table, 
#node-product .images tr,
#node-product .images td {
	padding: 0;
	margin: 0;
}
#node-product .nav-left a,
#node-product .nav-right a {
	display: block;
	width: 31px;
	height: 40px;
}
#node-product .nav-left a  {
	margin-left: 20px;
	background: url(../images/navigation.png) no-repeat 0px 0;
}
#node-product .nav-right a {
	margin-right: 20px;
	background: url(../images/navigation.png) no-repeat -31px 0;
}
#node-product .nav-left a:hover{
	background: url(../images/navigation.png) no-repeat -62px 0;
	text-decoration: none;
}
#node-product .nav-right a:hover{
	background: url(../images/navigation.png) no-repeat -93px 0;
	text-decoration: none;
}
#node-product .price {
	font-size: 2.5em;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	color: #fff;
	display: inline;
}
#node-product .details .item {
	border-bottom: 1px solid #dedede;
	margin-bottom: 8px;
	font-size: 1em;
}

/**
 *
 */
#node-page {
	position: relative;
	overflow: hidden !important;
}
#node-page .content {
	position: relative;
	margin: 10px 20px;
	min-height: 500px;
}
#node-page .item {
	margin-top: 20px;
}
#node-page .row {
	margin: 10px;
	position: relative;
}
#node-page .support-title {
	display: inline;
	background-color: #f96512;
	color: #fff;
	padding: 5px;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}
#node-page .support-description {
	float: left;
	width: 400px;
}
#node-page .support-link {
	position: absolute:
	top: -20px;
	float: right;
	width: 50px;
}
#node-page table.price th {
	background-color: #f96512;
	color: #fff;
	padding: 6px 4px;
	text-align: center;
}
#node-page table.price th.item {
	width: 80px;
}
#node-page table.price td {
	border: 1px solid #f0f0f0;
}
#node-page table.price td.title {
	background-color: #f0f0f0;
	color: #4e4e4e;
	padding: 6px 4px;
	margin: 3px 0;
	font-size: 1.2em;
	font-weight: bold;
}
#node-page table.price td.yes {
	/*background-color: #d0d0d0;*/
	background: url(../images/check.png) no-repeat 35px 3px;
	vertical-align: middle;
}
#node-page table.price tr:hover {
	background-color: #f96512;
	color: #fff;
}

/**
 *
 */
#node-article {
	position: relative;
	overflow: hidden !important;
}
#node-article .content {
	position: relative;
	margin: 10px 20px;
	min-height: 500px;
}
#node-article h3 {
	background-color: #f0f0f0;
	padding: 6px 4px;
	color: #f96512;
}

/**
 * Order
 */
#node-order {
	position: relative;
	overflow: hidden !important;
}
#node-order .content {
	position: relative;
	margin: 10px 20px;
	min-height: 500px;
	padding: 10px 5px;
}
#node-order .item {
	position relative;
	overflow: hidden !important;
	margin-bottom: 15px;
}
#node-order h3 {
	background-color: #f96512;
	padding: 5px 7px;
	margin: 8px 0 5px 0;
	font-size: 1.5em;
}
#node-order h3 a {
	color: #fff;
}
#node-order .icon {
	position: relative;
	float: left;
	width: 130px;
	top: 2px;
	left: -30px;
	overflow: hidden !important;
}
#node-order .description {
	float: left;
	width: 400px;
}
#node-order th {
	font-weight: bold;
	padding: 4px 5px;
	background-color: #f96512;
	color: #fff;
}
#node-order  thead.small th {
	font-size: 1em;
	font-weight: normal;
	background: #f0f0f0;
	color: #4e4e4e;
}
#node-order tr.total {
	background-color: #f0f0f0;
}
#node-order td {
	border-bottom: 1px solid #f0f0f0;
}
#node-order td.price {
	color: #f96512;
}
#node-order td.input {
	text-align: right;
	vertical-align: middle;
	width: 60px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

#cart {
	font-size: 0.8em;
}
#sidebar .portlet-title {
	font-size: 1.5em;
	margin-bottom: 5px;
}
#cart th {
	background-color: #f0f0f0;
	font-weight: bold;
}
#cart td,
#cart th {
	padding: 3px;
}
#cart td {
	border-bottom: 1px solid #f0f0f0;
	line-height: 1.2em;
}
#cart tr.total {
	background-color: #f0f0f0;
	margin-top: 5px;
}
#cart tr.total td {
	padding: 5px 3px;
	font-weight: bold;
}
#cart a {
	background-color: none;
}

/**
 * Contact
 */
#contact span.title {
	background-color: #f96512;
	color: #fff;
	padding: 6px;
	font-size: 1.2em;
}

/**
 * Support
 */
table.support span.title {
	background-color: #f96512;
	color: #fff;
	padding: 6px;
	font-size: 1.3em;
}
table.support p {
	padding: 0 6px;
	margin: 0;
}
table.support p.size {
	color: #a0a0a0;
}
/**
 * All nodes
 */
.node {
	position: relative;
	overflow: hidden !important;
	margin-bottom: 15px;
}
.node .content {
	margin: 20px 20px;
	min-height: 500px !important;
}
.node a:hover {
	text-decoration: underline;
}
.node .bg-notes {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 274px;
	height: 274px;
	background: url(../images/bg-notes-i.png) no-repeat;	
}

.node .bg-support {
	position: absolute;
	top: -20px;
	left: -80px;
	width: 274px;
	height: 413px;
	background: url(../images/bg-support-i.png) no-repeat;	
}

.node .bg-laptop {
	position: absolute;
	display: block;
	top: 15px;
	left: 2px;
	width: 331px;
	height: 329px;
	z-index: 2;
	background: url(../images/bg-laptop.png) no-repeat;

}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}