html, body { 
	/*background: transparent url("../assets/bg.png") repeat top left;*/
	background-color: #FFF;
	font: small Helvetica, Arial, sans-serif;  
}

.large { font-weight: normal; color: #424242; line-height: 1.4em; font-size: 2.2em; }

h3 { font-weight: bold; color: #424242; font-size: 1.2em; padding: 10px 10px; }
h3.underline { padding: 0px 5px; border-bottom: 1px solid #CCC; }
h5 { font-weight: bold; color: #999; font-size: .95em; }

form { margin-top: 25px; }
label { float: left; text-align: right; font-size: .95em; color: #424242; width: 100px; margin: 5px; padding: 2px; }
label.subnote { text-align: left; color: #666; }
label.status { text-align: left; width: 160px; }
input.text, textarea { float: left; margin: 5px; padding: 2px; }
input.text {  width: 200px; }
input.button { margin: 5px; padding: 3px; border: 1px solid #CCC; background-color: #EEE; color: #424242; float: left; }
input.button:hover { padding: 3px; border: 1px solid #CCC; background-color: #DDD; color: #19B827; }

.success { color: #19B827; }
.error { color: #FF0000; }

strong { font-size: 1.1em; font-weight: normal; color: #424242; }
.medium { color: #999; font-size: 1.2em; }

p { line-height: 1.4em; padding: 5px 0px; }
p.desc { line-height: 1.4em; padding: 5px 10px; }

.indent { margin-left: 20px; }

a, a:link, a:visited { text-decoration: underline; color: #F55399; }
h3 a, h3 a:link, h3 a:visited { color: #424242; text-decoration: underline; }
h3 a:hover { color: #F55399; text-decoration: underline; }

ul { margin: 5px; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* Our Work */

#work {
	margin: 30px 0px 0px 30px;
	padding: 0;
}
#work li {
	display: block;
	margin-bottom: 20px;
	margin-right: 15px;
	padding: 3px 0px 25px 130px;
	list-style: none;
	border-bottom: 1px solid #CCC;
}

#work li.last{ border-bottom: 0px; }

#work li h3 { 
	padding: 0px 10px; 
	margin: 0px; 
	font-weight: bold;
}

#work li p {
	padding: 0px 10px;
	margin-top: 10px;
}

#work .mlb { background: transparent url('../assets/client/mlb_icon.png') no-repeat; }
#work .clickbooq { background: transparent url('../assets/client/clickbooq_icon.png') no-repeat; }
#work .tunein { background: transparent url('../assets/client/tunein_icon.png') no-repeat; }
#work .jalc { background: transparent url('../assets/client/jalc_icon.png') no-repeat; }

/* End Our Work */

#outter { 
	width: 804px; 
	text-align: left;
}

#header {
	width: 100%;
	height: 115px;
	border-bottom: 1px solid #333;
	position: relative;
/*	background: transparent url("../assets/city.png") no-repeat bottom left;*/
}

#header .phrase {
	position: absolute;
	left: 260px;
	bottom: 22px;
}

#header .logo {
	position: absolute;
	left: 0px;
	bottom: 20px;
}

#header .phone {
	position: absolute;
	right: 0px;
	bottom: 22px;
}

#navigation {
	width: 100%;
	margin: 1px 0px;
	background: transparent url("../assets/nav_bg.png") repeat-x top left;
}

#navigation a { color: #FFF; text-decoration: none;}
#navigation a.selected { color: #F55399; }
#navigation a:hover { color: #F55399;}

#navigation .link, #navigation .link.home {
	float: left;
	display: block;
	width: 148px;
	height: 22px;
	padding: 7px 0px 0px 12px;
	margin-left: 1px;
	background: transparent url("../assets/link_stroke.png") repeat-x bottom left;
}

#navigation .link.home { margin-left: 0px; }

#navigation .link:hover, #navigation .link.selected {
	
	background: transparent url("../assets/link_stroke_over.png") repeat-x bottom left;
}

#main_content {
	margin-top: 10px;
	background-color: #FFF;
	line-height: 1.6em;
	font-size: 1.1em;
	border: 1px solid #B2B2B2;
}

#main_content .about {
	padding: 12px 85px;
}

#main_content .contact {
	width: 600px;
	text-align: left;
	margin: 25px;
}

#sub_content {
	margin-top: 10px;
	background-color: #FFF;
	font-size: 1.1em;
}

#sub_content .client {
	padding: 25px 0px;
	border: 1px solid #B2B2B2;
}

#sub_content .panel {
	width: 396px;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}

.panel .top_stroke{
	height: 6px;
	background-color: #111;
}

.panel .bottom_stroke {
	height: 1px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

.panel .header {
	margin-top: 2px;
}

.panel .header .title {
	float: left;
	height: 18px;
	width: 133px;
	padding: 12px 0px 0px 7px; 
	border-bottom: 1px dotted #999;
}

.panel .header a { text-decoration: none;}

.panel .header .link {
	float: left;
	padding: 10px 0px 0px 7px; 
	color: #424242;
	display: block;
	width: 249px;
	height: 20px;
	background: transparent url('../assets/square_link.png') no-repeat 98% center;
	font-size: 1.1em;
	border-bottom: 1px solid #949494;
}

.panel .header .link:hover {
	color: #F55399;
	background: transparent url('../assets/square_link_over.png') no-repeat 98% center;
}

.panel .content {
	background-color: #FFF;
	height: 280px;
}

.panel .content .column_left {
	float: left;
	padding: 10px 7px; 
	width: 126px;
}

.panel .content .column_right {
	float: left;
	padding: 10px 7px; 
	width: 241px;
	line-height: 1.4em;
}

#footer {
	color: #949494;
	font-size: .95em;
}

.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	background-color: #FFF;
	padding: 10px;
	color: #000;
	border: 1px solid #B2B2B2;
}
