/* @override http://www.pacoperations.com/wp-content/themes/Sintagma_wp/site_struct.css */

/****************************************************
TYPOGRAPHY
****************************************************/
body {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #BBB;
	font-size: 11px;
	line-height: 18px;
}
p {
	margin-top: 0px;
}
ul {
	margin-left: 30px;
	list-style: square;	
}
ol {
	margin-left: 33px;
	list-style: decimal;	
}
/****************************************************
BASIC STRUCTURE AND BACKGROUNDS
****************************************************/
body {
	background: #242424 url(images/site/bg-main.gif) repeat-x;
}
#body_container {
	width: 950px;
	margin: auto;
}
#header {
	height: 246px;
	background: url(images/site/header.gif) no-repeat;
}

#nav	 				{ width: 950px; color:#000000; height: 37px; background: url(images/site/bg-nav.gif) no-repeat; padding-left: 134px;}

#nav ul	 				{ width:950px; padding: 0pt; margin: 0pt; list-style-image: none; list-style-position: outside; list-style-type: none;}
#nav li	 				{float:left; margin: 0pt; padding: 0pt;}
#nav a 					{display:block; height:37px; overflow:hidden; margin: 0pt; padding: 0pt; line-height:10em;text-decoration: none; }
#nav a {
	background: url(images/site/subnav_sprite.gif);
}
#nav a.home_current,
#nav a.home				{width: 91px;}
#nav a.home_current,
#nav a.home:hover 		{background-position: 0 37px;}

#nav a.services_current,
#nav a.services				{width: 138px; background-position: -91px 0;}
#nav a.services_current,
#nav a.services:hover 		{background-position: -91px 37px;}

#nav a.projects_current,
#nav a.projects				{width: 140px; background-position: -229px 0;}
#nav a.projects_current,
#nav a.projects:hover 		{background-position: -229px 37px;}

#nav a.solutions_current,
#nav a.solutions				{width: 148px; background-position: -369px 0;}
#nav a.solutions_current,
#nav a.solutions:hover 		{background-position: -369px 37px;}

#nav a.about_current,
#nav a.about				{width: 108px; background-position: -517px 0;}
#nav a.about_current,
#nav a.about:hover 		{background-position: -517px 37px;}

#nav a.contact_current,
#nav a.contact				{width: 119px; background-position: -622px 0;}
#nav a.contact_current,
#nav a.contact:hover 		{background-position: -622px 37px;}

#content_expand {
	background: url(images/site/bg-content.gif) repeat-y;
}
#content_bottom {
	background: url(images/site/bg-content-bottom.gif) bottom no-repeat;
}
#content_top {
	background: url(images/site/bg-content-top.gif) top no-repeat;
	min-height:400px;
  	height:auto !important;
  	height:400px;
  	padding: 35px 75px 30px 143px;
}
#content_top A {
	color: #F00;
	text-decoration: none;
}
#content_top A:hover {
	text-decoration: underline;
}
#footer {
	height: 47px;
	background: url(images/site/bg-footer.gif) no-repeat;
	text-align: right;
	padding: 9px 65px 0 0;
	color: #303030;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer a {
	color: #303030;
	text-decoration: none;
}
#footer a:hover {
	color: #303030;
	text-decoration: underline;
}

#footer_panel {
	background: #303030;
	margin-bottom: 40px;
	width: 800px;
	margin-left: 110px;
	padding-top: 20px;
	padding-bottom: 10px;

}
.footer_column_1 {
	float: left;
	width: 190px;
	margin-right: 2px;
	margin-left: 38px;
}
.footer_column_2 {
	float: left;
	width: 190px;
	margin-right: 2px;
}
.footer_column_3 {
	float: left;
	width: 190px;
	margin-right: 2px;
}
.footer_column_4 {
	float: left;
	width: 180px;
	margin-right: 2px;
}
.footer_title {
	text-transform: uppercase;
	color: #ffb300;
}
#footer_panel a {
	color: #BBB;
	text-decoration: none;
}
#footer_panel a:hover {
	color: #ffb300;
}
.footer_body a {
	display: block;
}
/*= Home Specific 
********************************************************************/
#home_right {
	float: right;
	width: 452px;
}
#home_media_loop {
	width: 452px;
	height: 269px;
	background: url(images/site/bg-home-loop.gif) no-repeat;
	padding: 6px 0 0 6px;
}
#home_content {
	padding: 0 15px 0 20px;
	height: 250px;
	overflow: hidden;
}
#home_left {
	float: left;
	width: 267px;
	height: 531px;
	background: url(images/site/bg-home-news.gif) no-repeat;
	padding-top: 20px;
}
.index_news_image {
	width: 215px;
	height: 86px;
	margin-left: 25px;
}
.news-img1 {background: url(images/site/bg-news-img1.gif);}
.news-img2 {background: url(images/site/bg-news-img2.gif);}
.news-img3 {background: url(images/site/bg-news-img3.gif);}
.index_news_image img {
	position: relative;
	top: 9px;
	left: 9px;
}
.index_news_content {
	width: 196px;
	height: 67px;
	margin-left: 33px;
	line-height: 14px;
	margin-bottom: 10px;
}
.index_news_title {
	color: #ffb300;
	font-size: 12px;
}
.index_news_body {
	height: 30px;
	overflow: hidden;
	margin-bottom: 2px;
}
.index_news_div {
	margin-top: -1px;
	margin-bottom: -1px;
}
.index_news_div hr {
	border: 0;
	height: 1px;
	color: #4f4f4f;
	background: #4f4f4f;
}
.index_news_link {
	text-align: right;
}
#home_news A {
	color: #ffb300;
	text-transform: uppercase;
}

/*= Pages
****************************************************/
#page_left {
	width: 202px;
	float: left;
}
#page_subnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#page_subnav a {
	color: #BBB;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(images/site/subnav_div.gif) bottom left no-repeat;
	display: block;
	padding: 5px 5px 5px 8px;
}
#page_subnav .current_page_item a,
#page_subnav .subnav_active a,
#page_subnav a:hover {
	color: red;
	text-decoration: none;
}
#page_right {
	float: right;
	width: 518px;
}
#page_image {
	width: 518px;
	height: 281px;
	background: url(images/site/bg-page-img.gif);
}
	#page_image img {
		position: relative;
		top: 9px;
		left: 4px;
	}
#page_body {
	padding: 0 15px 0 6px;
}
/*=Gallery Photos
*****************************************************/
#portfolio a {
	display: block;
	float: left;
	width: 113px;
	height: 113px;
	background: url(images/site/bg-gallery-thumb.gif) no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
}
#portfolio a img {
	position: relative;
	top: 12px;
	left: 12px;
}
/*=Partner Photos
*****************************************************/
.staff_left {
	float: left;
}
.staff_div {
	margin-top: 10px;
	margin-bottom: 10px;
}
.staff_pic {
	width: 152px;
	height: 189px;
	background: url(images/site/bg-partner.gif) no-repeat;
}
.staff_pic img {
	position: relative;
	top: 11px;
	left: 7px;
}
.staff_link {
	display: block;
	margin-top: 5px;
	margin-left: 42px;
}
.staff_name {
	color: #f90000;
	font-size: 22px;
	line-height: 28px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
.staff_title {
	font-size: 16px;
	line-height: 24px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
.staff_body {
	float: right;
	width: 330px;
	margin-top: 10px;
}
/*=Contact Specific
*****************************************************/
#contact_info_container {
	width: 180px;
	padding-left: 15px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
.title_red {
	font-size: 20px;
	line-height: 28px;
	color: #f90000;
}
.title_yellow {
	font-size: 20px;
	line-height: 28px;
	color: #ffb300;
}
.title_ltgray {
	font-size: 20px;
	line-height: 28px;
	color: #dedede;
}
.title_blue {
	font-size: 20px;
	line-height: 28px;
	color: #2b1ea1;
}
.color_red {
	color: #f90000;
}
.body_text_color {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #BBB;
	font-size: 11px;
	line-height: 18px;
}