/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	background: #222222;  
	 margin:0px;
	height: 100%;
}

/* footer-stick */ 

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th, a {
	font-family:  Arial, Helvetica, sans-serif;
/*	color:#615B5B;*/
	color: #000;
	font-size:11px;
	line-height: 1.2em;
	
}


div#content ul  {
	list-style-type: square;
}

div#content ol  {
	list-style-type: decimal-leading-zero;
}

div#content ul, div#content ol {
	list-style-position: inside;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}

div#content ul li, div#content ol li {
	margin-left: .6em;
}



div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

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

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label						{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}



/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
	div#container {
	   margin: 0 auto;
		width: 706px;
		margin-top:20px;
		padding: 10px 10px 10px 10px;
		background: #ffffff;
		height: 100%;
	}
	div#container div#main div#main_single div#newsimage a img{
		position: relative;
		margin: 10px;
		margin-top: 4px;
		margin-left: 0px;
		border: 1px solid #63C8E9;
		float: left;
	}	
	div#news-archive{
		margin-top: 21px;
	}	
	img.imagehover{
		cursor: pointer;
	}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 706px;
	height: 95px;
/*	background: url(../i/layout/kor_header_bg.gif);*/
	background-color: Black;
}
div#header ul{
	padding-top:70px;
	margin-left:10px;
}
div#header ul li{
	padding-right:10px;
	float:left;
	font-size:11px;

/*	display: block;*/
}
div#header ul li.large{
	padding-right:10px;
	float:left;
	font-size:1.6em;
	color: #fff;
	height: 30px;
	background-color: Aqua;

}
div#header div.large h1{
		padding-right:10px;
	float:left;
	font-size:1.6em;
	color: #fff;
	height: 30px;
	margin-top: 65px;
	margin-left: 10px;
	font-weight: normal;
}


div#header ul li a{
	color:#838383;
	font-size:11px;
}
div#header ul li a:hover{
	color:#63C8E9;
}
div#header ul li.home{
	padding-left:12px;
/*	background: url(../i/layout/kor_home_icon.gif) 2px;*/
	background-repeat: no-repeat;
}
div#header ul li.contact{
	padding-left:12px;
/*	background: url(../i/layout/kor_telephone_icon.gif) 2px;*/
	background-repeat: no-repeat;
}
div#header ul li.media{
	text-indent:-999em;
/*	background: url(../i/layout/kor_multimedia_com_img.gif) 0px -1px;*/
	width:184px;
	background-repeat: no-repeat;
	margin-left:10px;
}
div#header img{
	float:right;
	padding-top:7px;
	padding-right:10px;
}
div.flash-header{	
}
div.flash-header h1{
	text-indent: -999em;
	font-size: .2em;
}
div.flash-header h2{
	text-indent: -999em;	
	font-size: .3em;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#about{
width:500px;
}

div#main {
/*	height: 100%;*/
	min-height:400px;
   width: 704px;
   clear: both;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom:32px;
	/*height: 450px;*/
}

div#main a{
	color:#64C8E8;

	font-size: 1em;
}
div#main a.darker{
	color: #3b7179;
	text-decoration: underline;	
}

div#main a:hover{
	text-decoration:underline;
}

div#main li{
	
	padding-left:10px;
	background: url(../i/layout/kor_bullet.gif) 2px;
	background-repeat: no-repeat;
}

div#main li a{
font-weight:bold;
}

div#main li a:hover{
	text-decoration: underline;
}

div#main ul{
	padding-bottom:10px;
}


div#main h1{
	margin-bottom:10px;
/*	color:#A5A5A5;*/
color: #000;
	font-size:1.6em;	
}
div#main h1.left-align{
	text-align: left;
}
div#main h1.home-black{
	margin-bottom:10px;
/*	color:#A5A5A5;*/
color: #000;
	font-size:1.6em;
	text-align: left;
}

div#main h5{
	margin-bottom:10px;
	color:#A5A5A5;
	font-size:1.3em;
	
}

div#main h2{
	margin-bottom:10px;
	color:#63C8E9;
	font-size:1.3em;
	font-weight:bold;
}
div#main h2.emphasise{
	margin:0px;
	padding:0px;
	color:#000;
	font-size:1.6em;
	font-weight:bold;
	text-align: center;
	margin-top: 20px;
}
div#main h2 a{
	font-size: 1em;
	text-decoration: underline;
}
div#main h2 a:hover{
	font-size: 1em;
	text-decoration: underline;
	color:#3590A2;
}

div#main p{
	margin-bottom:10px;
	font-size:1em;
}
div#main p.larger{
	margin-bottom:10px;
	font-size:1.2em;
}

div#main_content{
	color:#000000;
	width:500x;
	clear: both;
	text-align:justify;
	min-height: 300px;
	position: relative;
}

div#main_single{
	color:#000000;
	width:500x;
	padding-left:20px;
	margin-top:20px;
	padding-right:10px;
	text-align:justify;
	min-height: 300px;
}

*html #main_single{
	height:300px;
}

div.clearfloats{
	clear:both;
}

div#main h3{
	padding-bottom:10px;
	color:#A5A5A5;
	font-size:1.3em;
	font-weight:bold;
}

div#main h4{
	color:#63C8E9;
	font-size:1.1em;
	font-weight:bold;
}



div#leftcolumn {
	color:#000000;
	text-align: justify;
	padding-left:15px;
	margin-top:20px;
	width:380px;
	float: left;
}

div#rightcolumn {
	text-align: justify;
	width: 291px;
	float: right;
/*	background-color: Aqua;*/
	border-top: 1px #ececec solid;
}

div#spacertop{
	margin-top:10px;
	width:706px;
	height:35px;
	background: #63C8E9;
	margin-bottom:1px;
}

div#spacertop img{
float:right;
margin-top:6px;
margin-right:4px;
}

div#spacerbot{
	width:704px;
	height:14px;
	background: #E5E5E5;
	border-right: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	margin-top: -4px;
}



div#imagecontainers{
	width:706px;
	height:320px;
	
}

div#imagecontainers img{
float:left;
}

div#newsitem{
	text-align: justify;
	float: left;
	width: 100%;
	background-color: #e4e2e2;
/*	border-bottom: 1px solid #fff;*/
	padding-bottom: 10px;
}
div.news-single{
	float: left;
	border-bottom: 1px solid #c2c2c2;
	padding-top: 5px;
	margin-left: 10px;

}
* html div.news-single{
	float: left;
	border-bottom: 1px solid #c2c2c2;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 10px;
}

div#newsitem p{
	padding-right: 10px;
}

div#newsitem h1{
	margin-bottom:10px;
	color:#5f5f5f;
	font-size:1.1em;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}
div#main div#rightcolumn div.portfolio-holder div.portfolio-index h1{
	margin-bottom:10px;
	color:#fff;
	font-size:1.1em;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}

div#newsitem strong{
	margin-bottom:10px;
/*	color:#63C8E9;*/
color: #000;
	font-size:1em;
	font-weight: bold;
	font-size: 1.1em;
}

div#newsitem img{
	float:left;
	border-right: 1px solid #63C8E9;
	border-left: 1px solid #63C8E9;
	border-top: 1px solid #63C8E9;
	border-bottom: 1px solid #63C8E9;
	margin-top: 3px;
}

div#newsitem a{
/*	color:#63C8E9;*/
color: #000;
	
}

div#newsitem a:hover{
	color:#666666;
}

a.index-news-thumb{
	float: left;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
/*	margin-left: 10px;*/
	margin-right: 10px;
	margin-top: 3px;
}
div.portfolio-holder{
	float: left;
	width: 291px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color:  #64C8EA;
	padding-top: 10px;
}
div.portfolio-index{
	float: left;
	width: 100%;
	height: 144px;
	background-image: url(../i/layout/portfolio-index-bg.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #fff;

}
div.blue-bar{
	float: right;
/*	border-top: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
	background-color: #64C8EA;
	height: 10px;
	width: 291px;

}
div#container div#main div.index-bottom a.pdf-download{
	float: right;
	width: 125px;
	height: 82px;
	background-image: url(../i/layout/pdf-download.jpg);
	background-repeat: no-repeat;
	border:1px solid #999;	
	margin-right: -1px;
	clear: right;
	padding-left: 10px;
	padding-top: 60px;
	padding-right: 155px;
	color: #000;
}

div.index-bottom{
	width: 100%;
/*	background-color: Aqua;*/
	float: left; 
}
div.podcast{
	float: left;
	width: 360px;
	border-top: 10px solid #64C8EA;
	padding-top: 1px;
	background-color: #fff;
	margin-left: 15px;
	
}




*html div#fixor{
width:690px;
}

div#gallery{
/*	height: 250px;*/
	width: 600px;
	float: left;
	padding-left: 65px;
/*	background: Blue;*/
}
div.gallery-thumb{
float: left;
display: inline;
background-image: url(../i/layout/image-bckgnd.jpg);
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.gallery-thumb:hover{
float: left;
display: inline;
background-image: url(../i/layout/image-bckgnd2.jpg);
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.gallery-thumb img{
	padding: 15px;
}
div.about-thumb{
float: left;
display: inline;
background-image: url(../i/layout/image-bckgnd.jpg);
background-repeat: no-repeat;
	width: 300px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.about-thumb:hover{
float: left;
display: inline;
background-image: url(../i/layout/image-bckgnd2.jpg);
background-repeat: no-repeat;
	width: 300px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.about-thumb img{
	padding: 15px;
	padding-right: 50px;
	float: left
}
div.about-thumb p{
	padding-top: 30px;
}
div.about-click{
float: left;
display: inline;

	width: 300px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.about-click p{
	padding-top: 30px;
	padding-left: 70px;
}
div.contact-holder-holder{
float: right;
	background-color: #64C8E8;
	padding-top:30px;
	width: 340px;
	height: 290px;
}
div.contact-holder{
	width: 300px;
	padding: 20px;
	border-top: solid 2px #ffffff;
		border-bottom: solid 2px #ffffff;
	background-color: #E5E5E5;
}
div.submit{
	margin-top: 10px;
	width: 170px;
	float: right;
}


div#imgallery{
height:450px;
	width:650px;
}

div#fix{

padding-left:25px;
padding-right:25px;
	width:650px;
}

div.clientimg{
	float:left;
	width:100px;
}

div.clienttxt {
padding-top:10px;
position: relative; 
float:right;
width:520px;
height:100px;
color:#615B5B;
padding-right:10px;
}




div.clearclient{
	clear:both;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

div#navcon{
	margin-top:10px;
	width:706px;
	height:35px;
	background: #E5E5E5;
	z-index: 100;
	position: relative;
}

div#nav {
	float:left;
	position: relative;
	width: 700px;
	height: 11px;
}

div#nav ul{
	margin-left:10px;
	margin-top:11px;
}
div#nav ul li ul{
	z-index: 999;
}
div#nav ul#tabs li {
	float: left;
}

div#nav ul#tabs li a {
/*	background-image: url(../i/layout/kor_navbar.gif);*/
	background-image: url(../i/layout/bullett.gif);
	background-repeat: no-repeat;
	background-position:0 4px ;

	margin-right:10px;
	color: #414141;
	display: block;
	height: 11px;
	position: relative;
	padding-left:10px;
/*	text-indent: -999em;*/
	outline: none;
}
* html div#nav ul#tabs li a {
	float: left;
	margin-right: 5px;
}
div#nav ul#tabs li a:hover {
	color: #63C8E9;
}
/*div#nav ul li#tab-about a 				       	   { width: 51px; }
div#nav ul li#tab-public a 				     		{ width: 132px; }
div#nav ul li#tab-crisis a  				     		{ width: 98px;}
div#nav ul li#tab-photography a 				      { width: 66px; }
div#nav ul li#tab-broadcast a 					   { width: 123px; }
div#nav ul li#tab-media a 					      	{ width: 73px; }
div#nav ul li#tab-news a 					      	{ width: 35px; }*/


div#nav ul#tabs li ul li a {
	margin-right: 0;

}

/*div#nav ul#tabs li#tab-about a 					   { background-position: 0px 0; }
div#nav ul#tabs li#tab-public a 						{ background-position: -64px 0; }
div#nav ul#tabs li#tab-crisis a  					{ background-position: -210px 0; }
div#nav ul#tabs li#tab-photography a 				{ background-position: -320px 0; }
div#nav ul#tabs li#tab-broadcast a 					{ background-position: -400px 0; }
div#nav ul#tabs li#tab-media a 					   { background-position: -540px 0; }
div#nav ul#tabs li#tab-news a 					   { background-position: -628px 0; }


div#nav ul#tabs li#tab-about a:hover 			  			{background-position: 0px -18px; }
div#nav ul#tabs li#tab-public a:hover 	 					{ background-position: -64px -18px; }
div#nav ul#tabs li#tab-crisis a:hover 	 					{ background-position: -210px -18px;}
div#nav ul#tabs li#tab-photography a:hover 				{ background-position: -320px -18px;}
div#nav ul#tabs li#tab-broadcast a:hover 	 				{ background-position: -400px -18px;}
div#nav ul#tabs li#tab-media a:hover 	 			   	{ background-position: -540px -18px;}
div#nav ul#tabs li#tab-news a:hover 	 			   	{ background-position: -628px -18px;}*/


div#container div#nav ul li ul {
	background: #F6F6F6;
	border-bottom: 1px solid #000000;
/*	border-bottom: 1px solid red;*/
	display: none;
	position: absolute; 
	top: 41px;
	padding: 0;
	margin-left:10px;
/*	width: 230px;*/
	min-height: 10px;
	z-index: 99;
	clear: both;
}



div#container div#nav ul li ul li a {
	background: #ffffff;

	border-bottom: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	color: #414141;
	display: block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	min-height: 13px;
	height: auto;
	padding: 5px 0px 5px 7px;
	position: relative;
	text-decoration: none;
	text-indent: 0;
	width: 210px;
	z-index: 100;
}
  
div#container div#nav ul li:hover ul, 
div#container div#nav ul li.over ul { 
	background: url(../i/layout/pixelcar_navbar_top.gif) 0px 0px no-repeat;
	display: block; 
	margin-top: -19px;
	padding-top: 4px;
	width:210px;
}

body div#container div#nav ul li ul li a:hover {
/*	color: #63C8E9;*/
color: #000;
		background-color: #ccc;

}


div#clearfloats {
	clear: both;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
margin: 0 auto;
width:700px;
padding-top:10px;
padding-bottom:10px;
color: #CCCCCC
}

div#contactus a{
color: #63C8E9;
float:right;
padding-right:10px;
margin-top:-20px;
font-weight:bold;
}

div#backtop a{
padding-left:25px;
}


div#biog{
	float: left;
	width: 375px;
	background-image: url(../i/layout/biog-repeat.jpg);
	background-repeat: repeat-x;
	padding:10px;
	border: 1px solid #484646;
	background-color: #524f4f;
	clear: none;
	margin-left: 10px;
}
div#biog h1, div#biog p{
	color: #fff;
}
div#portraits{
	float: left;
	width: 250px;
	background-image: url(../i/layout/portrait-repeat.jpg);
	background-repeat: repeat-x;
	padding:10px;
	padding-right: 0px;
	border: 1px solid #484646;
	background-color: #6E6A69;
	clear: none;
}
div#portraits img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div#portraits a{
	float: left;
	width: 115px;
	height: 114px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

div#portraits a.portrait-annette{
	background-image: url(../i/layout/portrait-annette-roll.jpg);
}
div#portraits a.portrait-annette:hover{
	background-image: url(../i/layout/portrait-annette.jpg);
}
div#portraits a.portrait-guy{
	background-image: url(../i/layout/portrait-guy-roll.jpg);
}
div#portraits a.portrait-guy:hover{
	background-image: url(../i/layout/portrait-guy.jpg);
}
div#portraits a.portrait-clare{
	background-image: url(../i/layout/portrait-clare-roll.jpg);
}
div#portraits a.portrait-clare:hover{
	background-image: url(../i/layout/portrait-clare.jpg);
}
div#portraits a.portrait-janet{
	background-image: url(../i/layout/portrait-janet-roll.jpg);
}
div#portraits a.portrait-janet:hover{
	background-image: url(../i/layout/portrait-janet.jpg);
}
div#portraits a.portrait-lorraine{
	background-image: url(../i/layout/logo.jpg);
	background-color: #000;
	text-indent: -999em;
	outline: none;
}
div#portraits a.portrait-lorraine:hover{
	background-image: url(../i/layout/logo.jpg);
	background-color: #000;
}
div#portraits a.portrait-julie{
	background-image: url(../i/layout/portrait-julie-roll.jpg);
}
div#portraits a.portrait-julie:hover{
	background-image: url(../i/layout/portrait-julie.jpg);
}


div#side-nav-bg{
	float: left;
	width: 100%;
	height: 100%;
	background-image: url(../i/layout/side-nav-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
div#portfolio-nav-holder{
	background-color: #222;	
	float: right;
	width: 205px;
	height: 100%;
}
div#portfolio-nav{
	float: right;
	width: 190px;
	padding: 5px;
	background-image: url(../i/layout/portfolio-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position:  bottom;
	padding-left: 10px;
	padding-top: 30px;
/*	height: 100%:*/
}
div#portfolio-nav h1{
	color: #fff;
	font-size: 1.1em;

}
div#portfolio-nav h2{
	color: #fff;
	font-size: 1em;
}
div#container div#main div#portfolio-nav ul li{
	background-image: url(../i/layout/bullet-trans.gif);
	margin-bottom: 10px;
}

/********new portfolio page******************/
div#portfolio-nav-bottom-holder{
	background-color: #222;	
	float: left;
	width: 680px;
	margin-left: 5px;
	margin-top: 5px;
}

div#portfolio-nav-bottom{
	float: left;
	width: 680px;
	padding: 5px;
	background-image: url(../i/layout/portfolio-nav-bg-long.jpg);
	background-repeat: repeat-x;
	background-position:  bottom;
	padding-left: 10px;
	padding-top: 10px;
/*	height: 100%:*/
}
* html div#portfolio-nav-bottom-holder{
	background-color: #222;	
	float: left;
	width: 673px;
	margin-left: 3px;
	margin-top: 5px;
}
* html div#portfolio-nav-bottom{
	float: left;
	width: 673px;
	padding: 5px;
	background-image: url(../i/layout/portfolio-nav-bg-long.jpg);
	background-repeat: repeat-x;
	background-position:  bottom;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	height: 100%:*/
}
div#portfolio-nav-bottom h1{
	color: #fff;
	font-size: 1.1em;

}
div#portfolio-nav-bottom h2{
	color: #fff;
	font-size: 1em;
}
div#container div#main div#portfolio-nav-bottom ul li{
	background-image: url(../i/layout/bullet-trans.gif);
	margin-bottom: 10px;
	float: left;
	width: 190px;
	margin-left: 20px;
}
* html div#container div#main div#portfolio-nav-bottom ul li{
	background-image: url(../i/layout/bullet-trans.gif);
	margin-bottom: 10px;
	float: left;
	width: 180px;
	margin-left: 10px;
}
/********************************************/



div.portfolio-section{
	float: right;
	background-color: #565253;
/*	width: 430px;*/
width: 265px;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.portfolio-section-test{
	float: right;
	background-color: #565253;
/*	width: 430px;*/
width: 265px;
	padding: 10px;
	margin-right: 5px;
	clear: right;

}
* html div.portfolio-section{
	float: right;
	background-color: #565253;
/*	width: 430px;*/
width: 255px;
	padding: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
* html div.portfolio-section-test{
	float: right;
	background-color: #565253;
/*	width: 430px;*/
	width: 255px;
	padding: 10px;
	margin-right:5px;
	clear: right;

}
div#container div#main div#side-nav-bg div.portfolio-section h1{
	padding:0px;
	margin:0px;
	color: #64c8ea;
	font-weight: normal;
}
div#container div#main div#side-nav-bg div.portfolio-section p{
	color: #fff;
	font-size: 1.2em;
	text-align: justify;
	margin:0px;
}
div#container div#main div#portfolio-details-area div.portfolio-section p{
	color: #fff;
}
div#container div#main div#portfolio-details-area div.portfolio-section-test p{
	color: #fff;
	padding: 20px;
	padding-top:0px;
	padding-bottom: 0px;

}

/*****video*********/
div.video-section{
	float: left;
	background-color: #565253;
/*	width: 430px;*/
width: 95%;
	padding: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
div#container div#main div#side-nav-bg div.video-section h1{
	padding:0px;
	margin:0px;
	color: #64c8ea;
	font-weight: normal;
}
div#container div#main div#side-nav-bg div.video-section p{
	color: #fff;
	font-size: 1.2em;
	text-align: justify;
	margin:0px;
}
/************************/
div.portfolio-image{
	float: left;
	/*	clear: none;*/
/*	clear: both;*/
	/*width: 430px;*/
	width: 200px;
	height: 430px;
/*	margin-left:20px;*/
	margin-top: 5px;

}
div.portfolio-image2{
	float: left;
	/*	clear: none;*/
/*	clear: both;*/
	/*width: 430px;*/
	width: 406px;
	height: 406px;
/*	margin-left:20px;*/
	margin-top: 5px;
/*	background-color: #565253;*/
	margin-right: 4px;
}
div.portfolio-image2 a{
	float:left;
	width: 406px;
	height: 406px;
	background-position: center;
	background-repeat: no-repeat;
text-indent:-999em;
margin-left: 5px;
}

* html div.portfolio-image2{
	float: left;
	/*	clear: none;*/
/*	clear: both;*/
	/*width: 430px;*/
	width: 400px;
	height: 406px;
/*	margin-left:20px;*/
	margin-top: 5px;
/*	background-color: #565253;*/


}
* html div.portfolio-image2 a{
	float:left;
	width: 400px;
	height: 406px;
	background-position: center;
	background-repeat: no-repeat;
text-indent:-999em;
margin-left: 5px;
	margin-right: 0px;

}



div#portfolio-details{
	float: left;

	width: 492px;
}
div#portfolio-details-area{
	float: left;
/*	margin-left: 5px;*/
	width: 100%;
	background-image: url(../i/layout/100percentheight.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
}
div#container div#main div#side-nav-bg div.portfolio-section h2{
	padding:0px;
	margin:0px;
	color: #64c8ea;
	width: 85px;
	font-size: 1.2em;
	float: left;
	font-weight: normal;
}
div#container div#main div#side-nav-bg div.portfolio-section h2.clear{
	float: none;
}
div#portfolio-details h1{
	margin-left: 20px;
}
div#portfolio-details h2.onwhite{
	margin-left: 20px;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: #ccc solid 1px;
	padding-bottom: 5px;
}
div#portfolio-details p{
	margin-left: 20px;
/*	width: 450px;*/
	text-align: justify;

}
div.flash-video{
	margin-left: 20px;
}
div.client-video{
	width:100%;
	float: left;
	text-align: left;
}
div#player{
	background-color: Aqua;
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
}
div#container div#main div#side-nav-bg div#portfolio-details div.portfolio-section p{
	width: auto;
}


div.portfolio-flash{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
* html div.portfolio-flash{
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}
div.portfolio-text{
	float: left;
	width: 170px;
	padding: 10px;
	padding-top: 20px;
	color: #000;
	
}
div.portfolio-text p{
	color: #000;
}
div#main div.portfolio-text h1{
	color: #000;
}
div#main div.portfolio-text ul li a{
	color: #000;
	font-weight: normal;
}




div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film h1.film-h1{
	background-image: url(../i/layout/film-h1-bullet.gif);
	background-repeat: no-repeat;

	height: 20px;
	padding:0px;
	margin:0px;
	padding-left: 25px;	
	padding-top: 2px;
	color: #64c8ea;
	font-weight: normal;
}
div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film{
	float: left;
	background-color: #5f5c5c;
	background-image: url(../i/layout/films-repeat.jpg);
	background-repeat: repeat-x;
	width: 430px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
* html div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film{
	float: left;
	background-color: #5f5c5c;
	background-image: url(../i/layout/films-repeat.jpg);
	background-repeat: repeat-x;
	width: 430px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	clear: both;
}
div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film-footer{
	float: left;

	width: 430px;
	height: 90px;
	padding: 10px;
	margin-left: 20px;
	margin-top: 5px;
	background-image: url(../i/layout/vid-footer-link.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
* html div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film-footer{
	float: left;
	display: block;
	width: 430px;
	height: 90px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	background-image: url(../i/layout/vid-footer-link.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film-footer a{
	float: left;
	width: 430px;
	height: 90px;
	text-indent: -999em;
	outline: none;
}
* html div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film-footer a{
	float: left;
	width: 430px;
	height: 90px;
	text-indent: -999em;
	outline: none;
}
div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film p{
	width: auto;
	color: #fff;
	padding:0px;
	margin:0px;
}

div.video-link{
	float: left;
	width: 140px;
	height: 140px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 30px;
}
* html div.video-link{
	float: left;
	width: 140px;
	height: 140px;
	margin-left: 5px;
	margin-top: 10px;
	padding: 30px;
}

div.video-link:hover{
	background-image: url(../i/layout/glow.png);
	background-repeat: no-repeat;
}

div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film div.video-link a{
	float: left;
	width: 120px;
/*	height: 120px;*/
	padding: 10px;
	background-color: #373535;
	background-image: url(../i/layout/play-button.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #373535;
	font-size: 1.2em;
	color: #fff;
	padding-bottom: 10px;

}
* html div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film div.video-link a{
	float: left;
	width: 120px;
/*	height: 120px;*/
	padding: 10px;
	background-color: #373535;
	background-image: url(../i/layout/play-button.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #373535;
	font-size: 1.2em;
	color: #fff;
	padding-bottom: 10px;

}

div#main div#side-nav-bg div#portfolio-details div.portfolio-section-film div.video-link a:hover{
	float: left;
	width: 120px;
/*	height: 120px;*/
	padding: 10px;
	background-color: #3d3d3d;
	background-image: url(../i/layout/play-button-roll.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #4E4C4D;
	text-decoration: none;
	color: #64c8ea;
}
div.video-link a img{
		float: left;
		border: 1px solid #3f3f3f;
		margin-bottom: 10px;		
}


span.kor{
	color: #64c8ea;
	font-weight: bold;
	font-size: 1.2em;
}

div.portfolio-index a{
	float: left;
	width: 83px;
	height: 83px;
	margin-left: 10px;

/*	margin-top: 5px;*/
}
div.portfolio-index a img{
	
}
div#main div#rightcolumn div.portfolio-holder div.portfolio-index a.click{
	color: #fff;
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 11px;
	margin-top:3px;
	padding: 0px;
	height: auto;
}

img.home-logo{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.copywriting-flash{
	float:left;
	width: 477px;
	margin-right: 10px;
}


ul.services-links{
	float: left;

}
div#container div#main div#main_single ul.services-links li{
	float: left;
	width: 332px;
	height: 54px;
	background-image: none;
	margin:0px;
	padding:0px;
	margin-right: 2px;
	margin-bottom: 2px;
}
ul.services-links li a{
	float: left;
	width: 332px;
	height: 54px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	text-indent: -999em;
	outline: none;
}
ul.services-links li a:hover{
	
}
ul.services-links li.link-a a{
	background-image: url(../i/layout/links-prcomms.jpg);	
}
ul.services-links li.link-b a{
		background-image: url(../i/layout/links-media.jpg);	
}
ul.services-links li.link-c a{
		background-image: url(../i/layout/links-corpcomms.jpg);	
}
ul.services-links li.link-d a{
		background-image: url(../i/layout/links-corpo.jpg);	
}
ul.services-links li.link-e a{
		background-image: url(../i/layout/links-copy.jpg);	
}
ul.services-links li.link-f a{
		background-image: url(../i/layout/links-photo.jpg);	
}
ul.services-links li.link-g a{
		background-image: url(../i/layout/links-public.jpg);	
}
ul.services-links li.link-h a{
		background-image: url(../i/layout/links-portfolio.jpg);	
}


ul.services-links li.link-a a:hover{
	background-image: url(../i/layout/links-prcomms-roll.jpg);	
}
ul.services-links li.link-b a:hover{
		background-image: url(../i/layout/links-media-roll.jpg);	
}
ul.services-links li.link-c a:hover{
		background-image: url(../i/layout/links-corpcomms-roll.jpg);	
}
ul.services-links li.link-d a:hover{
		background-image: url(../i/layout/links-corpo-roll.jpg);	
}
ul.services-links li.link-e a:hover{
		background-image: url(../i/layout/links-copy-roll.jpg);	
}
ul.services-links li.link-f a:hover{
		background-image: url(../i/layout/links-photo-roll.jpg);	
}
ul.services-links li.link-g a:hover{
		background-image: url(../i/layout/links-public-roll.jpg);	
}
ul.services-links li.link-h a:hover{
		background-image: url(../i/layout/links-portfolio-roll.jpg);	
}

div.click-div{
	float: left;

	height: 31px;
	background-image:  url(../i/layout/links-click.jpg);
	background-repeat: no-repeat;
	margin-left: 12px;
	text-indent: -999em;
	clear: right;
	width: 500px;
}


div.vacancy-left{
float: left;
width: 430px;

padding-right: 20px;
}
div.vacancy-right{
	float: left;
	width: 220px;
	height: 471px;
	background-image: url(../i/layout/jobs-squares.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
div.vacancy-right2{
	float: left;
	width: 160px;
/*	height: 471px;*/
	background-image:  url(../i/layout/biog-repeat.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding: 30px;
}
div#container div#main div#main_single div.vacancy-right2 p{
	color: #fff;
	font-size: 1.2em;
}

div.job-vacancy{
	float: left;
	background-image: url(../i/layout/kor_header_bg.gif);
	background-repeat: repeat-x;
	width: 95%;
	padding: 10px;
	padding-bottom: 5px;
/*	margin-left: 15px;*/
	margin-top: 4px;
	color: #fff;
	border: 1px #D5D5D5 solid;

}
div.job-vacancy p{
	color: #666;
}
div#container div#main div#main_single div.vacancy-left div.job-vacancy p a{
	color: #000;
}

div.tone{
/*	background-color: Aqua;*/
	background-image: url(../i/layout/bg-tone.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
}



div.client-login{
	float: left;
	width: 295px;
	clear: left;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background-color: #E5E5E5;
		background-image: url(../i/layout/lock.gif);
	background-position: 98% 48% ;
	background-repeat: no-repeat;	
}
div.client-login-holder{
	float: left;
	background-color: #64C8E8;

	padding-bottom: 20px;	
}
div#main div#main_single div.client-login-holder h1{
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 10px;
}
div.client-login form{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.client-login form fieldset label{
	float: left;
	width: 80px;
	height: 16px;
	margin-bottom: 4px;
	padding-top: 4px;
}
div.client-login form fieldset input{
	float: left;
	width: 170px;
	height: 20px;
	margin-bottom: 4px;
}
div.client-login form fieldset input.submit{
	float: left;
	width: 175px;
	height: 20px;
	margin-bottom: 4px;
	margin-left: 90px;
}
div#main_single p a.log-out{
	float: left;
	padding: 10px;
	background-color: #48CBE7;
	color: #fff;
}
div.map-holder{
	float: left;
	width: 320px;
	padding-top: 5px;
	clear: none;
	border-top: 30px solid #64C8E8;
}
div#map{
	float: left;
	width: 320px;
	height: 250px;
	border-top: 30px solid #64C8E8;
	border-bottom: 30px solid #64C8E8;
	clear: left;
	padding-top: 5px;
}
div.directions{
	float: left;
	width: 300px;
	clear: left;
	background-color: #E5E5E5;
	margin-top: 2px;
	padding: 10px;
	margin-bottom: 2px;
}
div.directions form{
	float: left;

	width: 300px;
}
div.directions label{
	text-align: left;
	width: 75px;
	padding-top:3px;
}
div#mapoptions{
	float: left;
	width: 300px;
	background-color: #E5E5E5;
	margin-top:2px;
	padding:10px;
}
div#mapoptions a{
	color: #000;
	text-decoration: underline;
}
div.address{
	float: left;
	width: 320px;
	border-bottom: 30px solid #64C8E8;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error { 
	color: #a00;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

.notice {
	color: #d22;
	font-weight: bold;
}

span.message { 
	color: #900;
	font-size: 1.2em;
}


