/*
Theme Name: Quadtech Theme Default
Theme URI: http://quadtechno.com/
Description: Quadtechno.com original theme. Designed by <a href="http://dream-design.net">Bel Koo</a>.
Version: 1
Author: Bel Koo
Author URI: http://dream-design.net
Tags: Dark, Icon, Colorful
*/


/*
Credits: Big thanks to 
cforms by delicious day - http://www.deliciousdays.com/cforms-plugin/
smooth scrolling Javascript by - http://www.kryogenix.org/code/browser/
 WordPress the powerful CMS tool - http://www.wordpress.org/
*/



body {
	background-color: #0c151b;
	color: #eaece0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 145%;
	margin: 0px;
        padding: 0px;
}
.clear {clear: both;}
.float-left {float: left;}
.float-right {float: right;}
h2 {
	color: #ff6500;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
h3 {
	color: #514b47;
	text-align: left;
}
h4 {
	color: #3399cc;
	text-align: left;
}
ul.ul-boxes {
	background-color: #0e1a23;
	border: 1px solid #4C585E;
	float: none;
	font-size: 9pt;
	margin: 0px;
        margin-bottom: 10px;
	padding: 0px;
}
.ul-boxes li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #14283B;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/ul-li-style.gif);
	background-repeat: no-repeat;
	background-position: 8px 18px;
}
table {
	width: 450px;
	border: 1px solid #14283B;
}
td {
	border-top: 1px solid #14283B;
        border-left: 1px solid #14283B;
}
.table-title {
	font-weight: bold;
        border-top: none;
}
.table-background {
	background-color: #0e1a23;
	color: #3399cc;
        border-left: none;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#wrapper .border {
	background: url(images/border.gif) no-repeat;
        background-position: center top;
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#header {
	width: 780px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	background-image: url(images/header-logo.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 341px;
	float: left;
	position: relative;
}
#header .logo h1 {
	display: none;
}
#header .logo p {
	display: none;
}
#searchform {
	position: relative;
	float: right;
	margin-top: 0px;
	background-image: url(images/search-form.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 280px;
}
#searchform form {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search input {
	background: none;
	border: none;
	color: #465057;
	width: 150px;
	font-size: 10px;
	margin-left: 10px;
        padding: 0px;
}
#search .button {
	color: #ff6600;
	width: 70px;
	margin-left: 40px;
    padding: 0px;
	cursor: pointer;
}
#boxes {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	position: relative;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#boxes ul {
	margin: 0px;
	padding: 0px;
}
#boxes li {
	float: left;
	list-style-type: none;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
}
#boxes li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#boxes .services a {
	background-image: url(images/box-services-a.jpg);
	background-repeat: no-repeat;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	height: 30px;
	padding-top: 115px;
}
#boxes .services a:hover {
	background: url(images/box-services-h.jpg) no-repeat;
}
#boxes .products a {
	background-image: url(images/box-product-a.jpg);
	background-repeat: no-repeat;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	height: 30px;
	padding-top: 115px;
}
#boxes .products a:hover {
	background: url(images/box-product-h.jpg) no-repeat;
}
#boxes .promotion a {
	background-image: url(images/box-promo-a.jpg);
	background-repeat: no-repeat;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	height: 30px;
	padding-top: 115px;
}
#boxes .promotion a:hover {
	background: url(images/box-promo-h.jpg) no-repeat;
}
#boxes .contact a {
	background-image: url(images/box-mail-a.jpg);
	background-repeat: no-repeat;
	width: 165px;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	height: 30px;
	padding-top: 115px;
}
#boxes .contact a:hover {
	background: url(images/box-mail-h.jpg) no-repeat;
}

#navigation {
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	padding-right: 20px;
	padding-left: 20px;
        padding-top: 7px;
	margin-top: 0px;
        background: url(images/border.gif) no-repeat;
        background-position: left top;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	height: 21px;
	width: 82px;
	display: block;
	padding: 5px 0px;
	margin-right: 6px;
}
#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a.selected {
	background: url(images/nav-selected.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation .nav-home a:hover, a.nav-home-s  {
	background: url(images/nav-home-h.jpg) no-repeat;
	background-position: center top;
}
#navigation .nav-services a:hover, a.nav-services-s {
	background: url(images/nav-service-h.jpg) no-repeat;
	background-position: center top;
}
#navigation .nav-products a:hover, a.nav-products-s {
	background: url(images/nav-product-h.jpg) no-repeat;
	background-position: center top;
}
#navigation .nav-promo a:hover, a.nav-promo-s {
	background: url(images/nav-promo-h.jpg) no-repeat;
	background-position: center top;
}
#navigation .nav-news a:hover, a.nav-news-s {
	background: url(images/nav-news-h.jpg) no-repeat;
	background-position: center top;
}
#navigation .nav-mail a:hover, a.nav-mail-s {
	background: url(images/nav-mail-h.jpg) no-repeat;
	background-position: center top;
}
#navigation a.nav-home-s:hover, #navigation a.nav-services-s:hover, #services .nav-services a:hover, #navigation a.nav-products-s:hover, #products .nav-products a:hover, #navigation a.nav-promo-s:hover, #navigation a.nav-news-s:hover, #navigation a.nav-mail-s:hover {
	background: url(images/nav-selected.jpg) no-repeat;
}


/* Highlight Products Parent page while subpage or child page */

body#services .nav-services a {
	background: url(images/nav-service-h.jpg) no-repeat;
	background-position: center top;
}
body#products .nav-products a { 
	background: url(images/nav-product-h.jpg) no-repeat;
	background-position: center top;
}
/* End Highlighting */




#welcome-box {
	clear: both;
	width: 740px;
	padding: 20px;
	text-align: justify;
}
#welcome-box h2 {
	color: #3f4950;
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	line-height: 100%;
}
#welcome-box p {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	color: #685c54;
}
#welcome-box .highlight {
	color: #3399cc;
	font-size: 12pt;
	font-style: italic;
}
#welcome-box .highlight2 {
	color: #3399cc;
	font-size: 14pt;
	font-style: italic;
}
#welcome-box .highlight3 {
	color: #3399cc;
	font-size: 16pt;
	font-style: italic;
}

#welcome-box .highlight4 {
	color: #ea4e01;
	font-style: italic;
}
#column-wrapper {
	width: 740px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#column-wrapper a {
	color: #546169;
	text-decoration: none;
}
#column-wrapper a:hover {
	color: #738690;
	text-decoration: none;
}
#column-wrapper .title {
	font-size: 16pt;
	color: #ff6500;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#column-wrapper .description {
	color: #3f4950;
	margin: 0px;
	padding: 0px;
}
#column-wrapper .readmore-button a, .readmore-button a:active {
	background: url(images/button-readmore-a.gif) no-repeat;
	display: block;
	height: 50px;
	width: 140px;
	text-indent: -9999px;
}
#column-wrapper .readmore-button a:hover {
	background-position: 0px -50px;
}


#left-column {
	width: 320px;
	float: left;
	margin-right: 5em;
	margin-bottom: 30px;
	text-align: justify;
}

#right-column {
	width: 350px;
	float: right;
	margin-bottom: 30px;
}
#right-column .feed {
	height: 26px;
	width: 26px;
	color: #ff6500;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 4px;
	border: none;
}
#right-column .feed a {
    color: #ff6500;
	text-decoration: none;
}
#right-column p {
	margin: 0px;
	padding: 0px;
}
#right-column .date {
	font-size: 13pt;
	color: #514b47;
	text-align: left;
}
#right-column ul {
	margin: 0px;
	padding: 0px;
}
#right-column li {
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#right-column li a {
	color: #f8faf2;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#right-column li a:hover {
	background-color: #010c14;
	padding: 5px;
}
#right-column .post-title {
	font-size: 11pt;
	text-transform: capitalize;
	color: #3399cc;
	text-align: left;
}
#right-column .arrow {
	color: #b14207;
}





/* comments area */
#comments, #respond {
	border-bottom: 1px solid #544b44;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
        color: #544b44;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	border-bottom: 1px solid #13202b;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
        text-transform: capitalize;
	color: #3b9cc4;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #3b9cc4;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 90%;
}
#commentform {
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #eff0e6;
        font-weight: bold;
}
#commentform input{
	width: 200px;
	background:#0e1a23;
	border: 1px solid #0f1e2b;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 460px;
	height: 115px;
	background:#0e1a23;
	border: 1px solid #0f1e2b;
	padding: 2px;
	margin-top: 3px;
        color: #eff0e6;
	font: 11px Arial, Helvetica, sans-serif;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #0c151b;
        color: #eff0e6;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
        text-align: center;
	width: 140px;
	height: 30px;
	cursor: pointer;
}



#single-page {
	float: left;
	width: 465px;
	padding-bottom: 4em;
	text-align: justify;
}
#single-page h3 {
color: #685c54;
font-weight: normal;
font-family: "Arial Narrow", Arial, sans-serif;
}
#single-page img, #single-page a img {
	border: 1px solid #33414a;
	padding: 3px;
}
#single-page a:hover img { border: 1px solid #297da8; padding: 3px;}

#single-page .breadcrumb {
font-size: 11px;
padding: 10px 0px;
}

#single-page .page-title {
	font-size: 22pt;
	font-weight: normal;
	color: #ff6500;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	margin-top: 0px;
    line-height: 100%;
}
#single-page .page-title a {
	color: #ff6500;
	text-decoration: none;
}
#single-page .page-title a:hover {
	color: #514b47;
	text-decoration: none;
}
#single-page .blog-date {
	color: #544b44;
	font-size: 11px;
	text-align: left;
}
#single-page .blog-date a {
	color: #7a6d63;
	text-decoration: none;
}
#single-page .blog-date-highlight {
	color: #7a6d63;
	font-size: 11px;
}
#single-page .blog-title {
	font: 12pt Arial, Helvetica, sans-serif;
	color: #3399cc;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}
#single-page .blog-title a {
	color: #3399cc;
	text-decoration: none;
}
#single-page .blog-title a:hover {
	color: #546169;
	text-decoration: none;
}
#single-page .blog-entry {
	margin-bottom: 25px;
}
#pagenav {
	margin: 15px auto;
	font-size: 11px;
}


#single-menu {
	float: right;
	width: 200px;
	background-image: url(images/icon-singlepage-menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 200px;
}
#single-menu a {
	color: #eaece0;
	text-decoration: none;
}
#single-menu a:hover {
	text-decoration: none;
	color: #546169;
}
#single-menu .menu-title {
	text-transform: uppercase;
	color: #ff6500;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#single-menu ul {
	padding: 0px;
	margin: 0px;
}
#single-menu ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	border-top: 1px solid #0f1b26;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
}
#single-menu ul li ul {
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 3px;
}
#single-menu ul li ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
#single-menu ul li ul li ul li{
	border-top: 1px solid #0f1b26;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
}

#blog-menu {
	float: right;
	width: 200px;
	background-image: url(images/icon-blog-menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 200px;
}
#blog-menu .menu-title {
	text-transform: uppercase;
	color: #ff6500;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#blog-menu ul {
	padding: 0px;
	margin: 0px;
}
#blog-menu ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	border-top: 1px solid #0f1b26;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
}
#blog-menu ul li ul {
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 3px;
}
#blog-menu ul li ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
#blog-menu ul li ul li ul li{
	border-top: 1px solid #0f1b26;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 15px;
}

#mail-us {
	clear: both;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#mail-us .title-icon {
	background-image: url(images/icon-mailus.gif);
	background-repeat: no-repeat;
	width: auto;
	padding-left: 80px;
	background-position: left -5px;
	height: 50px;
}
#mail-us .title {
	font-size: 16pt;
	color: #ff6500;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
}
#mail-us .description {
	color: #3f4950;
	margin: 0px;
	padding: 0px;
}
#mail-us .highlight {
	font-size: 11pt;
	color: #514b47;
}
#mail-us .highlight2 {
	text-transform: uppercase;
	color: #3399cc;
}
#mail-us .highlight3 {
	font-weight: bold;
	color: #546169;
	padding-right: 5px;
}

#form-contact {
	float: left;
	width: 380px;
	margin-top: 30px;
	font-size: 11px;
	margin-bottom: 30px;
}
#form-contact ol {
	margin: 0px;
	padding: 0px;
}
#form-contact li {
	list-style-type: none;
	padding: 0px;
	clear: left;
	margin: 0px;
}
#form-contact p {
	width: 320px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 80px;
}
#form-contact label {
	font-weight: bold;
	float: left;
	width: 120px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#form-contact input {
	width: 180px;
	background-color: #0e1a23;
	border-top: 1px solid #0B1721;
	border-right: 1px solid #0B1721;
	border-left: 1px solid #0f1e2b;
	border-bottom: 1px solid #0f1e2b;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#form-contact textarea {
	background-color: #0e1a23;
	border-top: 1px solid #0B1721;
	border-right: 1px solid #0B1721;
	border-left: 1px solid #0f1e2b;
	border-bottom: 1px solid #0f1e2b;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 300px;
	height: 150px;
	float: left;
}
#form-contact .sendbutton {
	height: 36px;
	width: 82px;
	float: left;
	border: none;
	background-image: url(images/button-sendmail.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	cursor: pointer;
	margin-left: 140px;
}
#form-contact #submit {
	height: 36px;
	width: 82px;
	float: right;
	margin-right: 15px;
	border: none;
	background-image: url(images/button-sendmail.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	cursor: pointer;
}

#form-left {
    width: 350px;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 30px;
    float: left;
}
#right-contact-column {
	float: right;
	width: 350px;
}
#footer {
	clear: both;
	font-size: 10px;
	width: 740px;
	padding: 20px;
	color: #546169;
}
#footer h3 {
	background-image: url(images/footer-quadtech-logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 33px;
	width: 178px;
	margin: 0px;
	padding: 0px;
}
#footer p {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
#footer .designed {
	color: #514b47;
}
#footer .designed a {
	color: #746C66;
	text-decoration: none;
}
#footer .designed a:hover {
	color: #514b47;
	text-decoration: none;
}
#footer .footer-links a{
	color: #ff4100;
	text-decoration: none;
}
#footer .footer-links a:hover {
	text-decoration: none;
	color: #E13800;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .back-top {
	float: right;
	background-image: url(images/icon-backtotop.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: auto;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}
#footer .back-top a {
	color: #424f58;
	text-decoration: none;
}
#footer .back-top a:hover {
	color: #5F7480;
	text-decoration: none;
}

