@charset "utf-8";

/* Master CSS */



* {

    margin: 0;

    padding: 0;

}

* html #maincontent-inner #main {

    width: 626px;

    float: left;

    padding: 0 38px;

}

* html input.button,

*+html input.button { padding: 5px 10px 5px 10px }

* html .footer-box { width: 148px }

* html #linetop { margin-top: -6px }

*:focus {
	outline: none;
}

body {
	padding: 0;
	height: 100%;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

html,

body { height: 100% }

.clr { clear: both }

form {

    margin: 0;

    padding: 0;

}

input,

textarea { font: 12px Arial, Helvetica, sans-serif }

hr {

    border: 0;

    padding: 0;

    height: 1px;

    margin: 5px 0;

    color: #DADADA;

    background-color: #DADADA;

}

*+html hr { margin: 0 0 5px 0 }

/* Heading */

h1,

h2 {

    margin-bottom: 15px;

    font-size: 11px;

    color: #666;

}

h3,

h4,

h5,

h6 {

    color: #666;

    font-size: 11px;

    margin-bottom: 8px;

    font-weight: normal;

}

h1 {

    font-size: 36px;

    line-height: 34px;

}

h2 {

    font-size: 24px;

    line-height: 22px;

}

h3 {

    font-size: 18px;

    line-height: 20px;

}

h4 {

    font-size: 14px;

    line-height: 15px;

}

h5,

h6 {

    font-size: 13px;

    line-height: 15px;

}

/* links */

a {

    color: #666;

    text-decoration: none;

}

a:hover {

    color: #40B3C2;

    text-decoration: none;

}

a img { border: none }

.imgleft {

    float: left;

    margin-right: 15px;

    margin-top: 5px;

}

.imgborder {

    padding: 0;

    margin: 5px 0;

}

.imgright {

    float: right;

    margin-left: 15px;

}

.imgcenter {

    margin: 5px auto 10px auto;

    display: block;

    text-align: center;

}

/* lists, blockquotes and paragraphs */

p,

ul,

ol,

blockquote {

    font-size: 12px;

    margin-bottom: 20px;

}

ul,

ol { margin: 10px 0 20px 20px }

li ol,

li ul {

    list-style: square;

    margin-bottom: 0;

    margin-top: 0;

}

li ol { list-style: decimal }

blockquote {

    color: #666;

    border: 0;

    font-size: 14px;

    font-weight: bold;

    line-height: 27px;

    font-style: italic;

    margin: 20px 0 20px 0;

    padding: 15px 20px 10px 35px;

    background: url(../images/blockquote.gif) no-repeat;

    font-family: Georgia, "Times New Roman", Times, serif;

}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/

#wrapper {

    background-image: url(../images/bg-wrapper.gif);

    background-repeat: repeat-x;

    width: 100%;

}

#wrapper-inner {

    background-image: url(../images/bg-wrapper-inner.gif);

    background-repeat: repeat-x;

    width: 100%;

}

#container {

    width: 950px;

    margin: 0 auto;

    position: relative;

}

/* Header */

header {

    padding: 0;

    width: 100%;

    z-index: 100;

    height: 50px;

    background: #222;

    position: relative;

    box-shadow: 0 2px 5px rgba(17,17,17,0.9);

}

#header-inner {

    width: 950px;

    margin: 0 auto;

    position: relative;

}

#header-inner h1 {

    font-size: 30px;

    line-height: 32px;

    padding: 32px 0 0 45px;

}

#logo {

    left: 0;

    top: 12px;

    width: 350px;

    position: absolute;

}

/* Navigation */

nav {

    top: 0;

    right: 0;

    position: absolute;

}

.nav {

    margin: 0;

    padding: 0;

    float: right;

    list-style: none;

}

.nav li.active a { opacity: 1 }

.nav ul {

    top: -9999px;

    left: -9999px;

    position: absolute;

    list-style-type: none;

}

.nav li {

    float: left;

    margin-left: 20px;

    position: relative;

}

.nav li:hover ul {

    top: 50px;

    left: -20px;

    width: 160px;

    padding: 5px 15px 15px;

    border-radius: 0 0 5px 5px;

    background: rgba(17,17,17,0.9);

}

.nav li:hover ul li {

    height: 30px;

    margin: 0;

    border-bottom: 1px dotted #666;

}

.nav li:hover ul li a {

    padding: 0;

    margin: 0;

    color: #FFF;

    width: 160px;

    height: 30px;

    opacity: 0.6;

    display: block;

    background: none;

    line-height: 30px;

    text-decoration: none;

}

.nav li:hover ul li a:hover { opacity: 1 }

.nav li:hover a {

    opacity: 1;

    text-decoration: none;

    background: rgba(17,17,17,0.9);

}

.nav li a {

    color: #FFF;

    height: 50px;

    opacity: 0.6;

    display: block;

    font-size: 18px;

    padding: 0 10px;

    line-height: 50px;

    font-weight: bold;

    text-decoration: none;

}

/* Home */

.main-home {

    width: 960px;

    margin-top: 20px;

}

.home-box-two-col {

    width: 960px;

    float: left;

    margin-bottom: 40px;

}

.home-two-col1 {

    float: left;

    width: 675px;

    margin-top: 10px;

}

.home-two-col1 h1 {
	color: #F00;
	font-size: 36px;
	line-height: 34px;

}

.home-two-col1 h1 span {

    color: #333;

    font-size: 48px;

    line-height: 44px;

}

.home-two-col2 {

    float: left;

    width: 275px;

    margin-top: 20px;

}

.home-two-col2 a {

    padding: 10px 20px;

    font-size: 30px;

}

.border-top {

    border-top: 1px solid #dadada;

    padding: 14px 0;

}

/* Home boxes */

.box-1,

.box-2,

.box-3,

.box-4 {

    float: left;

    width: 197px;

    padding: 20px;

    height: 225px;

    margin-bottom: 50px;

}

.box-1 h1,

.box-2 h1,

.box-3 h1,

.box-4 h1 { color: #FFF }

.box-1 p,

.box-2 p,

.box-3 p,

.box-4 p {
	padding-top: 20px;
	padding-right: 20;
	padding-bottom: 20px;
	padding-left: 0;
	color: #FFF;

}

.box-1 {

    background: #40B3C2;

    border-radius: 4px 0 0 4px;

}

.box-2 { background: #FFB000 }

.box-3 { background: #861000 }

.box-4 {

    background: #01758A;

    border-radius: 0 4px 4px 0;

}

/* Title */

#title-wrapper {

    width: 100%;

    height: 60px;

    padding: 20px 0;

    position: relative;

    background: url(../images/wrapper-bg.png) repeat-x;

}

#title {

    width: 950px;

    margin: 0 auto;

    position: relative;

}

#title h1 {

    color: #FFF;

    font-size: 36px;

    margin-top: 12px;

}

.tagline {

    top: 0;

    right: 0;

    color: #FFF;

    width: 400px;

    position: absolute;

}

/* LINETOP */

#linetop {

    background-image: url(../images/line-top.png);

    background-position: bottom !important;

    background-repeat: no-repeat;

    width: 950px;

    margin: 0 auto;

    height: 9px;

}

/* CONTENT */

#content {

    padding: 0;

    margin: 0 auto !important;

    width: 950px;

}

#main {

    float: left;

    width: 480px;

    padding-right: 20px;

    border-right: 1px solid #DDD;

}

/* Sidebar */

#sideright {

    float: left;

    width: 310px;

    padding-left: 40px;

}

#sidebar h2 {

    padding-bottom: 10px;

    margin-bottom: 0;

    padding-left: 10px;

}

#sidebar ul {

    list-style-type: none;

    margin: 0 0 30px 0;

    padding: 0;

}

#sidebar ul ul {

    margin: 0;

    border: 0;

}

#sidebar  ul li {

    list-style-type: none;

    margin: 0;

    padding: 0 10px 0 10px;

    border-bottom: solid 1px #dadada;

    line-height: 30px;

    font-size: 11px;

}

#sidebar  ul.noborder { border: 0 }

#sidebar h4 {

    margin: 0 0 0 0;

    font-size: 12px;

    font-weight: bold;

}

#sidebar  ul.noborder li {

    border-bottom: 0;

    padding-bottom: 2px;

    line-height: 20px;

    margin-top: 10px;

}

#maincontent-inner {

    padding: 0;

    margin: 30px 0;

}

#maincontent-inner #sideright {

    width: 224px;

    float: left;

    padding: 0 10px;

}

#maincontent-inner #main {

    width: 626px;

    float: left;

    padding: 0 50px 0 0;

    margin-right: 20px;

}

#maincontent-bottom {

    clear: both;

    background-color: #fbfbfb;

    padding: 30px 40px;

}

#maincontent-bottom li h4 {

    margin-bottom: 0;

    padding: 0;

}

#maincontent-bottom ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

#maincontent-bottom ul li {

    list-style-type: none;

    margin: 0;

    padding: 0 0 10px 0;

}

#maincontent-bottom-left {

    float: left;

    width: 480px;

    padding-right: 20px;

}

#maincontent-bottom-right {

    float: left;

    width: 320px;

    padding-left: 40px;

}

.bolditalic {

    font-size: 18px;

    font-family: Georgia, "Times New Roman", Times, serif;

    font-style: italic;

    line-height: 27px;

}

#maincontent-bottom h4 a,

#maincontent-bottom h4 a:visited {

    margin-bottom: 0;

    padding: 0;

}

#maincontent-bottom h4,

#maincontent-bottom h4 a,

#maincontent-bottom h4 a:visited { color: #666666 }

ul.features {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

ul.features li {

    list-style-type: none;

    margin: 0;

    padding: 0 0 20px 0;

}

.metadata,

.metadata a,

.metadata a:visited {

    font-size: 11px !important;

    color: #666!important;

    padding: 0!important;

    font-family: Arial, Helvetica, sans-serif;

}

/* FOOTER */

#footer {

    float: left;

    width: 910px;

    padding: 20px;

    background: #EEE;

    border-radius: 4px;

    margin-bottom: 50px;

    box-shadow: 0 6px 12px #AAA;

}

#footer form p { margin: 0 }

#footer p,

#footer ul { font-size: 11px }

.footer-box {

    float: left;

    padding: 0 16px;

}

#footer .small {

    width: 100px;

}

#footer .medium {

    width: 180px;

}

#footer .big {

    width: 520px;

}

	

.footer-box h2 { margin-bottom: 10px }

.footer-box ul {

    padding: 0;

    margin: 15px 0;

}

.footer-box ul li {

    list-style: none;

    margin: 5px 0;

}



/* ie 6 only */

/* Colors */

.tcolor { color: #40B3C2 } /*color9*/

some_nowhitespace { nowhitespace: afterproperty }

#sidebar h4 a,

#sidebar h4 a:visited { color: #999 !important }

/*default*/

#sidebar h2 { border-bottom: solid 1px #dadada } /*default*/

#sidebar  ul li { border-bottom: solid 1px #dadada } /*default*/

some_nowhitespace { nowhitespace: afterproperty }

/*default*/

.bg_input {

    background-color: #ffffff;

    border: solid 1px #f0f0f0;

} /*color10*/

/* bordercolor11*/

/* INNER PAGE */

/* PORTFOLIO */

#maincontent-gallery {

    padding: 30px 25px 30px 25px;

    position: relative;

}

#main-gallery { width: 100% }

#main-gallery ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

#main-gallery ul li.nomargin { margin-right: 0 }

#main-gallery ul li {

    list-style-type: none;

    margin: 0;

    padding: 0 0 20px 0;

    float: left;

    width: 280px;

    margin-right: 30px;

    background-image: none;

    line-height: 20px;

}

#main-gallery ul li img {

    margin-bottom: 5px;

    display: block;

}

#main-gallery h4 {

    font-size: 16px;

    line-height: 14px;

    margin: 10px 0 5px 0;

}

.portfoliobg {

    width: 280px;

    height: 120px;

    float: left;

    background: url(../images/hover-opacity.png) no-repeat top left;

    margin-bottom: 10px;

}

/* BLOG */

.product { margin-bottom: 15px }

.product .imgleft {

    padding: 0;

    border: solid 0 #e0e0e0;

    margin-top: 5px;

}

.product h2 {

    margin-bottom: 0;

    color: #666;

}

.product h2 a:hover {

    color: #666;

    text-decoration: none;

}

.product h2 a,

.product h2 a:visited {

    color: #666;

    text-decoration: none !important;

}

.intro { padding: 8px 0 8px 0 }

a.more {

    display: block;

	font-weight: bold;

    margin: 25px 0 0 0;

}

.prevnext { }

#related-product { padding: 10px 0 0 0 }

.prevnext a,

.prevnext a:visited {

    border: solid 1px #e0e0e0;

    text-decoration: none !important;

    padding: 2px 4px;

    margin-right: 4px;

    color: #666;

    display: inline;

    float: left;

}

#related-product ul li {

    list-style-type: none;

    margin: 0;

    padding: 0;

    background-image: none;

    line-height: 20px;

    float: left;

}

#related-product ul li li { float: none }

#related-product ul,

#related-product ul ul {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

#related-product ul li.list-l {

    width: 334px;

    padding-right: 20px;

}

#related-product ul li.list-r {

    width: 251px;

    border-left: solid 1px #dadada;

    padding-left: 20px;

}

#related-product ul li.list-r li { line-height: 30px }

#comment { margin: 30px 0 0 0 }

#related-product ul li.list-r a,

#related-product ul li.list-r a:visited { color: #666 }

.commentlist {

    list-style-type: none;

    margin: 0;

    padding: 0;

}

.commentlist li {

    border-bottom: solid 1px #dadada;

    padding: 10px 0 10px 0;

    clear: both;

    float: left;

    width: 100%;

}

.c-left {

    float: left;

    width: 120px;

    text-align: right;

    padding: 0 20px 0 0;

}

.c-right {

    float: left;

    width: 486px;

}

#respond { margin: 30px 0 0 0 }

#comment-form .input {

    margin: 4px 8px 4px 0;

    padding: 2px 2px;

    border: solid 1px #e4e4e4;

    vertical-align: middle;

}

#comment-form textarea.input {

    margin: 4px 8px 4px 0;

    padding: 2px 2px;

    border: solid 1px #e4e4e4;

    vertical-align: top;

    width: 70%;

}

#description {

    clear: left;

    padding: 20px 0 0 0;

}

#description-left {

    float: left;

    width: 560px;

    padding-right: 40px;

}

#description-right {

    float: left;

    width: 290px;

    padding: 40px 0 0 0;

}





/* Contact */



form {

    margin: 0;

    padding: 0;

}

fieldset { border: 0 }

input.text-input {

    color: #666;

    width: 380px;

    height: 20px;

    padding: 10px;

    margin: 4px 8px 4px 0;

    border: solid 1px #DDD;

}

textarea.text-input {

    color: #666;

	resize: none;

    width: 380px;

    height: 100px;

    padding: 10px;

    margin: 4px 8px 4px 0;

    border: solid 1px #DDD;

}

input.button {

    color: #FFF;

    border: none;

    margin: 15px 0;

    cursor: pointer;

    padding: 10px 20px;

    text-align: center;

    border-radius: 4px;

    background: #40B3C2;

    background-image: linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));

    background-image: -o-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));

    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));

    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));

    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));

}
#title-wrapper #title .tagline p {
	text-align: right;
}
