/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */

html,
body {
    height: 100%;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}

.container {
    margin: 0 auto;
    width: 1020px;
}

#wrapper .container {
    min-height: 600px;
}

#wrapper #header {
    min-height: 301px;
}

/* WRAPPERS */
#wrapper,
#footer_wrapper {
    width: 100%;
}
#default_index #wrapper { background: #f3f6f9 url(../images/bg_1.jpg) repeat-x; }
#default_company #wrapper { background: #f3f6f9 url(../images/bg_8.png) repeat-x; }
#default_services #wrapper { background: #f3f6f9 url(../images/bg_2.png) repeat-x; }
#default_portfolio #wrapper { background: #f3f6f9 url(../images/bg_9.png) repeat-x; }
#default_clients #wrapper { background: #f3f6f9 url(../images/bg_2.png) repeat-x; }
#default_contact #wrapper { background: #f3f6f9 url(../images/bg_9.png) repeat-x; }
#default_error #wrapper { background: #f3f6f9 url(../images/bg_2.png) repeat-x; }

#footer_wrapper { background: #697175 url(../images/footer_wrapper_bg.gif) repeat-x top left; }

/* MENU SECTION */
#menu_section {
    height: 99px;
}
#logo {
    background: url(../images/logo.png) no-repeat;
    height: 99px;
    float: left;
    margin-left: 20px;
    width: 212px;
}
.navigation {
    list-style: none;
    float: right;
}
.navigation li {
    float: left;
}
.navigation li a {
    background: url(../images/menu_sprite.png) no-repeat;
    height: 99px;
    width: 100px;
}
.navigation li a#menu-company { background-position: 0 0; }
.navigation li a#menu-services { background-position: -100px 0; }
.navigation li a#menu-portfolio { background-position: -200px 0; }
.navigation li a#menu-clients { background-position: -300px 0; }
.navigation li a#menu-contact { background-position: -400px 0; width: 102px;}
.navigation li a#menu-company:hover { background-position: 0 -99px; }
.navigation li a#menu-services:hover { background-position: -100px -99px; }
.navigation li a#menu-portfolio:hover { background-position: -200px -99px; }
.navigation li a#menu-clients:hover { background-position: -300px -99px; }
.navigation li a#menu-contact:hover { background-position: -400px -99px; width: 102px;}
.navigation li.active a#menu-company { background-position: 0 -198px; }
.navigation li.active a#menu-services { background-position: -100px -198px; }
.navigation li.active a#menu-portfolio { background-position: -200px -198px; }
.navigation li.active a#menu-clients { background-position: -300px -198px; }
.navigation li.active a#menu-contact { background-position: -400px -198px; width: 102px;}

/* CENTER SECTION */
#center_section {
    background: url(../images/center_bg_1.png) no-repeat center center;
    position: relative;
    height: 434px;
}
#center_section h2,
#center_section h3 {
    position: absolute;
    left: 20px;
    width: 663px;
}
#center_section h2 {
    background: url(../images/headers.png) no-repeat top left;
    height: 109px;
    top: 48px;
}
#center_section h3 {
    background: url(../images/headers.png) no-repeat bottom left;
    height: 48px;
    top: 190px;
}

/* BUTTON: SEE OUT WORK */
#center_section a.button_see_our_work {
    position: absolute;
    bottom: 20px;
    right: 0px;
}
a.button_see_our_work {
    background: url(../images/see_our_work.png) no-repeat top center;
    height: 53px;
    width: 202px;
}
a.button_see_our_work:hover {
    background-position: bottom center;
}

/* DISABLE FONT */
#center_section h2,
#center_section h3,
.navigation li a,
#logo,
a.button_see_our_work,
#contact_form #submit,
#contact_form2 #submit,
#social_media .twitter,
#social_media .facebook,
#social_media .linkedin {
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* PAGE COnTENT */
#page_content {
    padding: 20px 0;
}

/* FOOTER */
#footer_wrapper .container {
    padding: 20px 0;
}
#footer_wrapper table {
    border-style: inset;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    width: 1010px;
}
#footer_wrapper table td,
#footer_wrapper table th {
    padding: 0 10px;
}
#footer_wrapper table th {
    padding: 15px 10px;
}
#footer_wrapper table thead th,
#footer_wrapper table tbody td,
#footer_wrapper ul.links a,
#footer_wrapper #copy {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: #000000 0 1px 2px;
}
#footer_wrapper table td.separator {
    background: url(../images/footer_separator.png) repeat-y;
    width: 2px;
}
#footer_wrapper table tbody td {
    line-height: 20px;
}
#footer_wrapper table tbody td,
#footer_wrapper ul.links a {
    color: #EFEFEF;
    font-size: 14px;
    font-weight: lighter;
    text-decoration: none;
}
#footer_wrapper ul.links a:hover {
    text-decoration: underline;
}
#footer_wrapper ul.links {
    line-height: 24px;
}

#footer_wrapper td.content:first-child {
    width: 200px;
}

#footer_wrapper #copy {
    color: #cccccc;
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}

/* CONTACT FORM */
#contact_form,
#contact_form2 {
    margin: 20px 0;
    width: 400px;
}
#contact_form2 {
    width: 555px;
}

#contact_form .contact_form_row,
#contact_form2 .contact_form_row{
    position: relative;
    margin-bottom: 10px;
}

#contact_form .contact_form_row label,
#contact_form2 .contact_form_row label{
    color: #91a0a8;
    display: block;
    font-size: 14px;
    left: 10px;
    letter-spacing: 0;
    position: absolute;
    top: 8px;
    text-shadow: none;
}

#contact_form .contact_form_row input,
#contact_form .contact_form_row textarea,
#contact_form2 .contact_form_row input,
#contact_form2 .contact_form_row textarea{
    background: #e9eff2;
    border: none;
    color: #91a0a8;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 24px;
    letter-spacing: 0;
    padding: 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
}

#contact_form .contact_form_row textarea,
#contact_form2 .contact_form_row textarea{
    height: 100px;
}

#contact_form .contact_form_row input,
#contact_form .contact_form_row textarea,
#contact_form2 .contact_form_row input,
#contact_form2 .contact_form_row textarea{
    width: 100%;
}

#contact_form #submit,
#contact_form2 #submit{
    background: url(../images/send_message.png) no-repeat top center;
    height: 53px;
    width: 202px;
}

#contact_form #submit:hover,
#contact_form2 #submit:hover {
    background-position: bottom center;
    cursor: pointer;
}

#contact_form ul.errors,
#contact_form2 ul.errors{
    background: #EF6868;
    margin: -5px 0 10px 0;
    color: #8F0000;
    text-shadow: 0 1px 0 #EF8686;
    padding: 15px 10px 10px 10px;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
}

#contact_form ul.errors li,
#contact_form2 ul.errors li {
    font-size: 12px;
    line-height: 16px;
    list-style: disc;
    list-style-position: outside;
    margin-left: 15px;
}

/* SOCIAL MEDIA */
#social_media .twitter,
#social_media .facebook,
#social_media .linkedin {
    background: url(../images/social_media.png) no-repeat;
    display: inline-block;
    height: 33px;
    width: 33px;
}
#social_media .twitter { background-position: 0 0; }
#social_media .facebook { background-position: -40px 0; }
#social_media .linkedin { background-position: -119px 1px; }

/* SIDEBOX */
.sidebox {
    width: 341px;
    margin-bottom: 20px;
}
.sidebox_blue {
    width: 322px;
}

.sidebox th {
    background-color: #f7fafc;
    color: #547290;
    font-family: Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
    height: 43px;
    padding-left:50px;
    text-align: left;
    vertical-align: middle;
}

.sidebox .top {
    background: url(../images/sidebox/sidebox_top.png) no-repeat;
    height: 5px;
}
.sidebox .content {
    background-color: #f7fafc;
    padding: 9px;
}
.sidebox .bottom {
    background: url(../images/sidebox/sidebox_bottom.png) no-repeat;
    height: 6px;
}
.sidebox_blue .top {
    background: url(../images/sidebox/sidebox_blue_top.png) no-repeat;
    height: 6px;
}
.sidebox_blue .bottom {
    background: url(../images/sidebox/sidebox_blue_bottom.png) no-repeat;
    height: 7px;
}
.sidebox_blue .content {
    background-color: #e8eef3;
    padding: 3px 9px 2px 9px;
}

.sidebox_blue .content,
.sidebox_blue .content p,
.sidebox_blue .content .datetime{
    color: #85a0bb;
    font-size: 12px;
    font-family: Geneva, Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.sidebox_blue .content .datetime {
    color: #a8b3be;
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
}

.sidebox .sidebox_blue {
    margin-bottom: 10px;
}
.sidebox .sidebox_blue:last-child {
    margin-bottom: -5px;
}

/* PAGE CONTAINER */
#page_container {
    color: #344B5E;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .9em;
    line-height: 1.4em;
}
#page_container h2,
#page_container h2 a {
    border-bottom: 1px solid #9BAFBF;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#page_container h2 a {
    border-bottom: none;
    color: #344B5E;
    text-decoration: none;
}
#page_container h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
#page_container .line_separator {
    display: block;
    height: 20px;
}
#page_container .line_separator_2 {
    display: block;
    height: 0px;
}
#page_container .line_separator_3 {
    display: block;
    height: 40px;
}
#page_container p {
    margin-bottom: 10px;
    text-align: justify;
}
#page_container ul {
    line-height: 18px;
    margin: 0 0 10px 20px;
}
#page_container li {
    list-style: disc outside;
    margin-left: 20px;
}
#page_container .page_sections {
    background: #fff;
    margin-bottom: 2em;
    padding: 2em;


    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;

    box-shadow: 0px 2px 2px #344B5E;
    -moz-box-shadow: 0px 2px 2px #344B5E;
    -webkit-box-shadow: 0px 2px 2px #344B5E;
}
#page_container h3 span {
    color: #9BAFBF;
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.clear {
    clear: both;
}

.preview {
    border: 1px solid #556A89;
    margin-bottom: 20px;
}

.project_link {
    display: block;
    color: #344B5E;
    text-decoration: none;
}
.project_link:hover div.page_sections {
    background: #FFF8AF !important;
}

ul.project_links {
    color: #547290;
    list-style: disc;
    line-height: 18px;
    margin-left: 20px;
}
ul.project_links a {
    color: #547290;
    display: block;
    font-size: 12px;
    text-decoration: none;
}
ul.project_links a:hover {
    color: #344B5E;
    text-decoration: underline;
}

ul.screenshots,
ul.screenshots li{
    margin:0 !important;
    padding:0 !important;
}
ul.screenshots {
    margin-left: 4px !important;
}
ul.screenshots li {
    margin: 7px !important;
    list-style: none !important;
    float: left;
}
ul.screenshots li a {
    display: block;
    border: 1px solid #e8eef3;
    padding: 3px;
    height: 66px;
    width: 72px;
    overflow: hidden;
}
ul.screenshots li a:hover {
    border-color: #344B5E;
}

#default_company #center_section,
#default_services #center_section,
#default_portfolio #center_section,
#default_clients #center_section,
#default_contact #center_section {
    height: 202px;
}

#default_company #center_section h2,
#default_services #center_section h2,
#default_portfolio #center_section h2,
#default_clients #center_section h2,
#default_contact #center_section h2 {
    background: url(../images/h.png) no-repeat;
    height: 47px;
    top: 80px;
    width: 300px;
}

#default_company #center_section h2 { background-position: 0 0; }
#default_services #center_section h2 { background-position: 0 -52px; }
#default_portfolio #center_section h2 { background-position: 0 -100px; }
#default_clients #center_section h2 { background-position: 0 -150px; }
#default_contact #center_section h2 { background-position: 0 -200px; }

#default_company #center_section { background: url(../images/bg_6.png) no-repeat center center; }
#default_services #center_section { background: url(../images/bg_5.png) no-repeat center center; }
#default_portfolio #center_section { background: url(../images/bg_4.png) no-repeat center center; }
#default_clients #center_section { background: url(../images/bg_7.png) no-repeat center center; }
#default_contact #center_section { background: url(../images/bg_3.png) no-repeat center center; }
#default_error #center_section { background: url(../images/bg_5.png) no-repeat center center; }