/* ----- CSS ----- */

*{
	margin: 0;
	padding: 0;
}

html,body{
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 100%;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/* ----- Admin Section ----- */

.admin_edit {
	text-align: left;
	padding: 5px 0px 20px 0px;
}

.admin_project_container {
	width: 600px;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-top: 1px dotted #666;
}

.admin_project_left {
	float: left;
	width: 318px;
	padding-right: 20px;
}

.admin_project_left .large_image {
	max-width: 308px;
	padding: 10px;
	border: 1px solid #ddd;
}

.admin_project_left .video {
	height: 206px;
	padding: 10px;
	position: relative;
	width: 308px;
	border: 1px solid #ddd;
}

.admin_project_right {
	float: left;
	width: 240px;
}

.admin_project_container .client {

}

.admin_project_container .url {

}

.admin_project_container .description {
	margin: 12px 0px;
}

.admin_project_container .delivery ul {
	margin-top: 5px;
}

.admin_title {
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 10px;
}

.admin_result {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	color: red;
	padding: 4px;
	border: 1px solid red;
	margin: 10px 0px;
}

#admin_login label, #admin_login input {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

#add_item .text {
	width: 600px;
	margin: 5px 0px 16px 0px;
	padding: 3px;
	float: left;
	clear: left;
	border: 1px solid #666;
}

.edit_image_section {
	margin: 10px 0px;
	background: #EEE;
	float: left;
	padding: 23px;
	width: 560px;
	border: 1px solid #666;
}

#add_item .edit_image {
	float: left;
	clear: left;
	padding: 10px;
	border: 1px solid #666;
	margin: 10px 0px;
	background: #FFF;
}

#add_item h3, #add_item small, #add_item .submit {
	clear: left;
	float: left;
}

/* ----- IDS ----- */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -24px;
}

#container{
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px;
}

#admin_container{
	width: 600px;
	position: relative;
	margin: 0 auto;
}
   
#content{
	line-height: 1.5;
}
 
#header {
	height: 70px;
	border-bottom: 1px solid #DDD;
	position: relative;
}

#navigation {
	width: 400px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
}

#admin_navigation {
	width: 160px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
}

#navigation li a, #admin_navigation li a  {
	color: #666;
	height: 26px;
	width: 80px;
	display: block;
}

#admin_navigation a:hover, #home #admin_navigation a.home, #projects #admin_navigation a.projects, #services #admin_navigation a.services,  
#process #admin_navigation a.process, #contact #admin_navigation a.contact,#navigation a:hover, #home #navigation a.home, 
#projects #navigation a.projects, #services #navigation a.services, #process #navigation a.process, #contact #navigation a.contact {
	background: transparent url(../img/header_nav_emphasis.png) no-repeat scroll bottom left;
	color: #000;
	display: block;
}

#navigation li, #admin_navigation li {
	float: left;
}
   
#footer {
	font-size: 10px;
	border-top: 1px solid #DDD;
	padding-top: 7px;
	width: 900px;
	margin: 0 auto;
	text-align: right;
	color: #CCC;
}

/* ----- TAG LINES ----- */

.index_tag_line {
	height: 339px;
	width: 900px;
	background: transparent url(../img/index_tag_line.jpg) no-repeat scroll 0px 20px;
	z-index: 1;
	position: relative;
}

.project_tag_line {
	height: 187px;
	width: 900px;
	margin-bottom: 30px; 
	background: transparent url(../img/projects_tag_line.jpg) no-repeat scroll 0px 5px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	z-index: 1;
}

.service_tag_line {
	height: 205px;
	width: 900px;
	margin-bottom: 30px; 
	background: transparent url(../img/service_tag_line.jpg) no-repeat scroll 0px 5px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	z-index: 1;
}

.process_tag_line {
	height: 205px;
	width: 900px;
	margin-bottom: 20px; 
	background: transparent url(../img/process_tag_line.jpg) no-repeat scroll 0px 5px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	z-index: 1;
}

.contact_tag_line {
	height: 205px;
	width: 900px;
	margin-bottom: 10px; 
	background: transparent url(../img/contact_tag_line.jpg) no-repeat scroll 0px 5px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	z-index: 1;
}

.tag_line_text {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

/* ----- PROJECTS PAGE ----- */

.project_container {
	width: 900px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}

.project_left {
	float: left;
	width: 578px;
	padding-right: 20px;
}

.project_left .large_image {
	max-width: 558px;
	padding: 10px;
	border: 1px solid #ddd;
}

.project_left .video {
	height: 336px;
	padding: 10px;
	position: relative;
	width: 558px;
	border: 1px solid #ddd;
}

.project_right {
	float: left;
	width: 290px;
}

.project_container .client {

}

.project_container .url {

}

.project_container .description {
	margin: 12px 0px;
}

.project_container .delivery ul {
	margin-top: 5px;
}

/* ----- SERVICES PAGE ----- */

.services_container {
	width: 900px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}

.services_left {
	float: left;
	width: 378px;
	padding-right: 20px;
}

.services_left .large_image {
	max-width: 358px;
	padding: 10px;
	border: 1px solid #ddd;
}

.services_right {
	float: left;
	width: 490px;
}

.services_right .title {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}

.services_container .description {
	margin: 12px 0px;
	font-size: 14px;
}

.services_container .delivery ul {
	margin-top: 5px;
}

/* ----- PROCESS PAGE ----- */

.process_container {
	width: 900px;
	float: left;
	clear: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.process_left {
	float: left;
	width: 278px;
	padding-right: 20px;
}

.process_left .large_image {
	max-width: 258px;
	padding: 10px;
	border: 1px solid #ddd;
}

.process_right {
	float: left;
	width: 590px;
}

.process_right .title {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}

.process_container .description {
	margin: 12px 0px;
	font-size: 14px;
}

.process_container .description .tag {
	margin-bottom: 5px;
	font-weight: bold;
}

.process_container .delivery ul {
	margin-top: 5px;
}


/* ----- CONTACT PAGE ----- */

.contact_container {
	width: 900px;
	overflow: auto;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ddd;
}

.contact_top {
	width: 878px;
	padding: 10px;
	border: 1px solid #ddd;
}

.contact_bottom_left {
	float: left;
	width: 500px;
}

.contact_bottom_right {
	float: left;
	width: 380px;
}

.contact_right .title {
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}

.contact_container .description {
	margin: 12px 0px;
	font-size: 14px;
}

.contact_container .delivery ul {
	margin-top: 5px;
}


/* ----- CLASSES ----- */

.bottom_info {
	float: left;
	border-top: 1px solid #000;
	width: 100%;
	position: relative;
	line-height: 140%;
}

.bottom_info .section {
	float: left;
	width: 280px;
	padding: 35px 20px 0px 0px;
}

.bottom_info .section .description {
	color: #666;
	margin-bottom: 15px;
}

.bottom_info .left {
	background: transparent url(../img/footer_section_title.png) no-repeat scroll 0 0;
}

.bottom_info .middle {
	background: transparent url(../img/footer_section_title.png) no-repeat scroll -300px 0;
}

.bottom_info .right {
	background: transparent url(../img/footer_section_title.png) no-repeat scroll -601px 0;
}

.bottom_info .quote_result {
	padding: 5px;
	font-weight: bold;
	border: 1px solid red;
	color: red;
	width: 250px;
	margin-bottom: 12px;
}

.logo {
	background: url(../img/header_logo.png);
	position: absolute;
	height: 55px;
	width: 112px;
	left: 0px;
	top: 10px;
	display: block;
}

.quote_form {
	position: relative;
}

.quote_form input.quote {
	border: 1px solid #666;
	margin-bottom: 6px;
}

.quote_form input.quote, .quote_form label, .quote_form textarea {
	float: left;
	width: 260px;
}

.quote_submit {
	float: right;
	padding: 10px 19px;
}

.hide{
	display:none;
}

.show{
	display:block;
}

.clear {
	clear: both;
}

.push {
	clear: both;
	height: 54px;
}

.title {
	font-size: 16px;
	color: black;
}

/* ----- HEADINGS ----- */

h1.title {
	font-size: 48px;
	font-weight: bold;
	margin: 20px 0px;
	letter-spacing: -2px;
}

h2{
}
h3{
}
h4{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol, ul{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	text-decoration: none;
	color: #00AAFF;
	font-weight: bold;
}

a:hover{
	color: #000;
}


/* ----- FORMS ----- */

form{
}
fieldset{
	border: none;
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* Navigation + Header elements */

.project_navigation {
	height: 32px;
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}

.project_navigation #navigation_links ul {
	left: 26px;
	bottom: 13px;
}

.project_navigation #navigation_links ul a {
	padding:8px 50px;
}

#navigation_links ul {
	position: absolute;
	left: 0px;
	bottom: 26px;
	font-family: Trebuchet MS, Arial, sans-serif;
}

#navigation_links li {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
}

#navigation_links ul a {
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	background-color: transparent;
}

#navigation_links ul a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:8px 22px;
	background-color:#5A5A5A;
}

#navigation_links ul a:focus, #navigation_links ul a:active, #navigation_links ul a:hover {
	background-color:#00AAFF;
}

.web #navigation_links .web, .video #navigation_links .video, .data #navigation_links .data, .contest #navigation_links .contest, .print #navigation_links .print {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#00AAFF;
	color:#FFFFFF;
}

#navigation_links li.omega {
	margin: 0;
}
