/* @override http://localhost:8888/ThemeForrest/Websites/Prizm/theme_only/core/css/core.css */

/*******************/
/*   Site basics   */
/*******************/


* {
	padding: 0;
	margin: 0;
	border-width: 0;
	list-style-type: none;
	border-style: none;
}

a {
	color: white;
}

h3 a {
	color: white;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
	float: left;
	width: 590px;
}

h4 {
	color: white;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}



h5 {
	float: left;
	margin-left: 10px;
	font: 18px/57px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h6 {
	font: 10px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}

h6 a {
	text-decoration: none;
	color: white;
}

p {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5e5e5e;
	margin-bottom: 15px;
	text-align: left;
	display: inline-block;
	float: left;
	width: 100%;
}

blockquote {
	font: italic 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5e5e5e;
	margin-bottom: 15px;
}

a.black {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/B_read_more.png);
	width: 130px;
	height: 20px;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 10px;
}

a.white {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/B_+_White_Showcase_small.jpg);
	width: 140px;
	height: 20px;
	text-decoration: none;
	float: right;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 10px;
	color: black;
}

a.black_older {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/B_read_more.png);
	width: 130px;
	height: 20px;
	text-decoration: none;
	float: left;
	display: inline-block;
	padding-left: 10px;
}

a.footer {
	color: #5c5e5e;
}

p.small {
	font-size: 10px;
	color: #000;
	line-height: 15px;
}

p.subdesc{
	margin:10px 0 0 0;
	color:#FFFFFF;
}

/*******************/
/*   Header wrap   */
/*******************/

div#header_wrap {
	background: url(../images/header_wrap.jpg) repeat-x;
	height: 51px;
	margin: auto;
}

#header_wrap ul {
	width: 950px;
	margin: auto;
}


/*********************/
/*   Showcase home   */
/*********************/

button.prev {
	width: 44px;
	height: 44px;
	background: url(../images/+_button.png) no-repeat;
	cursor: pointer;
	float: left;
	position: absolute;
	margin-left: 970px;
	margin-top: 195px;
	z-index: 5;
}

button.next {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(../images/+_button.png) no-repeat;
	cursor: pointer;
	z-index: 5;
	margin-left: -65px;
	margin-top: 195px;
}

div#showcase_control {
	width: 950px;
	display: table;
	margin:auto;
	z-index: 0;
	height: 318px;
}

div.show_wrapper {
	height: 318px;
	width: 950px;
	position: absolute;
	margin:0 auto;
}

ul.zoom{
	width: 990px;
	float: left;
	list-style: none;
	margin: 15px 0 0 0; padding: 5px;
	height: 300px;
}

ul.zoom li{
/*	width: 950px;*/
	float: left;
	margin-top: 25px;
	position:relative;
	margin: 0; padding: 5px;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 185px;
	height: 130px;
	background: url(../images/showcase_a_thumb.png) 0 0 no-repeat;

}


ul.zoom li a img{
	width: 175px; height: 120px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	padding: 5px;
	position: absolute;
	left: 0; top: 0;
}
ul.zoom li a img.hover {
	background:url(../images/showcase_a_thumb_big.png) no-repeat center center;  /* Image used as background on hover effect */
	margin: 0; padding: 15px;
	border: none; /* Get rid of border on hover */
}

div.tumb h6 {
	position: absolute;
	z-index: 2;
	float: left;
	width: 165px;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background: url(../images/tumb_+.jpg) no-repeat;
	margin-top: 95px;
}

/**********************/
/*   Showcase small   */
/**********************/

button.news_prev {
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(../images/+_button.png) no-repeat;
	margin-top: 103px;
	margin-left: -60px;
	cursor: pointer;
	z-index: 5;
	float: left;
	display: inline-block;
}

button.news_next {
	width: 44px;
	height: 44px;
	background: url(../images/+_button.png) no-repeat;
	margin-top: 103px;
	margin-left: 962px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 5;
	display: inline-block;
}

div#controls_news_wrapper {
	width: 950px;
	margin: auto;
	height: 249px;
	overflow: hidden;
}

#show_news_wrapper {
	width: 950px;
	height: 249px;
	margin: auto;
	float: left;
	position: absolute;
	z-index: 3;
	overflow: hidden;
}

div.showcase_small_wrapper {
	width: 950px;
	height: 209px;
	float: left;
	margin-top: 20px;
}

div.showcase_small_col1 {
	width: 310px;
	float: left;
	margin-right: 25px;
	padding: 5px;
	height: 190px;
	background: url(../images/A_thumb_showcase_small.png) no-repeat;
	display: inline-block;
}

div.showcase_small_col2 {
	width: 600px;
	float: left;
	display: inline-block;
}

li.news_tumb {
	width: 950px;
	height: 209px;
	padding-top: 20px;
	padding-bottom: 20px;
}

li.news_tumb img {
	height: 190px;
	padding: 5px;
	width: 310px;
	background-image: url(../images/A_thumb_showcase_small.png);
}

p.author_white {
	float: left;
	width: 590px;
	color: white;
}

p.text_showcase {
	color: white;
}

/******************/
/*   Navigation   */
/******************/

div#nav_wrapper {
	background-image: url(../images/Nav_Background.jpg);
	height: 60px;
	width: 100%;
	float: left;
	display: inline;
}

div#nav {
	width: 950px;
	height: 60px;
	margin: auto;
	display: block;
}

#nav li {
	display: inline;
}

#nav li a{
	padding-top: 60px;
	float: left;
	height: 0;
	overflow: hidden;
}

/*button*/
#nav li a#home {width: 125px; background: url(../images/Nav.jpg) no-repeat 0px 0px; }
#nav li a#blog {width: 125px; background: url(../images/Nav.jpg) no-repeat -125px 0px; }
#nav li a#services {width: 125px; background: url(../images/Nav.jpg) no-repeat -250px 0px; }
#nav li a#portfolio {width: 125px; background: url(../images/Nav.jpg) no-repeat -375px 0px; }
#nav li a#contact {width: 125px; background: url(../images/Nav.jpg) no-repeat -500px 0px;}

/****************************/
/*   Content FRAME BASICS   */
/****************************/

#content_wrapper {
	float: left;
	display: inline;
	width: 100%;
	background: #fff url(../images/Content_background.jpg) repeat-x;
	padding-bottom: 40px;
}

#contentFrame {
	width: 950px;
	margin: auto auto 40px;
	padding-top: 40px;
	display: block;
}

/**************/
/*   FOOTER   */
/**************/

#one_wrapper {
/*	background-image: url(../images/Footer_Top.png);
*/	height: 57px;
	display: inline-block;
	width: 100%;
}

#one_more_thing {
	width: 950px;
	height: 57px;
	margin: auto;
}

#footer_wrapper {
	background:#191919 none repeat scroll 0 0;
	height:335px;
}

#footer {
	width: 950px;
	margin: auto;
	height: 300px;
	padding-top: 35px;
}

#footer_col_1 {
	width: 160px;
	float: left;
	margin-right: 145px;
}

#footer_col_2 {
	width: 215px;
	float: left;
	margin-right: 50px;
}

#footer_col_3 {
	width: 375px;
	float: left;
}

ul.connect {
	width: 375px;
	height: 32px;
	margin-bottom: 20px;
}

ul.connect li {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	float: left;
}

/***************/
/*   SIDEBAR   */
/***************/

#sidebar {
	float: left;
	width: 275px;
}

ul.sidebar_block {
	float: left;
	width: 265px;
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #d7d7d7;
}

li.li_cat {
	height: 20px;
	padding-top: 5px;
}

li.li_ad {
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

li.li_ad2 {
	width: 125px;
	height: 125px;
	float: left;
	margin-bottom: 5px;
	line-height: 125px;
	text-align: center;
}

a.cat {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #404040;
	text-decoration: none;
}

a.cat:hover {
	text-decoration: underline;
}

a.advertise_link {
	color: #000;
	text-decoration: none;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.advertise_link:hover {
	text-decoration: underline;
}



div.sidebar_shadow {
	float: left;
	width: 275px;
	height: 9px;
	background: url(../images/Sidebar_shadow.png) no-repeat;
	margin-bottom: 25px;
}

/*************/
/*   FORMS   */
/*************/

label {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 575px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.in_medium {
	background: url(../images/input_medium.png) no-repeat;
	width: 365px;
	height: 35px;
	line-height: 35px;
	color: #5e5e5e;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 10px;
}

textarea.in_textarea {
	background: url(../images/input_textarea.png) no-repeat;
	width: 550px;
	height: 74px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 13px;
	color: #5e5e5e;
	line-height: 20px;
}

input#submit {
	padding-left: 10px;
	width: 140px;
	height: 20px;
	background: url(../images/B_read_more.png) no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	color: white;
	text-align: left;
	float: right;
	margin-right: 5px;
}

/************************/
/*   COLUMNS HOMEPAGE   */
/************************/

#col_1 {
	width: 520px;
	float: left;
	margin-right: 50px;
}

#col_2 {
	width: 375px;
	float: left;
	display: inline-block;
}

/*************************/
/*   COLUMNS BLOG PAGE   */
/*************************/

div#col_side {
	width: 950px;
	float: left;
}

div#content_col {
	width: 575px;
	margin-right: 90px;
	float: left;
}

#content_col ul.blog_items li {
	margin-bottom: 30px;
	float: left;
	display: inline-block;
}

div.blog_shadow {
	width: 575px;
	height: 8px;
	background: url(../images/Blog_shadow.png) no-repeat;
	margin-bottom: 10px;
}

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

ul.services li {
	width: 400px;
	float: left;
	margin-bottom: 60px;
}

li.serv_col1 {
	margin-right: 80px;
}

div.serv_shadow {
	background: url(../images/Services_shadow.png) no-repeat;
	width: 420px;
	height: 6px;
	float: left;
	margin-bottom: 5px;
	display: inline-block;
}

/**********************/
/*   PORTFOLIO PAGE   */
/**********************/

ul.portflio_set {
	float: left;
	margin-bottom: 25px;
}

li.tumb_grey {
	width: 175px;
	height: 120px;
	padding: 5px;
	background: url(../images/portfolio_bg.png) no-repeat;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

li.tumb_grey img {
	position: absolute;
	z-index: 0;
	float: left;
}

li.tumb_grey h6 {
	position: absolute;
	z-index: 1;
	float: left;
	background: url(../images/tumb_+.jpg) no-repeat;
	width: 175px;
	padding-left: 10px;
	margin-top: 95px;
}



/******************************/
/*   SHOWREEL PARTNERS HOME   */
/******************************/

#showreel {
	background-image: url(../images/Partners_showcase_BG.png);
	width: 520px;
	height: 139px;
	display: inline-block;
	float: left;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}

#showreel p{
margin:10px 0 0 10px;
color:#141414;
font-size:16px;
line-height:35px;
}

div.partnerreel {
	float: left;
	background-color: #dfdfdf;
	margin-top: 5px;
	width: 445px;
	height: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	margin-left: 5px;
	position: absolute;
	z-index: 1;
}

/*******************/
/*   VIDEO FRAME   */
/*******************/

#video {
	width: 365px;
	height: 208px;
	float: left;
	padding: 5px;
	background: url(../images/Video_BG.png) no-repeat;
	margin-bottom: 15px;
}

ul.news_wrap_small {
	float: left;
	display: inline;
	width: 375px;
}

ul.news_wrap_small li {
	padding-left: 5px;
	width: 370px;
	float: left;
}

ul.news_wrap_small li:hover {
	background-color: #000;
}

#sliderWrap {
width: 435px;
margin-left:530px;
}
#slider {
position: absolute;
background-image:url(../images/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 435px;
height: 155px;
margin-top: -130px;
z-index:99999;
}
#slider img {
border: 0;
}
#sliderContent {
margin: 10px 0 0 15px;
position: absolute;
text-align:center;
color:#333333;
font-weight:bold;
padding: 10px;
}
#openCloseWrap {
position:absolute;
margin: 130px 0 0 180px;
font-size:12px;
font-weight:bold;
}
#openCloseWrap a{
	color:#666;
	text-decoration:none;
	outline:none;
	font-weight:normal;
	line-height:24px;
}
#openCloseWrap a:hover{
	color:#333;
	text-decoration:none;
}

form#newsletter span.label, form#newsletter span.spacer, form#newsletter span.multiple span {width:120px;float:left;} 
form#newsletter span.multiple {float:left;} 
form#newsletter span.button {padding-left:120px;} 
form#newsletter div.clear {clear:both;padding-top:5px;} 

