﻿@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Harmonia-Regular";
  src: url("../fonts/harmonia-regular.eot"); /* IE */
  src: local("Harmonia-Regular"),
	url("../fonts/harmonia-regular.otf") format("opentype"),
	url('../fonts/harmonia-regular.woff') format('woff'),
	url("../fonts/harmonia-regular.svg#Harmonia-Regular") format("svg");
}

/* General Styling */
*
{
    padding:0;
    margin:0;
    outline:0;
}

body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 10px;
}

a
{
	color: #E55C1F;
	text-decoration: none;
	border-bottom: 1px dotted #E55C1F;
}

a.none, a.none:hover
{
	border-bottom: none;
}

a:hover
{
	color: #494949;
	border-bottom: 1px dotted #494949;
}

a img
{
	border: 1px dotted #E55C1F;
}

a img:hover
{
	border: 1px dotted #494949;
}

p
{
	margin: 6px 0;
}

h1
{
	font-family: Harmonia-Regular, Helvetica, Trebuchet, Arial;
	font-size: 38px;
	line-height: 48px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

h2
{
	font-family: Harmonia-Regular, Helvetica, Trebuchet, Arial;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: 0.2px;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	color: #E55C1F;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

h4
{
	color: #E55C1F;
	font-size: 14px;
	font-weight: normal;
}

h5
{
	font-size: 12px;
	text-transform: uppercase;
	color: #E55C1F;
	font-weight: normal;
	letter-spacing: 0.1px;
}

h6
{
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}

ul
{
	margin: 6px 0;
	padding-left: 20px;
}

ol
{
	margin: 6px 0 6px 2em;
}

hr
{
	margin-top: 16px;
	margin-bottom: 16px;
	height: 1px;
	border: none;
	border-bottom: #cccccc 1px solid;
}

img
{
	border: #dddddd 5px solid;
	margin: 6px 0;
}

blockquote
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	font-style: italic;
	background: url("../images/quotes.png") no-repeat scroll left top transparent;
	margin: 10px 0;
	padding: 10px 10px 10px 45px;
}

blockquote, q
{
	quotes: none;
}

blockquote  .author {
	color: #E55C1F;
	margin-top: 10px;
	text-align: right;
}

.clear-both
{
	clear: both;
}

/* Body Containers Styling */
#wrapper
{
	width: 950px;
	margin: 16px auto;
}

#header
{
	clear: both;
}

#logo
{
	background: url("../images/logo1.png") no-repeat scroll left top #FFFFFF;
	float: left;
	height: 100px;
	width: 280px;
	padding-left: 90px;
	border: none;
}

#logo-name
{
	text-transform: uppercase;
	color: #494949;
	font-size: 68px;
	letter-spacing: 1px;
	margin-top: 15px;
}

#logo-slogan
{
	text-transform: lowercase;
	color: #494949;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: -10px;
}

.info
{
}

.highlights
{
	background-color: #F2F2F2;
	border: 1px solid #DDDDDD;
	padding: 16px 8px;
	margin: 16px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.image-button
{
	border: 0;
}

a.image-button img
{
	text-decoration: none;
	border: 0;
	padding: 0;
}

a.image-button img:hover
{
	text-decoration: none;
	border: 0;
	padding: 0;
}

input
{
	background: url("../images/input-bg.gif") repeat-x scroll center top #FFFFFF;
	border: 1px solid #DADADA;
	height: 20px;
	margin: 4px 0 8px 0;
	padding: 4px 0 1px;
}

textarea
{
	background: url("../images/input-bg.gif") repeat-x scroll center top #FFFFFF;
	border: 1px solid #DADADA;
	margin: 6px 0 0 0;
}

label.error
{
	margin-left: 8px;
	color: #E55C1F;
	font-style: italic;
}

/* Intro Content Styling */
#intro h2
{
	color: #E55C1F;
}

#tagline
{
	margin-top: 56px;
	width: 400px;
	float: left;
}

#tagline h2
{
	display: block;
	text-align: right;
}

#window
{
	border: 1px solid #DDDDDD;
	background-color: #F2F2F2;
	float: right;
	overflow: hidden;
	position: relative;
	padding: 10px;
	width: 502px;
	height: 202px;
}

#window img
{
	border: 0;
	margin: 0;
	width: 500px;
	height: 200px;
}

#slideshow
{
	width: 1028px;
	height: 428px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#slideshow a
{
    border: none;
}

#slideshow li
{
	width: 500px;
	height: 200px;
	display: inline;
	float: left;
	background: none;
	padding: 1px 12px 12px 1px;
}

/* Navigation Menu Styling */

#navigation
{
	float: right;
	margin-top: 40px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

#menu
{
	padding: 0;
	margin: 0;
	display: inline;
	float: right;
}

#menu li
{
	padding: 4px 0 3px 0;
	margin: 0 0 0 14px;
	display: inline;
	float: left;
	background: none;
	line-height: 24px;
}

#menu li a:hover.not-available
{
	text-decoration: line-through;
}

#menu li:hover a, #menu li.current a
{
	color: #E55C1F;
	border-bottom: none;
}

#menu li a
{
	color: #5a5a5a;
	display: block;
	border-bottom: none;
}

#menu li a.blog
{
	background: url("../images/blog.png") no-repeat scroll left top #FFFFFF;
	padding-left: 27px;
}

.options
{
	list-style: none;
	padding: 0;
}

.options li
{
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding-left: 20px;
	line-height: 20px;
}

.options li a
{
	text-decoration: none;
}

/* Content Styling */
.one, .two-thirds
{
	margin-right: 50px;
	float: left;
}

.third
{
	width: 283px;
}

.two-thirds
{
	width: 616px;
}

.half
{
	width: 450px;
}

.last-one
{
	margin-right: 0;
}

.cloud
{
	border: none;
}

.custom-tooltip
{
	cursor: pointer;
}

/* Sidebar Styling */
#sidebar h2
{
    color: #E55C1F;
}

#sidebar ul
{
	padding: 0;
	margin: 4px 0 10px 0px;
	list-style: none outside none;
}

#sidebar li
{
	line-height: 30px;
}

.sidebar-navigation-list li, #sidebar .list-label-widget-content li
{
	background: url(../images/sidebar-bullet.gif) left 50% no-repeat;
	border-bottom: 1px #cccccc solid;
	padding-left: 20px;
}

.sidebar-navigation-list li:hover, #sidebar .list-label-widget-content li:hover
{
	background-color: #F3F3F3;
}

.sidebar-navigation-list li a, #sidebar .list-label-widget-content a
{
	color: #303030;
	border: 0;
}

.sidebar-navigation-list li a:hover, #sidebar .list-label-widget-content a:hover
{
	text-decoration: none;
	color: #ea7c39;
	border: 0;
}

/* Services Styling */
#services
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#services li
{
	background: url(../images/bullet.gif) no-repeat left center;
	line-height: 30px;
}

/* Social Networks Styling */
#social-networks
{
	margin-top: 8px;
}

#social-networks dd
{
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline;
}

#social-networks dt
{
	float: left;
	margin-right: 12px;
}

/* Gant Styling */
#gant
{
	width: 100%;
	border-collapse: collapse;
	margin: 6px 0;
}

#gant a
{
	cursor: pointer;
	border: none;
}

#gant a:hover
{
	border: none;
}

#gant th
{
	border-top: 1px #cccccc solid;
	text-align: right;
	padding-right: 4px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1px;
	background-color: #F3F3F3;
}

#gant .title
{
	background: white;
	text-align: left;
	border: none;
	padding-bottom: 6px;
}

#gant tr
{
	text-align: center;
}

#gant .services-column
{
	padding-left: 4px;
	width: 30%;
	text-align: left;
}

#gant .data-row
{
	line-height: 30px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}

#gant .alternate
{
	background-color: #F3F3F3;
}

#gant .interval
{
	width: 20px;
}

#gant .event
{
	color: #4AB3CE;
	font-size: 36px;
	margin-left: -0.5px;
}

#gant .event:hover
{
	color: #494949;
}

#gant .time
{
	display: block;
	width: 100%;
	height: 5px;
	background-color: #4AB3CE;
}

#gant .time:hover
{
	background-color: #494949;
}

#gant-legend
{
	width: 100%;
	text-align: right;
	padding-bottom: 6px;
}

/* Delivery Styling */
#delivery
{
	margin: 6px 0;
	width: 100%;
	border-collapse: collapse;
}

#delivery th
{
	text-align: left;
	padding-bottom: 8px;
}

#delivery .data-row td, .data-row-top td, .data-row-bottom td
{
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}

#delivery .data-row-top
{
	border-top: 1px #cccccc solid;
}

#delivery .data-row-bottom
{
	border-bottom: 1px #cccccc solid;
}

#delivery .alternate
{
	background-color: #F3F3F3;
}

#delivery .items
{
	padding-right: 8px;
}

#delivery .items li
{
	background: url(../images/bullet-item.gif) no-repeat 0 5px;
}

#delivery .data-column
{
	width: 430px;
}

#delivery th.data-column-last
{
	padding-right: 0px;
}

#delivery .data-column-last
{
	padding-left: 20px;
	padding-right: 8px;
	width: 430px;
}

#delivery .month-column
{
	text-align: center;
	padding: 8px;
}

#delivery .month-label
{
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	color: #494949;
	background-color: #F3F3F3;
	border: 1px #cccccc solid;
}

#delivery .month-number
{
	padding: 8px 0 0 0;
	font-size: 38px;
	letter-spacing: 1.5px;
	color: #E55C1F;
	background-color: white;
	border: 1px #cccccc solid;
	border-top: none;
}

/* Contacts Styling */
#contacts-form .ss-q-title
{
	display: block;
	width: 200px;
}

#contacts-form .ss-navigate input
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
	font-size: 22px;
	letter-spacing: 0.9px;
	color: white;
	width: 180px;
	height: 40px;
	padding: 0;
	background: #E55C1F;
}

#contacts-form .ss-navigate input:hover
{
	background: #494949;
}

#contacts-form .ss-required-asterisk
{
	color: #E55C1F;
}

#contacts-form input
{
	width: 400px;
}

#contacts-form textarea
{
	width: 400px;
}

#success-message
{
	font-size: 14px;
	color: #E55C1F;
}
#projects-preview h4 {
	margin-top: 5px;
}
#projects-preview img {
	float: left;
	margin-right: 10px;
	height: 120px;
	border: #cccccc 1px solid;
}

