* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	font:0.8em Arial, Helvetica, sans-serif;
	background:url(../images/stripe_bg.gif) repeat-x fixed 0px 167px;
	line-height:16px;
	text-align:center;
	color:#fff;
}

img {
	border:0;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#f08b1d;
}

#content a {
	background:#fff;
	font-size:1.1em;
}

/*#content a {
	color:#f08b1d;
	background-color:#fff;
	font-weight:normal;
	text-decoration:underline;
	padding:2px;
}*/

#content a:hover {
 color:#ccc;
}

#left a{
	color:#f08b1d;
}
/*a:visited {
	color:#718078;
}*/

a:hover, #footer a:hover,#content {
	color:#ccc;
}

#left a:hover {
	color:#000;
}

h1, h2 {
	font:bold small Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:10px;
	font-size:1.4em;
}

.main_title {
	text-align:right;
	font-size:1.1em;
}

p {
	color:#eee;
	margin-bottom:10px;
}

.sub_nav {
	float:left;
	color:#222;
	border:1px solid #222;
	border-top:0;
	border-bottom:0;
	padding:0 4px 0 4px;
}


ul {
	list-style:square;
	margin:0 0 10px 40px;
}

li {
	color:#fff;
	margin-bottom:5px;
}

table {
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
	
}

th {
	text-align:left;
	color:#000;
	padding:0 5px;
	border:1px solid #fff;
	background:#8f8f8f;
}

td {
	color:#666;
	padding:0 5px;
	border:1px solid #fff;
}

li div {
	overflow:hidden;
}

li div p {
	margin:3px 0 10px 10px;
}

.bold {
	font-weight:bold;
}

.highlight {
	color:#fff;
	font-weight:bold;
}

.red {
	color:#bbb;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:800px;
}

#left {
	margin:20px 0 20px 20px;
	position:fixed;
	width:200px;
	float:left;
}

#logo {
	margin:70px 0 0 48px;
}

#news {
	width:200px;
	/*border:1px solid #bbb;*/
	margin:20px 0 0 50px;
	padding:5px;
	background:#fff;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#news h1,#news h2 {
	border-bottom:1px solid #bbb;
	color:#bbb;
	margin-bottom:2px;
	font-size:1.1em;
}

/*#news h2 {
	font-size:1em;
	margin-bottom:0;
	color:#666;	
}*/

#news ul {
	list-style:square;
	list-style-position:inside;
	margin:0;
}

#news li {
	border-bottom:1px solid #ddd;
	color:#666;
}

#news p {
	margin-bottom:2px;
	color:#333;
}

.rss {
	vertical-align:bottom;
	margin:10px 0 0 50px;
}

#menu {
	margin:30px 0 0 24px;
}

#menu ul {
	list-style-image:url(../images/arrow.gif);
}

#menu li {
	height:15px;
	width:117px;
}

#menu a {
	height:12px;
	width:117px;
	display:block;
}

#why #right img {
border:1px solid #fff;
}

#why .box a {
	background:none;
	font-weight:bold;
	color:#f8a64c;
	text-decoration:underline;
}

#why h3 {
color:#f8a64c;	
background:url(../images/why_arrow.gif) no-repeat left center;
padding-left:10px;
}

.index, .gallery, .why, .contact, .clients {
	background:url(../images/btn_sprite_01.gif) no-repeat;
}

/* INDEX LINKS */
#menu a.index {
	background-position:left -117px;
}

#index #menu a.index {
	background-position:left -141px;
}

#menu a.index:hover, #index #menu a.index:hover {
	background-position:left -129px;
}
/**************/

/* GALLERY LINKS */

#menu a.gallery {
	background-position:left -81px;
}

#gallery a.gallery {
	background-position:left -105px;
}

#menu a.gallery:hover, #gallery a.gallery:hover {
	background-position:left -93px;
}

/*****************/

/* testimonials LINKS */

#menu a.why {
	background-position:left -45px;
}

#why a.why {
	background-position:left -69px;
}

#menu a.why:hover, #why #menu a.why:hover {
	background-position:left -57px;
}
/*****************/
/* contact LINKS */
#menu a.contact {
	height:15px;
	background-position:left 0;
}

#contact a.contact {
	background-position:left -30px;
}

#menu a.contact:hover, #contact #menu a.contact:hover {
	background-position:left -15px;
}
/*****************/

#right {
	width:479px;
	float:right;
	margin:10px 20px 0 0;
	background:url(../images/content_area_BG.png) repeat-y;
	position:relative;
	z-index:10;
	border:1px solid #f08b1d;
	border-bottom:0;
	text-align:justify;
}

#why #right {
	margin-top:0;
}

#swoosh {
	background:url(../images/swirl.gif) no-repeat;
	margin:200px 0 0 -60px;
	width:673px;
	height:425px;
	position:fixed;
}

#content {
	min-height:401px;
	padding:10px 30px 9px 30px;
}

#banner {
	width:100%;
	height:164px;
	background:url(../images/banner_img.jpg) no-repeat top;
}

.creative_img {
	border:1px solid #d2232a;
	/*padding:8px;*/
	margin:10px 0 10px 0;
	/*background:#fff;*/
}

#footer {
	margin-top:20px;
	font-size:0.89em;
	/*text-align:center;*/
}

#footer p {
	margin-bottom:2px;
	clear:both;
}

#footer img {
	float:left;
	margin-bottom:5px;
}

#bottom {
	background:url(../images/content_area_Bottom.gif) no-repeat bottom;
	width:481px;
	height:11px;
	margin:0 0 -8px -1px;
}

/*::::::::::::::::::::CONTACT FORM CSS::::::::::::::::::::*/
input {
	display:block;
	margin:3px 0 10px 0;
	font-size:1em;
} 

label {
	font-size:0.9em;
	margin-bottom:0;
	text-align:left;
}

textarea {
	font:1em Arial, Helvetica, sans-serif;
}

textarea, input[type="text"], input[type="password"]{
	background-color:#eee;
	border:1px solid #666;
	padding:2px;
	margin-bottom:10px;
	width:100%;
}

.result {
	font-size:1.4em;
	font-weight:bold;
}

#index #banner, #gallery #banner, #why #banner {
	background:#fff url(../images/home-banner.jpg) no-repeat top;
	margin:-1px 0 0 -1px;
	padding:0 2px 0 0;
	height:164px;
}

#gallery #banner {
	background:#fff url(../images/creative_img.jpg) no-repeat top;
}

#why #banner {
	background:#fff url(../images/why-banner.png) no-repeat top;
}

#contact #banner {
	width:100%;
	height:164px;
	background:url(../images/contact_img.jpg) no-repeat top;
}

hr {
	height:1px;
	overflow:hidden;
	background:#fff;
	margin-bottom:10px;
	border:0;
}

.quote {
	font-weight:bold;
	font-size:1.1em;
}

.address {
	list-style:none;
	margin:0 0 10px 0;
}

button {
    display:block;
    margin:0 7px 10px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font:0.9em bold "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
	width:auto;
    overflow:visible;
    padding:1px 4px 1px 3px;
}
.buttons button[type]{
    padding:4px 9px 4px 6px; /* Firefox */
    line-height:16px; /* Safari */
}
*:first-child+html button[type]{
    padding:3px 8px 2px 6px; /* IE7 */
}

button:hover {
    background-color:#fbd7b3;
    border:1px solid #fba045;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::MODAL POPUP CSS:::::::::::::::::::::*/
#modalBg {
	width:100%;
	height:100%;
	background:#666;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}

#modal {
	width:100%;
	height:100%;
	/*background:#666 fixed;*/
	background:fixed;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
	z-index:11;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow:auto;
}

#modal p {
	color:#222;
	text-align:left;
}

#modal a {
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	clear:both;
	display:block;
}

#modal a:hover {
	color:#f08b1d;
}

#modal img, #textBox, #loader  {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	/*border:1px solid #f08b1d;*/
	background:#fff;
	padding:10px;
}

#loader {
	width:220px;
	padding:5px 0;
}

#loader img, #loader h2, #loader a {
	display:block;
	margin:2px 0;
}

#loader img {
	width:220px;
	height:19px;
}

#loader a:hover {
 color:#ccc;
}

#textBox {
	width:700px;
	padding:10px 10px 2px 10px;
	margin-top:-10px;
	margin-bottom:10px;
	position:relative;
	z-index:999;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border:0;
}

#textBox a {
	color:#f08b1d;
	display:inline;
}

#textBox a:hover {
	color:#ccc;
}

/*#gallery h2 {
	color:#abadaf;
}*/

#content a.none {
	background:none;	
}

#gal {
	width:354px;
	overflow:hidden;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	/*position:relative;*/
	text-align:left;
}

#gal a {
	background:none;
	font-size:1em;
	padding:0;
}

#gal img {
	border:4px solid #fff;
	margin:5px;
	width:100px;
	height:100px;
}

#gal table,#gal tr,#gal td,#gal th,#gal tbody {
	border:0;
	padding:0;
	margin:0;
	color:#fff;
}

#gal th, #gal td {
	background:none;
	color:#abadaf;
	font-weight:normal;
}

#gal th span, #gal td span {
	color:#fff;
	font-weight:bold;
}

#gal dt {
	color:#abadaf;
	font-weight:normal;
}

#gal dd {
	margin-top:-1.2em;
	padding-left:4em;
	color:#fff;
	font-weight:bold;
}

dl {
	margin:0 0 5px 5px;
}


#inner {
	position:relative;
	left:0;
}

#controls {
	display:block;
	margin-top:10px;
	text-align:center;
}

#controls a {
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	text-decoration:none;
	padding:0 2px;
	margin-right:5px;
}

#controls a:hover {
	background:#000;
}

#pageTitle {
	height:1em;
	margin-top:10px;
}

#page {
	opacity:0;
	filter:alpha(opacity=0);
	height:280px;
}
/*#controls p {
	color:#222;
	font-weight:bold;
}*/

#homeImg {
/*	width:479px;
	height:345px;
	background:url(../images/home-img.gif) no-repeat top;
	position:relative;
	left:-27px;
	z-index:10;*/
	position:relative;
	top:20px;
	right:18px;
}

.box {
	background:#8c8c8c;
	padding:8px;
	border:1px solid #666;
	margin-bottom:10px;
}



#splash {
	text-align:right;
	background:#000;
	margin:0;
	padding:0;
}

#splash img {
	/*margin-top:30px;*/
	width:90%;
	margin-bottom:10px;
}

#gallery iframe {
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:10;
}

#contact iframe {
	broder:1px solid #666;	
}

object a, object p {
	display:none;	
}

#splash a.splashLink {
	background:none;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:10px 505px 0 0;
}

#splash a.splashLink:hover {
	text-decoration:underline;
}

#splash a.splashLink span {
	color:#fe6500;
	font-size:1.2em;
}

#footerText {
	position:absolute;
	margin-top:10px;
	color:#666;
	font-size:0.9em;
}

#footerText span {
	color:#AAA;	
}

acronym {
	cursor:help;	
}
/*
#homeImg p {
	position:absolute;
	top:130px;
	left:25px;
	width:270px;
}

#homeImg ul {
	list-style:none;
	position:absolute;
	top:230px;
}

#homeImg a {
	color:#fff;
	font-size:2em;
	line-height:1em;
	font-weight:bold;
	padding-left:10px;
	background:url(../images/link_arrow.gif) no-repeat center left;
}

#homeImg a:hover {
	color:##f08b1d;
}*/