/* =====================         Constants List        ===================== */

	/*

	•  (Links) ---------------------- #3f96d8
	•  (Light Blue) ----------------- #b4e2ff
	•  (Hover Links) ---------------- #fc9003
	•  (Text Color) ----------------- #808080
	
	*/
	
/**    /Constants List    **/

/* =====================         Global                ===================== */

html, body { 
	color: #808080;
	background: #fff;
	font: 14px/21px Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
}

.login_caption{
 font: 14px/21px Arial, Helvetica, sans-serif;
}
body { padding-bottom: 40px; }

br.clear { clear: both }

a { color: #3f96d8; text-decoration: none; }
a:visited { color: #3f96d8; }
a:hover { color: #fc9003; }
a:active { color: #3f96d8; }

div, span, 
h1, h2, h3, h4, h5, h6, p,
a, img, b, i, ul, li,
form, label {
	padding: 0;
	border: 0;
	margin: 0;
}

/*
#topmenu *,
#header *,
body.home *,
body.services_create *,
body.services_publish *,
body.services_promote *,
body.portfolio *,
body.latest *,
body.partners *,
body.contact * {
	padding: 0;
	border: 0;
	margin: 0;
}
*/

h1 {
	color: #b4e2ff;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	letter-spacing: -2px;
	
	margin: 13px 0 7px 0;
}

/**    /Global    **/

/* =====================         Header                ===================== */

#topmenu {
	color: #6b7886;
	text-align: right;
	
	width: 869px;
	padding-right: 31px;
	margin: 42px auto 44px auto;
}
#topmenu a {
	color: #6b7886;
}
#topmenu a:hover {
	color: #fc9003;
}

#topmenu img {
	vertical-align: top;
}

#header {
	background: #e6e6e6;
	
	height: 59px;
	margin-bottom: 31px;
}
#head {
	width: 900px;
	height: 59px;
	margin: 0 auto;
	
	position: relative;
}
#head img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#nav {
	background: #4d4d4d;
	
	width: 599px;
	height: 59px;
	padding-left: 69px;
	margin-left: auto;
	
	position: relative;
}
#nav li {
	display: inline;
}
#nav a {
	color: #b4e2ff;
	line-height: 59px;
	font-weight: bold;
	
	text-align: center;
	
	padding: 0 17px;
	
	float: left;
}
#nav a:hover {
	color: #fc9003;
}
#nav a.active {
	cursor: default;
	color: #fc9003;
	background: url(i/header/nav_active.png) no-repeat center bottom;
}

/**    /Header    **/

/* =====================         Content               ===================== */

#content {
	width: 900px;
	margin: 0 auto;
}

#left, #right {
	float: left;
}

/* ================         Home                  ================ */

/* ===========         Left                  =========== */

body.home #left {
	width: 550px;
	margin-right: 51px;
}

/* ======         Portfolio                  ====== */

#portfolio *, #portfolio_tabs { padding: 0; border: 0; margin: 0; }
#portfolio {
	background: url(i/home/portfolio_bg.png);
	width: 512px;
	height: 284px;
	padding: 17px 18px 0 20px;
	
	position: relative;
}

#portfolio_container {
	width: 512px;
	height: 284px;
	
	overflow: hidden;
	position: relative;
}

#portfolio_cont {
	width: 1536px;
	position: absolute;
	left: 0;
	top: 0;
}

.portfolio_elem, .portfolio_elem_active {
	width: 278px;
	height: 277px;
	padding: 7px 25px 0 209px !important;
	
	float: left;
	position: relative;
}
.portfolio_elem_active {
	visibility: visible;
	opacity: 1;
}
.portfolio_elem div, .portfolio_elem_active div {
	width: 278px;
	height: 277px;
}
#portfolio img {
	position: absolute;
	left: 0;
	bottom: 26px;
}
#all_services {
	background: #8697a5;
	
	line-height: 30px;
	text-align: center;
	
	width: 181px;
	height: 30px;
	border-right: #bbc5cc 1px solid;
	border-left: #a4b1bc 1px solid;
		
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#all_services a {
	color: #b4e2ff;
	font-weight: bold;
}
#all_services a:hover {
	color: #fc9003;
}

#portfolio h1 {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	
	margin: 15px 0 0 0;
}
#portfolio h1 a {
	color: #4c4c4c;
}
#portfolio h1 a:hover {
	color: #fc9003;
}
#portfolio h1 b {
	font-size: 11px;
}
#portfolio p {
	font-size: 12px;
	line-height: 14px;
}

/* ===         Tabs                  === */

#portfolio_tabs {
	width: 550px;
	height: 47px;
	padding-top: 22px;
	margin-bottom: 27px;
}
#portfolio_tabs a {
	cursor: pointer;
	
	width: 183px;
	height: 0;
	padding-top: 47px;
	
	float: left;
	overflow: hidden;
}
#publish {
	width: 183px;
}

#portfolio_tabs.create {
	background: url(i/home/tabs.png);
}
#portfolio_tabs.create #create {
	cursor: default;
}
#portfolio_tabs.create #publish:hover {
	background: url(i/home/tabs.png) -183px -91px;
}
#portfolio_tabs.create #promote:hover {
	background: url(i/home/tabs.png) -366px -91px;
}

#portfolio_tabs.publish {
	background: url(i/home/tabs.png) 0 -138px;
}
#portfolio_tabs.publish #create:hover {
	background: url(i/home/tabs.png) 0 -229px;
}
#portfolio_tabs.publish #publish {
	cursor: default;
}
#portfolio_tabs.publish #promote:hover {
	background: url(i/home/tabs.png) -366px -229px;
}

#portfolio_tabs.promote {
	background: url(i/home/tabs.png) 0 -276px;
}
#portfolio_tabs.promote #create:hover {
	background: url(i/home/tabs.png) 0 -367px;
}
#portfolio_tabs.promote #publish:hover {
	background: url(i/home/tabs.png) -183px -367px;
}
#portfolio_tabs.promote #promote {
	cursor: default;
}


/**    /Tabs    **/

/**    /Portfolio    **/

/* ======         Latest                     ====== */

#latest * {
	padding: 0;
	border: 0;
	margin: 0;
}
#latest {
	background: url(i/home/latest.png);
	
	height: 189px;
	
	position: relative;
}

#all_work {
	font-weight: bold;
	text-align: center;
	
	width: 163px;
	height: 32px;
	
	position: absolute;
	left: 38px;
	bottom: 0;
}
#all_work a {
	color: #fc9003;
	line-height: 32px;
}
#all_work a:hover {
	color: #b4e2ff;
}

#latest_switcher {
	color: #b4e2ff;
	
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	
	width: 186px;
	height: 36px;
	
	position: absolute;
	left: 149px;
	top: 117px;
}
#latest_switcher a {
	color: #b4e2ff;
}
#latest_switcher a:hover {
	color: #fc9003;
}

#latest_cont {
	color: #fff;
	background: #999;
	
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Geneva, sans-serif;
	
	width: 186px;
	height: 96px;
	
	position: absolute;
	left: 150px;
	top: 21px;
}
.latest_cont, .latest_cont_active {
	width: 187px;
	height: 96px;
	
	position: absolute;
	left: 0;
	top: 0;
}
.latest_cont {
	visibility: hidden;
}
.latest_cont div, .latest_cont_active div {
	width: 166px;
	height: 76px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.latest_cont div, .latest_cont_active div {
	padding: 13px 20px 0 12px;
}
#latest_cont a {
	color: #fff;
	
	font-size: 14px;
	font-weight: bold;
	
	margin-right: 6px;
}
#latest_cont a:hover {
	text-decoration: underline;
}
#latest_cont img {
	width: 193px;
	height: 132px;
	
	position: absolute;
	left: 186px;
	top: 0;
}

/**    /Latest       **/

/**    /Left    **/

/* ===========         Right                 =========== */

body.home #right {
	width: 297px;
}

/* ======         Overview                   ====== */

#overview {
	height: 253px;
	padding-top: 60px;
}

#overview h1 {
	margin-top: 0;
}

#overview img {
	margin-bottom: 7px;
}
	

/**    /Overview    **/

/* ======         Customers                  ====== */

#customers {
	color: #4d5d6e;
	background: url(i/home/customers.png);
	
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	
	width: 217px;
	height: 203px;
	padding: 70px 50px 0 30px;
	
	position: relative;
}
.customer, .customer_active {
	width: 217px;
	height: 203px;
	
	position: absolute;
	left: 30px;
	top: 70px;
}
.customer p, .customer_active p {
	width: 217px;
	height: 203px;
	display: block;
}
.customer {
	visibility: hidden;
}	
#customers_read_more {
	line-height: 37px;
	text-align: center;
	
	width: 137px;
	height: 37px;
	
	position: absolute;
	left: 30px;
	bottom: 0;
}
#customers_read_more a {
	color: #b4e2ff;
	font-weight: bold;
}
#customers_read_more a:hover {
	color: #fc9003;
}

#customers_next {
	line-height: 37px;
	text-align: center;
	
	width: 137px;
	height: 37px;
	
	position: absolute;
	right: 0;
	bottom: 0;
}
#customers_next a {
	color: #4d5d6e;
	font-weight: bold;
}
#customers_next a:hover {
	color: #fc9003;
}


#customers .sig {
	position: absolute;
	left: 0;
	bottom: 60px;
}
#customers .sig a {
	color: #4d5d6e
}
#customers .sig a:hover {
	color: #fc9003;
}

#customers img {
	width: 91px;
	height: 59px;
	position: absolute;
	right: -29px;
	top: 96px;
}

/**    /Customers    **/

/**    /Right    **/

/**    /Home    **/

/* ================         Services              ================ */

body.services_create #left,
body.services_publish #left,
body.services_promote #left {
	width: 232px;
	margin-right: 40px;
}

body.services_create #menu,
body.services_publish #menu,
body.services_promote #menu {
	background: url(i/services/menu.png);
	
	padding: 8px 14px;
}

body.services_create #menu li,
body.services_publish #menu li,
body.services_promote #menu li {
	display: block;
	list-style: none;
}

body.services_create #menu li a,
body.services_publish #menu li a,
body.services_promote #menu li a {
	color: #4c4c4c;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	
	padding: 8px 16px;
	
	display: block;
}

body.services_create #menu li a:hover,
body.services_publish #menu li a:hover,
body.services_promote #menu li a:hover {
	color: #fc9003;
}

body.services_create #menu li a.active,
body.services_publish #menu li a.active,
body.services_promote #menu li a.active {
	color: #4c4c4c;
	background: #b4e2ff;
}


body.services_create #right,
body.services_publish #right,
body.services_promote #right {
	width: 627px;
}

body.services_create #right p,
body.services_publish #right p,
body.services_promote #right p {
	width: 450px;
}

/* ===========         Create                =========== */

body.services_create #menu_top {
	background: url(i/services/create/menu_top.png);	
	height: 45px;
}
body.services_create #menu_bottom {
	background: url(i/services/create/menu_bottom.png);
	height: 107px;
	position: relative;
}
body.services_create #menu_bottom a.publish img {
	width: 154px;
	height: 45px;
	
	position: absolute;
	bottom: 44px;
	left: 0;
}
body.services_create #menu_bottom a.promote img {
	width: 154px;
	height: 44px;

	position: absolute;
	left: 0;
	bottom: 0;
}

/**    /Create    **/

/* ===========         Publish               =========== */

body.services_publish #menu_top {
	background: url(i/services/publish/menu_top.png);	
	height: 87px;
	position: relative;
}
body.services_publish #menu_top a img {
	width: 154px;
	height: 45px;
	
	position: absolute;
	top: 0;
	left: 0;
}
body.services_publish #menu_bottom {
	background: url(i/services/publish/menu_bottom.png);
	height: 65px;
	position: relative;
}
body.services_publish #menu_bottom a img {
	width: 154px;
	height: 45px;
	
	position: absolute;
	bottom: 0;
	left: 0;
}

/**    /Publish    **/

/* ===========         Promote               =========== */

body.services_promote #menu_top {
	background: url(i/services/promote/menu_top.png);	
	height: 133px;
	position: relative;
}
body.services_promote #menu_bottom {
	background: url(i/services/promote/menu_bottom.png);
	height: 19px;
}
body.services_promote #menu_top a.create img {
	width: 154px;
	height: 45px;
	
	position: absolute;
	top: 0;
	left: 0;
}
body.services_promote #menu_top a.publish img {
	width: 154px;
	height: 43px;

	position: absolute;
	left: 0;
	top: 45px;
}

/**    /Promote    **/

/**    /Services    **/

/* ================         Portfolio             ================ */

body.portfolio #left {
	width: 414px;
	margin-right: 72px;
}

body.portfolio #intro {
	height: 200px;
	border: #fff 1px solid;
	border-width: 1px 0;
	margin-bottom: 53px;
}

body.portfolio #right {
	width: 414px;
}

body.portfolio #tags {
	background: url(i/portfolio/tags.png) #cadce5;
	font-size: 32px;
	line-height: 34px;
	
	width: 370px;
	height: 130px;
	padding: 70px 15px 0 25px;
	border: #fff 1px solid;
	border-width: 1px 0;
	margin-bottom: 53px;
	margin-left: 3px;
	
	position: relative;
}
#select_by_tag {
	color: #b4e2ff;
	font-size: 14px;
	line-height: 37px;
	font-weight: bold;
	text-align: center;
	
	width: 158px;
	height: 37px;
	
	position: absolute;
	top: 0;
	right: 16px;
}
#tags a {
	color: #4d5d6e;
	margin-right: 10px;
	
	float: left;
}
#tags a:hover {
	color: #fc9003;
}

.portfolio_works h2 {
	margin: 25px 0 8px 0;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1px;
	font-weight: bold;
}
.portfolio_works h2 a {
	color: #88939e;
}
.portfolio_works h2 a:hover {
	color: #fc9003;
}
.portfolio_works a:hover img {
	border-color: #fc9003;
}
.portfolio_works img {
	width: 410px;
	height: 261px;
	border: #c4c9cf 2px solid;
}

/**    /Portfolio    **/

/* ================         Portfolio Detailed    ================ */

body.portfolio #item {
	width: 666px;
	float: left;
}
body.portfolio #item h2 {
	color: #88939e;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
}
body.portfolio #item p {
	font-size: 12px;
	line-height: 16px;
	
	width: 570px;
	margin-bottom: 12px;
}
body.portfolio #item .dets_bg {
	width:615px;
	height:204px;
	float:left;
	font-size:12px;
	padding: 51px 0 0 30px;
	/*background: url(i/portfolio/project_details_container.gif)no-repeat;*/
	background-image:url(i/portfolio/fb2.jpg);
	background-repeat:no-repeat;
}
body.portfolio #item .dets22 {
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 51px;
	text-align:right;
	
	font-family: Verdana, Geneva, sans-serif;
	
	width: 550px;
	float: left;
}

body.portfolio #item .dets {
	font-size: 11px;
	line-height: 21px;
	font-family: Verdana, Geneva, sans-serif;
	
	width: 290px;
	float: left;
}
body.portfolio #item .dets .dets_titles {
	text-align: right;
	padding-right: 5px;
	float: left;
}
body.portfolio #item .dets .dets_values {
	float: left;
	white-space: nowrap;
}
body.portfolio #item .dets b {
	margin-right: 4px;
	
	display: block;
	float: left;
	clear: both;
}
body.portfolio #item .dets i {
	font-style: normal;
	
	display: block;
	float: left;
}
body.portfolio #item .dets a:hover {
	text-decoration: underline;
}


body.portfolio #menu {
	width: 232px;
	float: left;
}
body.portfolio #menu_top {
	background: url(i/portfolio/menu_top.png) #e1e4e7;
	height: 72px;
}
body.portfolio #menu_bottom {
	background: url(i/portfolio/menu_bottom.png) #e1e4e7;
	height: 17px;
}
body.portfolio #menu_cont {
	background: url(i/portfolio/menu.png);
	padding: 8px 13px 40px 15px;
}
body.portfolio #menu_cont li {
	font-size: 12px;
	display: block;
	list-style: none;
}
body.portfolio #menu_cont li.spacer {
	height: 20px;
}
body.portfolio #menu_cont b {
	color: #4c4c4c;
	line-height: 21px;
	letter-spacing: -1px;
	
	padding: 1px 24px 0 24px;
	
	display: block;
}
body.portfolio #menu_cont a {
	color: #88939e;
	font-weight: bold;
	line-height: 21px;
	
	padding: 1px 24px 0 40px;
	
	display: block;
}
body.portfolio #menu_cont a:hover {
	color: #fc9003;
}
body.portfolio #menu_cont a.active {
	color: #4d5d6e;
	background: #b4e2ff;
}

/**    /Portfolio Detailed    **/

/* ================         Latest                ================ */

body.latest #intro p {
	line-height: 14px;
	
	position: relative;
	top: -5px;
}

body.latest .left {
	width: 412px;
	margin-right: 75px;
	float: left;
}
body.latest .right {
	width: 412px;	
	float: left;
}
body.latest .row h2 {
	margin: 30px 0 8px 0;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1px;
	
	font-weight: bold;
}
body.latest .row h2 a {
	color: #88939e;
}
body.latest .row h2 a:hover {
	color: #fc9003;
}

body.latest .row a:hover img {
	border-color: #fc9003;
}
body.latest .row img {

	
}
body.latest .row .dets {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	
	width: 410px;
	float: left;
	
}
body.latest .row .dets .dets_titles {
	text-align: right;
	padding-right: 5px;
	float: left;
	width: 124px;
	
}
body.latest .row .dets .dets_values {
	float: left;
	white-space: nowrap;

}
body.latest .row .dets b {
	margin-right: 4px;
	
	display: block;
	float: left;
	clear: both;
}
body.latest .row .dets i {
	font-style: normal;
	
	display: block;
	float: left;
}
body.latest .row .dets a:hover {
	text-decoration: underline;
}

/**    /Latest    **/

/* ================         Partners              ================ */

body.partners #intro {
	margin-bottom: 35px;
}
body.partners #intro img {
	margin-bottom: 6px;
}

body.partners #intro2 {
	margin-top: 80px;
	margin-bottom: 30px;
}

body.partners .row {
	margin-bottom: 45px;
}	

body.partners .left {
	width: 30%;
	float: left;
}

body.partners .right {
	width: 70%;
	float: left;
}

body.partners .left {
	text-align: center;
	padding-top: 30px;
}

body.partners .right h2 {
	margin-bottom: 15px;
}

body.partners .customer_row {
	margin-top: 81px;
}

body.partners .l {
	background: url(i/partners/quotes.png);
	width: 341px;
	min-height: 129px;
	padding-top: 5px;
	margin-left: 57px;
	float: left;
}
body.partners .l h2 {
	color: #88939e;
	font-size: 24px;
	text-align: right;
}
body.partners .l p {
	color: #4d5d6e;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	
	margin: 23px 20px 0 38px;
}
body.partners .c {
	text-align: right;
	width: 189px;
	padding: 62px 3px 0 0;
	float: left;
}
body.partners .c h2 {
	color: #4d5d6e;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
body.partners .c a {
	color: #4d5d6e;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
body.partners .c a:hover {
	color: #fc9003;
}
body.partners .r {
	width: 121px;
	padding-top: 34px;
	float: left;
}

/**    /Partners    **/

/* ================         Contact                  ================ */

body.contact #left {
	width: 545px;
	height: 273px;
	margin-right: 57px;
	
	float: left;
}

body.contact #left img {
	margin-bottom: 5px;
}

body.contact #photo {
	margin-right: 30px;
	display: block;
	float: left;
}

body.contact #right {
	width: 297px;
	float: left;
}


body.contact #post {
	background: url(i/contact/post.png) #a6aeb7;
	
	width: 432px;
	height: 188px;
	margin: 46px 35px 0 0;
	
	float: left;
	position: relative;
}
body.contact #post .title {
	color: #c7e6fc;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	
	position: absolute;
	left: 37px;
	top: 15px;
}
body.contact #post .subtitle {
	color: #4d5d6e;
	font-weight: bold;
	
	position: absolute;
	left: 57px;
	top: 40px;
}
body.contact #post .white {
	color: #6b7886;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	
	width: 309px;
	height: 78px;
	padding: 18px 0 0 42px;
	
	position: absolute;
	left: 57px;
	top: 69px;
}

body.contact #call {
	background: url(i/contact/call.png) #666;
	
	width: 432px;
	height: 188px;
	margin-top: 46px;
	
	float: left;
	position: relative;
}
body.contact #call .title {
	color: #f9a806;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	
	position: absolute;
	left: 37px;
	top: 15px;
}
body.contact #call .subtitle {
	color: #fff;
	font-weight: bold;
	
	position: absolute;
	left: 70px;
	top: 40px;
}
body.contact #call .white {
	color: #6b7886;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	
	width: 309px;
	height: 78px;
	padding: 18px 0 0 42px;
	
	position: absolute;
	left: 57px;
	top: 69px;
}
body.contact #call .white b {
	color: #fc9003;
}
body.contact #call .white a {
	color: #6b7886;
}
body.contact #call .white a:hover {
	color: #fc9003;
}

/**    /Contact    **/

/**    /Content    **/

/* =====================         Footer                ===================== */

#footer_line {
	background: #e1e4e7;
	
	height: 20px;
	margin: 92px 0 19px 0;
}

#footer {
	width: 852px;
	margin: 0 auto;
	
	position: relative;
}

#copyright1, #copyright2 {
	color: #6b7886;
	
	font-size: 12px;
	line-height: 15px;
	white-space: nowrap;
	
	padding: 12px 13px 0 13px;
	
	float: right;
}

#footer img {
	vertical-align: 0;
	margin-right: 20px;
	border: 0;
}

#foot_popup {
	background: #fff;
	
	font-size: 11px;
	line-height: 11px;
	
	width: 259px;
	height: 427px;
	border: #ddd 3px solid;
	
	overflow: hidden;
	visibility: hidden;
	
	position: absolute;
	left: 108px;
	top: -443px;
	z-index: 100;
	
}
#foot_popup_title {
	color: #666;	
	background: #f0f0f0;
	
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	
	height: 34px;
	padding-left: 18px;
	
	position: relative;
}
#foot_popup_close {
	cursor: pointer;
	background: url(i/footer/close.png);
	
	width: 23px;
	height: 17px;
	
	position: absolute;
	right: 18px;
	top: 8px;
}	
	
#foot_popup_cont {
	text-align: center;
}
#foot_popup_cont a {
	color: #666;
	
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Geneva, sans-serif;
		
}
#foot_popup_cont a:hover {
	color: #fc9003;
}

/**    /Footer    **/

