/*
Theme Name: New Time Media
Theme URI: http://www.newtimemedia.co.uk/
Description: New Time Media
Version: 1.0
Author: New Time Media
Author URI: http://www.newtimemedia.co.uk/
Tags: blue, custom header, fixed width, two columns, widgets

	New Time Media Theme


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


.accordionOutter div
	{
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid black;
	background-image:url('images/holder10.png');
	background-repeat:no-repeat;
	padding:0px;
	}
	
.accordionOutter h2
	{
	width:700px;
	height:auto;

	border:1px solid black;
	background-image:url('images/new-time-media-full-background-top.png');
	background-repeat:no-repeat;

	padding:0px;
	}









.bodytop
	{
	background-image:url('images/new-time-media-full-background-top.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	padding:0px;
	}
.bodybottom
	{
	background-image:url('images/new-time-media-full-background-bottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
	width:auto;
	margin:auto;
	padding:0px;
	text-align:center;
	
	}

.page3
	{
	text-align:center;
	}

body 
	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	
	text-align: center;
	margin:0px;
	padding: 0;
	
	}

#page 
	{
	
	margin: 1px auto;
	padding: 0;
	width: 970px;	
	text-align: left;
	}

#page2 
	{
	margin-right: 1px;
	margin: 0px auto;
	padding: 0;
	width: 970px;	
	text-align: left;
	}
	
	
#content 
	{
	width:600px;
	min-height:400px;
	margin-left:20px;
	float:left;
	}

.postmetadata 
	{
	clear: both;
	}

.clear 
	{
	clear: both;
	}


/* End Structure */




/* Begin Images */
p img 
	{
	padding: 0;
	max-width: 100%;
	}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}




/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata p
	{
	margin: 0;
	display: block;
	font-size:12px;
	padding:10px;
	}

.comment-meta
	{
	font-size:12px;
	}
	
.comment-author
	{
	font-size:12px;
	}


.submitbox a.feed {
	background:url(img/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}

.submitbox #submit:hover {
	background:#ffffff;
	color:#074A7E;
}
.submitbox .submitbutton {
	float:right;
}


.submitbutton #submit
	{	
	width:auto;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 5px;
    text-align: center;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	float:left;
	}	
	
/* End Comments */



/* Begin Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* main START */
#main {
	background:#FFF;
	width:605px;
	padding:5px 15px 15px;
	float:left;
	border-left:1px solid #6971a6;
}
#notice {
	color:#080;
}
#notice a {
	text-decoration:underline;
}


/* main END */




#sidebar li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#sidebar li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#sidebar li a:hover
	{
	color:#0000ff;
	text-decoration:underline;
	}	

#sidebar
{
	padding: 20px 0 10px 0;
	float:right;
	width: 260px;
	text-align:left;
	margin-right:10px;	
	padding-left:40px;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size:14px;
	}
	
	





/* Header Footer 000 Start */


#header000 {
	height: 180px;
	width: 970px;
	background: #ffffff url('images/gold_header2.png') no-repeat bottom center;
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg000 	
	{
	margin: 0px;
	height: 180px;
	width: 970px;
	}
	
#header000HighTop 
	{
	height: 94px;
	width: 970px;
	background:  url('images/gold_header10.png') no-repeat bottom center;	
	margin: 0 0 0 1px;
	padding: 0;
	}

#header000HighTop  h1	
	{
	font-family: sans-serif;
	font-size:22px;
	margin-left:27px;
	width:380px;
	
	}	

#headerimg000HighTop	
	{
	margin: 0px;
	height: 89px;
	width: 970px;
	padding-left:10px;
	}	
	
	
#header001HighTop 
	{
	height: 89px;
	width: 970px;
	background: url('images/gold_header7.png') no-repeat bottom center;
	
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg001HighTop	
	{
	margin: 0px;
	height: 89px;
	width: 970px;
	}	
	
#header002HighTop 
	{
	height: 89px;
	width: 970px;
	background: url('images/gold_header9.png');
	background-repeat:no-repeat;
	margin: 0 0 0 1px;
	padding: 0px;
	}

#headerimg002HighTopb	
	{
	margin: 0px;
	height: 89px;
	width: 970px;
	}
	

	
#header002HighTopb 
	{
	height: 89px;
	width: 970px;
	background: #ffffff url('images/gold_header12.png');
	background-repeat:no-repeat;
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0px;
	}
	
#header002HighTopb h1
	{
	font-family:Arial, Helvetica, Verdana, sans-serif;font-size:15px;margin-left:30px;width:380px;padding-top:48px;
	}
	
.companyAddress
	{
	font-size:12px;line-height:15px;font-weight:800;padding-left:30px;
	}
	
.companyAddressHomePage
	{
	font-size:12px;line-height:15px;font-weight:800;padding-left:28px;
	}
	
.companyNameHomePage
	{
	font-size:18px;line-height:20px;font-weight:800;padding-left:20px;
	font-family:Helvetica, Verdana, Arial, sans-serif
	}

#headerimg002HighTop	
	{
	margin: 0px;
	height: 89px;
	width: 970px;
	}		
	
.headerimg000Element01
	{
	width:500px;
	height:80px;
	}

.headerimg000Element02
	{	
	width:440px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	}
	
.headerimg000Element02f
	{	
	width:440px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	}	
	
.headerimg000Element02f a:link
	{	
	text-decoration:none;
	color:#FFFFFF;
	}
.headerimg000Element02f	a:visited
	{
	color:#FFFFFF;
	}
.headerimg000Element02f a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}	

.headerimg000Element02g
	{	
	width:440px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	color:#000000;
	}	
	
.headerimg000Element02g a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.headerimg000Element02g	a:visited
	{
	color:#000000;
	}
.headerimg000Element02g a:hover
	{	
	text-decoration:none;
	color:#FF00cc;
	}	
	
	
.headerimg000Element02h
	{	
	width:440px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	margin-left:10px;
	}	
	
.headerimg000Element02h a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.headerimg000Element02h	a:visited
	{
	color:#000000;
	}
.headerimg000Element02h a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}	
		
		

		
.headerimg001HighTopElement02
	{	
	width:400px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	}
	
	
	
	
	
	
	
	
#centerback000
	{
	background: url('images/gold_center2.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	
overflow:hidden;
	}

.centerback000
	{
	background: url('images/gold_center2.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	
	}
#footer000 {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/gold_footer2.png') no-repeat top;
	border: none;
	text-align:center;
	}

#footer000 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.OutSkin000
	{
	width:970px;
	height:auto;
	margin: 0px;
	padding:0px;
	overflow:hidden;
	}
	
.OutSkin0000
	{
	width:520px;
	height:auto;
	border:1px solid red;
		padding:0px;
	margin:0px;
	}
	
.OutSkin0000right
	{
	width:380px;
	height:auto;
	border:1px solid red;
	float:right;
	}

.ISkin000Cnt1Outter
	{
	width:490px;
	height:193px;
	margin-left:19px;
	margin-right:5px;
	overflow:hidden;
	
	}
	
.ISkin000Cnt2Outter
	{	
	width:400px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	padding-left:20px;
	float:right;
	color:#000000;
	}
	
.ISkin000Cnt2Outter h3
	{	
	margin:0px;
	padding:2px;
	font-size:14px;
	}
	
.ISkin000Cnt2Outter p
	{	
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	
	}
	
.ISkin000Cnt2Outter a:link
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:500;
	}
	
.ISkin000Cnt2Outter a:visited
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:500;
	}
	
.ISkin000Cnt2Outter a:hover
	{	
	text-decoration:none;
	color:#00CC00;
	border-bottom:1px dashed black;
	}
	
.ISkin000Cnt3Outter
	{	
	width:400px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
	float:left;
	}
	

	
.ISkin000Cnt3Outterblog
	{	
	width:380px;
	height:auto;
	margin-left:15px;
	margin-top:10px;
	float:left;
	padding-left:40px;
	}
	
.ISkin000cnt3Inner
	{
	width:370px;
	height:auto;
	border-top:1px solid #948456;
	float:left;
	}
	
.ISkin000cnt3InnerTitle
	{	
	width:370px;
	height:auto;
	border-bottom:1px solid #948456;
	float:left;
	}

.ISkin000cnt3InnerTitle h2
	{		
	margin:0px;
	padding:2px;
	font-size:16px;
	}
	
.ISkin000cnt3InnerTitlev2
	{	
	width:480px;
	height:auto;
	border-bottom:1px solid #dbcea8;
	float:left;
	}

.ISkin000cnt3InnerTitlev2 h2
	{		
	margin:0px;
	padding:2px;
	font-size:16px;
	}
	
.ISkin000cnt3InnerTitlev3
	{	
	width:480px;
	height:auto;

	float:left;
	}

.ISkin000cnt3InnerTitlev3 h2
	{		
	margin-top:8px;
	margin-left:27px;
	font-size:16px;
	font-weight:bold;
	}

.ISkin000cnt3InnerElement01
	{
	width:370px;
	height:80px;
	border-left:1px solid #948456;
	border-right:1px solid #948456;
	
	background-repeat:no-repeat;
	float:left;
	margin-top:10px;
	}

.ISkin000cnt3InnerElement02
	{	
	width:160px;
	height:80px;
	padding-left:15px;
	float:left;
	color:#FFFFFF;
	font-weight:600;
	}
	
.ISkin000cnt3InnerElement02 a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.ISkin000cnt3InnerElement02	a:visited
	{
	color:#000000;
	}
.ISkin000cnt3InnerElement02 a:hover
	{	
	text-decoration:none;
	color:#ffffff;
	}
	
.ISkin000cnt3InnerElement02b
	{	
	width:160px;
	height:80px;
	padding-left:15px;
	float:left;
	color:#000000;
	}
	
.ISkin000cnt3InnerElement02b a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.ISkin000cnt3InnerElement02b	a:visited
	{
	color:#000000;
	}
.ISkin000cnt3InnerElement02b a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}

.ISkin000cnt3InnerElement03
	{		
	width:165px;
	height:80px;
	float:right;
	}

.ISkin000cnt3InnerElement03 a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.ISkin000cnt3InnerElement03	a:visited
	{
	color:#000000;
	}
.ISkin000cnt3InnerElement03 a:hover
	{	
	text-decoration:none;
	color:#ffffff;
	}
	
.ISkin000cnt3InnerElement03b
	{		
	width:165px;
	height:80px;
	float:right;
	color:#000000;
	}

.ISkin000cnt3InnerElement03b a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.ISkin000cnt3InnerElement03b	a:visited
	{
	color:#000000;
	}
.ISkin000cnt3InnerElement03b a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}
	
.ISkin000cnt3InnerElement04
	{
	width:370px;
	height:10px;
	border-bottom:1px solid #948456;
	float:left;
	margin-bottom:5px;
	}
	
.ISkin000cnt3InnerElement05
	{
	width:370px;
	height:20px;
	float:left;
	}
	
.ISkin000cnt3TestOutter
	{
	width:370px;
	height:auto;
	border-top:1px solid #dbcea8;
	float:left;
	}
	
.ISkin000cnt3TestTitle
	{
	width:370px;
	height:auto;
	border-bottom:1px solid #dbcea8;
	float:left;
	}

.ISkin000cnt3TestOutter .ISkin000cnt3TestTitle h2
	{	
	margin:0px;
	padding:2px;
	font-size:16px;
	}
	
.ISkin000cnt3TestInner
	{	
	width:370px;
	height:auto;
	border-left:1px solid #dbcea8;
	border-right:1px solid #dbcea8;
	float:left;margin-top:10px;
	}
	
.ISkin000cnt3TestBox01
	{	
	width:348px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	border:1px solid #dbcea8;
	background-image:url('images/background_div_002.png');
	background-repeat:repeat-y;
	}
	
	

	
.ISkin000cnt3TestBoxSep
	{
	width:348px;
	height:10px;
	float:left;
	}
	
.ISkin000cnt3TestBottom
	{	
	width:370px;
	height:10px;
	border-bottom:1px solid #dbcea8;
	float:left;
	}
	

	





.post000 ul li {
	margin-top:10px;
	text-decoration:none;
	padding:0 5px 3px;
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	}
	
.post000 ul li a.title {
	text-decoration:none;
	color:#4C4C4C;
	}
	
.post000 ul li a.title:hover 
	{
	color:#2970A6;
	}

.post000 ul li a:link 
	{
	color:#2970A6;
	text-decoration:none;
	}


.post000 h2 
	{
	margin-top:10px;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	}
	
.post000 h2 a.title {
	text-decoration:none;
	color:#4C4C4C;
}
.post000 h2 a.title:hover {
	color:#2970A6;
}

.post000 h2 a:link {
	color:#2970A6;
	text-decoration:none;
}

.post000 .info {
	margin:5px;
}
.post000 .info span.first {
	margin-left:0;
}
.post000 .date, 
.post000 .tags, 
.post000 .author, 
.post000 .categories, 
.post000 .editpost, 
.post000 .readingblinds, 
.post000 .comments, 
.post000 .addcomment, 
.post000 .editlinks {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	width:auto;	
}

.post000 .act {
	height:12px;
	float:right;
	
}
.post000 .act span {
	float:left;
	margin-left:15px;
}
.post000 .tags {
	background-position:0 -16px;
	float:right;
	font-size:10px;
}
.post000 .categories {
	background-position:0 -32px;
	float:right;
	font-size:10px;
}
.post000 .author {
	background-position:0 -176px;
	float:right;
}
.post000 .date {
	background-position:0 -48px;
	float:left;
}
.post000 .editpost {
	background-position:0 -64px;
}
.post000 .readingblinds {
	background-position:0 -80px;
}
.post000 .act .comments {
	background-position:0 -96px;
	font-size:10px;
	float:left;
}
.post000 .act .addcomment {
	background-position:0 -112px;
	font-size:10px;
	float:left;
}

.post000 .act .addcomment a:link,
.post000 .act .comments a:link
	{
	text-decoration:none;
	}
	


.post000 .editlinks {
	background-position:0 -192px;
}

.dateStamp
	 {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	margin-top:5px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	width:auto;	
	text-align:right;
}	
	

.dateStamp
	{
	background-position:0 -48px;
	float:left;
	}

.post000 .dateStamp
	 {
	background:url(images/icons.gif) no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	width:auto;	
	text-align:right;
}	

.post000 .dateStamp
	{
	background-position:0 -48px;
	float:left;
	}	
	
	
.post000 .comments {
	background-position:0 -96px;
	font-size:10px;
	float:right;
	margin-left:10px;
}
.post000 .addcomment {
	background-position:0 -112px;
	font-size:10px;
	float:right;
	
}
	

	
/* Header Footer 000 END */



	
	
/* Header Footer 001 Start */	
#header001 {
	height: 180px;
	width: 970px;
	background: url('images/gold_header2.png') no-repeat bottom center;
	
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg001 	{
	margin: 7px 9px 0;
	height: 180px;
	width: 970px;
	}
	
	
#centerback001
	{
	background: url('images/gold_center2.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	overflow:hidden;
	}

.centerback001
	{
	background: url('images/gold_center2.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	overflow:hidden;
	}

#centerback001HighTop
	{
	background: url('images/gold_header11.png') repeat-y top;
	width:970px;
	height:240px;
	border: none;
	margin-left:1px;


	}
	
#centerback001bHighTop
	{
	background: url('images/gold_header8b.png') no-repeat top;
	width:970px;
	height:auto;
	border: none;
	margin-left:1px;

}	

#centerback001cHighTop
	{
	background: url('images/gold_header8b2.png') no-repeat top;
	width:970px;
	height:auto;
	border: none;
	margin-left:1px;

}	

#footer001 {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: url('images/gold_footer2.png') no-repeat top;
	border: none;
	text-align:center;
	}

#footer001 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer001home {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/gold_footer2home.png') no-repeat top;
	border: none;
	text-align:right;
	}


.footlinksOutter
	{
	width:800px;
	padding:10px;
	color:#000000;
	background: url('images/fill-trn-bck-01.png');
	border:2px solid #d4d3d1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
		}

.footlinksOutterm
	{
	width:890px;float:right;
	}


.footer001Links001
	{
	text-align:center;padding-top:7px;
	}

.footer001Links001 p 
	{
	margin: 0;
	padding: 20px 0;
	padding-right:30px;
	text-align: center;

	}
	
	
.footer001Links001 p a:link
	{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}	
	

.footer001Links001 p a:visited
	{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}	

.footer001Links001 p a:hover
	{
	color:#cc0000;
	text-decoration:underline;
	font-weight:bold;
	}	

.footer001Links001home
	{
	float:left;text-align:center;padding-left:120px;padding-top:7px;
	}

.footer001Links001home p 
	{
	margin: 0;
	padding: 20px 0;
	padding-right:30px;
	text-align: center;

	}
	
	
.footer001Links001home p a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

.footer001Links001home p a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

.footer001Links001home p a:hover
	{
	color:#ff0000;
	text-decoration:underline;
	}		
	
.footer001Links002
	{
	float:left;text-align:center;padding-left:120px;padding-top:7px;
	}

.footer001Links002 p 
	{
	margin: 0;
	padding: 20px 0;
	padding-right:30px;
	text-align: center;

	}
	
	
.footer001Links002 p a:link
	{
	color:#ff0000;
	text-decoration:underline;
	}	
	

.footer001Links002 p a:visited
	{
	color:#ff0000;
	text-decoration:underline;
	}	

.footer001Links002 p a:hover
	{
	color:#000000;
	text-decoration:underline;
	}		
	
	
	
#footer001home2 {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: url('images/gold_footer2home2.png') no-repeat top;
	border: none;
	text-align:right;
	}

#footer001home2 p {
	margin: 0;
	padding: 20px 0;
	padding-right:30px;
	text-align: right;

	}
	
#footer001news {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/gold_footer2news.png') no-repeat top;
	border: none;
	text-align:center;
	}

#footer001news p {
	margin: 0;
	padding: 0px 0;
	padding-right:30px;
	text-align: center;
	color:#FFFFFF;
	}	
	
	
#footer001news p a:link
	{
	color:#dbcea8;
	text-decoration:underline;
	}	
	

#footer001news p a:visited
	{
	color:#dbcea8;
	text-decoration:underline;
	}	

#footer001news p a:hover
	{
	color:#ffffff;
	text-decoration:underline;
	}	
	
	
	
	
	
	
		
.OutSkin001
	{
	width:970px;
	height:400px;
	}
	
	
	
.ISkin001Cnt1Outter
	{
	width:490px;
	height:180px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;

	float:left;	
	}
	
.ISkin001Cnt2Outter
	{	
	width:490px;
	height:187px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	float:left;
	}
	
	
.ISkin001Cnt3Outter
	{	
	width:400px;
	height:180px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	float:right;
	}
	
.ISkin001Cnt4Outter
	{
	width:490px;
	height:650px;
	padding-right:20px;
	margin-top:10px;
	float:right;
	background-image:url('images/blog_background1.png');
	background-repeat:no-repeat;

	}
	
.ISkin001Cnt4Outter
	{
	width:490px;
	height:650px;
	padding-right:20px;
	margin-top:10px;
	float:right;
	background-image:url('images/blog_background1.png');
	background-repeat:no-repeat;

	}

.ISkin001Cnt4OutterSingle
	{
	width:690px;
	height:auto;
	padding-left:20px;
	margin-top:10px;
	float:left;

	}
	
.ISkin001Cnt4inner
	{
	width:500px;
	height:auto;

	margin-top:30px;
	float:left;
	}

/* Header Footer 001 END */






/* Header Footer 002 Start */	

#header002 {
	height: 180px;
	width: 970px;
	background: #ffffff url('images/gold_header2.png') no-repeat bottom center;
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg002 	{
	margin: 7px 9px 0;
	height: 180px;
	width: 970px;
	}
	
	
#centerback002
	{
	background: #ffffff url('images/gold_center2.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	overflow:hidden;
	}


#footer002 {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/gold_footer3.png') no-repeat top;
	border: none;
	text-align:center;
	height:135px;
	}

#footer002 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


.ISkin002Cnt1Outter
	{
	width:400px;
	height:400px;
	
	float:right;
	}
	
.ISkin002Cnt2Outter
	{
	width:400px;
	height:200px;
	margin-right:25px;
	float:right;
	}





/* Header Footer 002 END */	
	
	
/* Header Footer 003 Start */	
	

#header003 {
	height: 180px;
	width: 970px;
	background: #ffffff url('images/black_red_header.png') no-repeat bottom center;
	background-color: #ffffff;
	margin: 0 0 0 1px;
	padding: 0;
	}

#headerimg003 	{
	margin: 7px 9px 0;
	height: 180px;
	width: 970px;
	}
	
	
#centerback003
	{
	background: #ffffff url('images/black_red_center.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	}


#footer003 {
	padding: 0;
	margin: 0 auto;
	width: 970px;
	clear: both;
	background: #ffffff url('images/black_red_footer.png') no-repeat top;
	border: none;
	text-align:center;
	}

#footer003 p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.footerlink003
	{
	width:970px;
	height:16px;
	text-align:center;
	}

#menu_inner003
	{
	width:930px;
	height:20px;
	float:left;
	padding-left:20px;
	padding-top:130px;
	color:#ffffff;
	}
	
#menu_inner003 li
	{
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#menu_inner003 a:link
	{
	color:#ffffff;
	text-decoration:none;
	}	
	

#menu_inner003 li a:visited
	{
	color:#ffffff;
	text-decoration:none;
	}	

#menu_inner003 li a:hover
	{
	color:#0000ff;
	text-decoration:none;
	}		
	
.InnerSkin003
	{
	width:930px;
	height:400px;
	margin-left:20px;
	margin-right:20px;
	}	
	
	
.OutSkin003
	{
	width:970px;
	height:400px;
	}


.ISkin003Cnt1Outter
	{
	width:490px;
	height:380px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	background:#000000;
	float:left;	
	}
	
.ISkin003Cnt2Outter
	{	
	width:400px;
	height:180px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	background:#000000;
	float:right;
	}
	
.ISkin003Cnt3Outter
	{	
	width:400px;
	height:187px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	background:#000000;
	float:right;
	}
	
/* Header Footer 003 END */	



	

#footerlink
	{
	width:970px;
	height:16px;
	text-align:center;
	}
	
#footerlink a:link, a:visited
	{
	text-decoration:none;
	color:#3333FF;
	}

#footerlink a:hover
	{
	text-decoration:none;
	color:#FF0000;
	}
	
	
	
	
	
	
	
	
#ntmuk_inner
	{
	width:930px;
	height:180px;
	float:left;
	padding-left:20px;

	color:#000000;
	
	}
	
#ntmuk_inner li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#ntmuk_inner li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#ntmuk_inner li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#ntmuk_inner li a:hover
	{
	color:#0000ff;
	text-decoration:none;
	}		


.ntmuk_small_contact_out
	{
	width:440px;
	height:auto;
	float:left;
	}


.ntmuk_small_contact_form_middle
	{
	width:440px;
	height:auto;
	}


.ntmuk_small_contact_form_tabble
	{
	background:#ececec;
	border:1px solid #dbcea8;
	width:440px;
	}

.contactForm
	{
	background:#ececec;
	border:1px solid #dbcea8;
	width:390px;
	
	}


.mainbodytextholder
	{
	width:350px;
	height:auto;
	text-align:left;
	text-decoration:none;
	float:left;
	padding-left:30px;
	}
	
.blankOutter
	{
	width:970px;
	height:auto;
	
	}
	
	
/* Post Comment Page Start */	
	
.ISkinCommentPostCnt
	{
	width:460px;
	height:650px;
	margin-left:30px;
	margin-right:5px;
	margin-top:10px;
	padding-left:35px;
	float:left;
	background-image:url('images/blog_background1.png');
	background-repeat:no-repeat;
	}
	
.OutSkinCommentSingle
	{
	width:970px;
	height:auto;
	}
	
.OutSkinPostSingleCommentEle00
	{
	width:970px;
	height:auto;
	border:1px solid black;
	}
	
.OutSkinPostSingleCommentEle01
	{
	width:500px;
	height:auto;
	margin-left:25px;
	border:1px solid black;
	background-image:url('images/blog_background1.png');
	background-repeat:no-repeat;
	min-height:600px;
	}
	
	
.OutSkinPostSingleCommentEle02
	{
	width:450px;
	height:50px;
	margin-left:20px;
	margin-top:20px;
	border:1px solid black;

	}
	
.OutSkinPostSingleCommentEle03
	{
	width:450px;
	height:auto;
	margin-left:20px;
	border:1px solid black;

	}
	
/* Post Comment Page End */	

.header000 .headerimg000 .ntmuk_inner .headerimg000Element02 span
	{
	font-size:24px;
	}
	
	


.headeringHighTopE01
	{	
	width:228px;height:auto;padding-top:54px;float:right;
	}
	
.headeringHighTopE01 h1
	{	
	font-size:12px;
	}
	
.headeringHighTopE01 h2
	{	
	font-size:12px;
	}
	
.headeringHighTopE01 a:link
	{	
	color:#FFFFFF;
	text-decoration:none;
	}
	

	
.headeringHighTopE01 a:visited
	{	
	color:#FFFFFF;
	text-decoration:none;
	}
	
.headeringHighTopE01 a:hover
	{	
	color:#ddd1ad;
	text-decoration:none;
	}
	
#web_design_media_inner
	{
	width:440px;
	height:20px;
	margin-top:30px;
	float:left;
	margin-left:20px;
	color:#000000;
	}
	
#web_design_media_inner li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#web_design_media_inner li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#web_design_media_inner li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#web_design_media_inner li a:hover
	{
	color:#0000ff;
	text-decoration:none;
	}	
	
	
	
#web_design_media_innerf
	{
	width:440px;
	height:20px;
	margin-top:30px;
	float:left;
	margin-left:10px;
	color:#000000;
	}
	
#web_design_media_innerf li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#web_design_media_innerf li a:link
	{
	color:#ffffff;
	text-decoration:none;
	}	
	

#web_design_media_innerf li a:visited
	{
	color:#ffffff;
	text-decoration:none;
	}	

#web_design_media_innerf li a:hover
	{
	color:#FF0000;
	text-decoration:none;
	}	
	
#web_design_media_innerh
	{
	width:440px;
	height:20px;
	margin-top:30px;
	float:left;
	margin-left:15px;
	color:#000000;
	}
	
#web_design_media_innerh li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:left;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#web_design_media_innerh li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#web_design_media_innerh li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#web_design_media_innerh li a:hover
	{
	color:#FF0000;
	text-decoration:none;
	}	
	
.web_design_mediaOutter
	{	
	width:400px;
	height:170px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	float:right;
	}
	
.alignCenter
	{
	text-align:center;
	}
	
.imgRecentProjects
	{	
	border:2px solid #dbcea8;
	}
	

	
.containerProjects002
	{
	width:940px;height:auto;padding-left:20px;
	}
	
.containerProjects002El01
	{
	width:920px;height:300px;
	
	}
.containerProjects002El02
	{
	width:450px;height:auto;border:1px solid #eae1ce;float:left;margin-left:2px;border:1px solid #cbc3a9;margin-left:5px;margin-bottom:5px;
	}
.containerProjects002El02	h2 
	{
	margin:0px;padding:0px;font-size:14px;background-color:#eae3ce;padding-left:2px;line-height:25px;
	}
	
.containerProjects002El02	h3
	{
	margin:0px;padding:0px;font-size:11px;background-color:#f0ecde;border-top:1px solid #cbc3a9;padding-left:2px;line-height:18px;border-bottom:1px solid #cbc3a9;line-height:20px;
	}
	
.containerProjects002El02 a:link, a:visited
	{
	text-decoration:none;
	}
	
.containerProjects002El02 a:hover
	{
	text-decoration:none;
	color:#00FF00;
	}
	
.containerProjects002El02	p
	{
	padding:2px;
	}
	
.mainouttersearch
	{
	width:580px;height:auto;padding-left:40px;
	}

	
.mainouttersearch h3
	{
	width:380px;
	font-size:10px;
	font-family:Verdana,"BitStream vera Sans";
	}
	

.mainouttersearch p
	{
	font-size:12px;
	}
	
.sidebarBottomPost
	{
	width:445px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;
	padding-left:25px;
	}
	
.sidebarBottomPost span
	{
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
	
.postStyleSideBottom
	{
	border-left:1px solid #dbcea8;
	border-right:1px solid #dbcea8;
	background:#ececec;
	padding-left:10px;
	}
	
.postExtractCnt
	{
	border-left:1px solid #dbcea8;
	border-right:1px solid #dbcea8;
	padding-left:8px;
	padding-right:5px;
	}
	
.extractTitles
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	}
	
	
.extractTitles a:link
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitles a:visited
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitles a:hover
	{
	text-decoration:none;
	color:#cc0000;
	}
	
.contentblog
	{
	font-size:11px;
	padding-right:25px;
	}
.contentblog h3
	{	
	font-size:12px;
	color:#000000;
	}	
.ISkin001Cnt4innerMiddle
	{
	width:670px;
	height:auto;
	float:left;

	padding-left:10px;
	padding-left:10px;
	}
	
.ISkin001Cnt4innerMiddleLrg
	{
	width:690px;
	height:auto;
	float:left;

	}
	
.ISkin001Cnt4innerMiddleHolder
	{
	width:640px;
	height:auto;
	margin-left:10px;	
	}
	
.ISkin001Cnt4innerMiddleHolderLrg
	{
	width:645px;
	height:auto;
	padding-left:30px;	
	font-size:12px;
	}




.ISkin001Cnt4innerMiddleHolderLrg a:link
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerMiddleHolderLrg a:visited
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerMiddleHolderLrg a:hover
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
	

.ISkin001Cnt4innerMiddleHolder a:link
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerMiddleHolder a:visited
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerMiddleHolder a:hover
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}

.tagsplus
	{
	font-size:12px;
	}


.tagsplus a:link
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.tagsplus a:visited
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.tagsplus a:hover
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
		
.ISkin001Cnt4innerTop
	{
	width:690px;
	height:50px;
	float:left;

	
	}
	
.ISkin001Cnt4innerTop h2
	{
	width:95%;
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #d1c08c;
	margin-left:20px;
	padding-top:22px;
	padding-bottom:1px;
	}
	
	
	
	
.ISkin001Cnt4innerTopLrg
	{
	width:690px;
	height:70px;
	float:left;

	
	}
	
.ISkin001Cnt4innerTopLrg h2
	{
	
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #d1c08c;
	margin-right:20px;
	margin-left:30px;
	padding-top:20px;
	}




.ISkin001Cnt4innerTopLrg a:link
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerTopLrg a:visited
	{
	text-decoration:none;color:#9d9e46;border-bottom:1px dashed #9d9e46;
	}
	
.ISkin001Cnt4innerTopLrg a:hover
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}






	
.ISkin001Cnt4innerBottom
	{
	width:690px;
	height:74px;
	float:left;
	text-align:right;
	padding-top:20px;

	}
	
.ISkin001Cnt4innerBottomLrg
	{
	width:690px;
	height:74px;
	float:left;
	text-align:right;
	padding-top:20px;

	}
	
.ISkin000cntSideBlog02 h2	
	{
	width:380px;
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #d1c08c;
	}
	
	
.containerProjects000
	{
width:450px;height:30em;border:1px solid black;margin-left:15px;margin:0px;padding:0px;
	}

.containerProjects001
	{
width:auto;height:30em;margin:0px;padding:0px;overflow:hidden;
	}
	
.containerProjects001El01	
	{
	width:442px;height:400px;background-image:url('images/paperBackground002.png');background-repeat:no-repeat;padding-left:15px;font-size:12px;float:right;
	
	}
	
.containerProjects001El02	
	{	
	width:400px;height:67px;line-height:1.8em;margin:0px;padding-left:15px;float:left;display:inline;
	}
.containerProjects001El03	
	{		
	width:400px;height:67px;line-height:1.8em;margin:0px;padding-left:15px;float:left;display:inline;
	}


.containerProjects001b
	{
width:auto;height:30em;margin:0px;padding:0px;overflow:hidden;
	}

.containerProjects001bEl01
	{	
	width:490px;height:330px;float:right;
	}
	
.containerProjects001bEl02
	{	
	width:475px;height:330px;float:left;background-image:url('images/background_div_003.png');background-repeat:repeat-y;	
	}

.containerProjects001bEl03
	{		
	width:475px;height:330px;float:left;background-image:url('images/background_div_004c.png');background-repeat:repeat-y;
	}
	
.containerProjects001bEl04
	{	
	width:475px;height:45px;
	}
#centerback001middle
	{
	background: #ffffff url('images/gold_center_goldStripe.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	}

.centerback001middle
	{
	background: #ffffff url('images/gold_center_goldStripe.png') repeat-y top;
	width:970px;
	height:auto;
	border: none;
	}
	
.blankOuttermiddle
	{
	
	width:940px;
	height:auto;
	margin-left:15px;
	
	}
	
.blankOuttermiddle2
	{
	width:940px;
	height:100px;
	margin-left:20px;
	padding-top:5px;
	}	
	
.blankOuttermiddle2 h2
	{
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-top:30px;
	}	
	
.centerback001bHighTopEl01	
	{
	width:970px;height:161px;
	}
	
.centerback001bHighTopEl02	
	{
	width:960px;height:161px;overflow:hidden;
	}	
.centerback001bHighTopEl03	
	{
	width:10px;height:186px;float:left;overflow:hidden;
	}	
.centerback001bHighTopEl04	
	{
	width:730px;height:102px;float:left;overflow:hidden;
	}	
	
.centerback001bHighTopEl04	h2
	{	
	font-size:14px;color:#000000;padding-left:12px;margin:0px;
	}
.centerback001bHighTopEl05	
	{
	width:735px;height:35px;float:left;
	}	
.centerback001bHighTopEl06	
	{
	width:785px;height:50px;float:left;
	}
	
.centerback001bHighTopEl06 h2
	{
	font-size:18px;margin:0px;color:#000000;padding-left:12px;
	}
	
.centerback001bHighTopEl07	
	{
	width:210px;height:100px;float:right;overflow:hidden;
	}	
	
.centerback001bHighTopEl08	
	{
	width:230px;height:20px;
	}
	
.centerback001bHighTopEl09	
	{
	width:205px;height:70px;text-align:right;float:left;line-height:16px;margin-right:10px;
	}
	
.centerback001bHighTopEl09 h2	
	{
	font-size:14px;margin:2px;
	}
	
.centerback001bHighTopEl10
	{
	width:940px;height:132px;float:left;overflow:hidden;
	}
	
.centerback001bHighTopEl10 p
	{
	padding-left:12px;margin:0px;padding-top:10px;font-size:12px;line-height:14px;
	}
	
.centerback001bHighTopEl11	
	{
	width:968px;height:350px;
	}	
	
.centerback001bHighTopEl12	
	{
	width:17px;height:330px;float:left;
	}
	

	
.centerback001bHighTopEl13	
	{
	width:928px;height:330px;float:left;
	}
	
.centerback001bHighTopEl13right	
	{
	width:928px;height:420px;float:right;
	}

.centerback001bHighTopEl14
	{
	width:490px;height:310px;float:left;
	}
	
.centerback001bHighTopEl14 a:link
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:bold;
	}
	
.centerback001bHighTopEl14 a:visited
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:bold;
	}
	
.centerback001bHighTopEl14 a:hover
	{	
	text-decoration:none;
	color:#00CC00;
	border-bottom:1px dashed black;
	}
	
.centerback001bHighTopEl14 p
	{
	padding-left:6px;margin-top:5px;margin-bottom:5px;font-size:12px;line-height:16px;
	}
	
.centerback001bHighTopEl14 h2
	{
	font-size:14px;margin-top:6px;padding-left:6px;
	}	
	
.centerback001bHighTopEl14b
	{
	width:490px;height:auto;float:left;
	}
	
.centerback001bHighTopEl14b p
	{
	padding-left:6px;margin-top:5px;margin-bottom:5px;font-size:12px;line-height:16px;
	}
	
.centerback001bHighTopEl14b h2
	{
	font-size:14px;margin-top:6px;padding-left:6px;
	}	
	
.centerback001bHighTopEl15
	{
	width:460px;height:auto;float:left;border-top:1px solid #dcd6c1;border-bottom:1px solid #dcd6c1;margin-left:6px;margin-bottom:5px;
	}	

.centerback001bHighTopEl16
	{
	width:460px;height:auto;float:left;border-left:1px solid #dcd6c1;border-right:1px solid #dcd6c1;
	}	
	
.centerback001bHighTopEl17
	{
	width:270px;height:60px;float:left;font-size:12px;margin-left:7px;
	}	

.centerback001bHighTopEl17b
	{
	width:200px;height:60px;float:left;font-size:12px;margin-left:7px;
	}		

.centerback001bHighTopEl18
	{
	width:200px;height:60px;float:left;font-size:12px;
	}
	
.centerback001bHighTopEl18b
	{
	width:430px;height:60px;float:left;font-size:12px;
	}		
	
.centerback001bHighTopEl19
	{
	width:480px;height:110px;float:left;
	}	

.centerback001bHighTopEl20
	{
	width:420px;height:220px;float:right;border-left:1px solid #cbc3a9;border-right:1px solid #cbc3a9;
	}	
	
.centerback001bHighTopEl20 h2
	{
	font-size:14px;text-align:center;
	}	
	
.centerback001bHighTopEl20 h3
	{
	font-size:12px;text-align:left;margin:0px;
	}	
	
.centerback001bHighTopEl20b
	{
	width:430px;height:330px;float:left;background-image:url('images/websitesClients002.png');background-repeat:no-repeat;
	}	


	
.centerback001bHighTopEl20b h2
	{
	font-size:14px;text-align:center;
	}	
	
.centerback001bHighTopEl20b h3
	{
	font-size:12px;text-align:left;margin:0px;padding-left:6px;
	}	
	
.centerback001bHighTopEl20c
	{
	width:420px;height:310px;float:right;border-left:1px solid #cbc3a9;border-right:1px solid #cbc3a9;
	}	
	
.centerback001bHighTopEl20c h2
	{
	font-size:14px;text-align:center;
	}	
	
.centerback001bHighTopEl20c h3
	{
	font-size:12px;text-align:left;margin:0px;
	}	
	
.centerback001bHighTopEl21
	{
	width:430px;height:220px;float:left;margin-left:7px;
	}	
	
centerback001bHighTopEl21add
	{
	width:430px;height:220px;float:left;margin-left:7px;background-image:url('images/websitesClients001.png');border:1px solid black;
	}	

.centerback001bHighTopEl21b
	{
	width:430px;height:270px;float:left;
	}	

.centerback001bHighTopEl22
	{
	width:210px;height:40px;float:left;
	}	
	
.centerback001bHighTopEl23
	{
	width:210px;height:40px;float:left;
	}	
	
.centerback001bHighTopEl24
	{
	width:10px;height:320px;float:left;
	}
	
.size12px
	{
	font-size:12px;
	}
	
div.preview { margin: 0 38px 38px 0; }
img.preview { height:auto;position: absolute; float:left; }

 #scrollup 
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 240px;
   width: 390px;
 	}
 
 .headline {
   
   top: 240px;
   left: 5px;
   height: 240px;
   width:390px;
 }

 #scrollupTest 
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 100px;
   width: 390px;
 	}
 
 
 #scrollupTest2
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 200px;
   width: 390px;
 	} 

 .headline22 {
   position: absolute;
   top: 240px;
   left: 5px;
   height: 10px;
   width:390px;
 }

 
 .headline {
   position: absolute;
   top: 240px;
   left: 5px;
   height: 240px;
   width:390px;
 }
 
.headline h2
	{
	font-size:12px;height:16px;margin:0px;text-align:left;
	}

.headline h3
	{
	font-size:11px;height:16px;margin:0px;text-align:left;
	}

 #scrollup2 
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 240px;
   width: 400px;
 	}
 
 .headline2 {
   position: absolute;
   left: 400px;
   
   height: 240px;
   width:400px;
 }
 
 
 #scrollup3 
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 80px;
   width: 760px;
   
   }
 
 .headline3 {
   position: absolute;
   top: 240px;
   left: 5px;
   height: 80px;
   width: 750px; 
   }
 
 
 #scrollup4 
	{
   float:left;
   position: relative;
   overflow: hidden;
   height: 150px;
   width: 370px;
 	}
 
 .headline4 {
   position: absolute;
   top: 240px;
   left: 5px;
   height: 150px;
   width: auto;
 } 
 

#scrollup5
	{
	float:left;
	position: relative;
	overflow: hidden;
	height: 140px;
	width: 670px;
	   
	}
 
.headline5 
	{
	position: absolute;
	top: 160px;
	left: 5px;
	height: 140px;
	width: 650px; 
	overflow:hidden;
	 
	}
 


.tabsHolderCntPortfolio
	{
	width:715px;height:auto;float:left;overflow:hidden;border-right:1px solid #d4c6d5;
	}
	
.tabsHolderCntServices
	{
	width:938px;height:auto;padding-left:16px;overflow:hidden;
	}
	
.tabsHolderCntPortfolio h1
	{
	font-size:14px;
	margin:0px;
	}
	
.tabsHolderCntPortfolio h2
	{
	font-size:12px;
	margin:0px;
	}
	
.tabsHolderCntPortfolio h3
	{
	font-size:10px;
	margin:0px;
	}
	
.tabsHolderCntPortfolio p
	{
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height:18px;
	}			

.tabsHolderCnt01
	{
	width:430px;height:auto;float:left;
	}
	
.tabsHolderCnt01 p
	{
	font-size:12px;
	line-height:16px;
	}
	
.tabsHolderCnt01 ul li
	{
	font-size:12px;
	line-height:16px;
	}

.tabsHolderCnt01 h2
	{
	margin:0px;
	font-size:12px;
	}
	
.tabsHolderCnt01 h3
	{
	margin:0px;
	font-size:11px;
	}
	
.tabsHolderCnt02
	{
	width:380px;height:auto;float:left;margin-top:15px;
	}
	
.tabsHolderCnt02 p
	{
	font-size:12px;
	line-height:16px;
	}
	
.tabsHolderCnt02 ul li
	{
	font-size:12px;
	line-height:16px;
	}

.tabsHolderCnt02 h2
	{
	margin:0px;
	font-size:12px;
	}
	
.tabsHolderCnt02 h3
	{
	margin:0px;
	font-size:11px;
	}
	
#fragment-22
	{
	border-bottom:1px solid #d8ca9f;
	}
#fragment-23
	{
	border-bottom:1px solid #d8ca9f;
	}
#fragment-30
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
#fragment-31
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
#fragment-32
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
#fragment-33
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
#fragment-34
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
#fragment-35
	{
	border-bottom:1px solid #d8ca9f;overflow:hidden;
	}
.webDesignScrollBannerImg
	{
	width:385px;height:240px;background-image:url('images/webdesign_featSSpeaker001.png');
	}
	
.webDesignScrollBannerImg h2
	{
	font-size:12px;height:16px;margin:0px;
	}
.webDesignScrollBannerImg h3
	{	
	font-size:11px;height:16px;margin:0px;
	}
	
	
.webDesignScrollBannerImg2
	{
	width:385px;height:240px;background-image:url('images/webdesign_featSSpeaker002.png');
	}
	
.webDesignScrollBannerImg2 h2
	{
	font-size:12px;height:16px;margin:0px;
	}
.webDesignScrollBannerImg2 h3
	{	
	font-size:11px;height:16px;margin:0px;
	}
	
.webDesignScrollBannerImg3
	{
	width:385px;height:240px;background-image:url('images/webdesign_featSSpeaker003.png');
	}
	
.webDesignScrollBannerImg3 h2
	{
	font-size:12px;height:16px;margin:0px;
	}
.webDesignScrollBannerImg3 h3
	{	
	font-size:11px;height:16px;margin:0px;
	}
	
.webDesignScrollBannerImg4
	{
	width:385px;height:240px;background-image:url('images/webdesign_featSSpeaker004.png');
	}
	
.webDesignScrollBannerImg4 h2
	{
	font-size:12px;height:16px;margin:0px;
	}
.webDesignScrollBannerImg4 h3
	{	
	font-size:11px;height:16px;margin:0px;
	}
	
	
	
	
	
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url('tab.png') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.iefixerDiv
	{
	width:60px;height:180px;float:left;
	}
	
.webdesignFrontFlashEl01
	{
	width:425px;height:80px;overflow:hidden;
	}
.webdesignFrontImagesEl01
	{	
	width:330px;height:auto;overflow:hidden;margin-top:15px;
	}
.webdesignFrontImagesEl02
	{
	width:60px;height:60px;float:right;margin-right:10px;
	}
	
	
.webdesignVideoTextEl01
	{	
	width:355px;
	height:auto;
	margin-top:10px;
	margin-bottom:20px;
	border-left:1px solid black;
	border-right:1px solid black;
	padding-left:5px;
	padding-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#000000;
	}	
.webdesignRecentProjectsEl01
	{		
	width:470px;height:auto;float:right;
	}
.webdesignRecentProjectsEl02
	{	
	width:440px;height:auto;text-align:right;
	}
	
.webDesignContactEl01
	{	
	width:40px;height:auto;float:left;
	}
	
.webDesignContactEl02
	{	
	width:380px;height:auto;
	}
.webDesignContactEl03
	{		
	width:40px;height:auto;float:right;
	}
	
	
.newtimemediaPortfolioEl01
	{
	width:970px;height:161px;
	}
	
.newtimemediaPortfolioEl02
	{	
	width:960px;height:161px;overflow:hidden;
	}
.newtimemediaPortfolioEl03
	{	
	width:10px;height:161px;float:left;overflow:hidden;
	}

.newtimemediaPortfolioEl04
	{		
	width:940px;height:160px;float:left;overflow:hidden;
	}
	
.newtimemediaPortfolioEl05
	{	
	width:240px;height:105px;float:right;overflow:hidden;
	}
	
.newtimemediaPortfolioEl06
	{		
	width:230px;height:25px;
	}
	
.newtimemediaPortfolioEl07
	{		
width:210px;height:80px;text-align:right;float:right;line-height:16px;
	}

.newtimemediaPortfolioEl07 h2
	{	
	font-size:14px;margin:2px;
	}
.newtimemediaPortfolioEl08
	{		
	width:690px;height:35px;float:left;
	}
.newtimemediaPortfolioEl09
	{	
	width:690px;height:20px;float:left;
	}

.newtimemediaPortfolioEl09 h2
	{	
	font-size:18px;margin:0px;color:#000000;padding-left:9px;
	}
.newtimemediaPortfolioEl09 p
	{	
	margin:0px;font-size:12px;line-height:16px;padding-left:10px;
	}
.newtimemediaPortfolioEl10
	{		
	width:685px;height:auto;padding:0px 0px 30px 30px;border-right:1px solid #d4c6d5;
	}
	
.newtimemediaPortfolioEl10 p
	{		
	font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;line-height:18px;
	}

.newtimemediaPortfolioEl10 h2
	{		
	font-size:16px;font-family:Verdana, Arial, Helvetica, sans-serif;line-height:22px;border-bottom:1px solid #dbcea8; 
	}
		
.newtimemediaPortfolioEl11
	{		
	width:400px;height:auto;float:right;
	}	
	
	
.sidebarBottomPost2
	{
	width:600px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;
	padding-left:20px;
	
	}
	
.sidebarBottomPost2 span
	{
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	}
	
.sidebarBottomOutter
	{
	width:900px;
	height:auto;
	margin:0px;
	padding:0px;
	}
	
.sidebarBottomAdmin
	{	
	width:330px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	
	}
	
	
.sidebarBottomAdmin li
	{	
	font-size:12px;
	font-weight:bold;
	text-indent:0px;
	}
	
.sidebarBottomAdmin h2
	{	
	font-size:12px;
	line-height:18px;
	border-bottom:1px solid #d4c6d5;
	border-top:1px solid #d4c6d5;
	text-indent:4px;
	}
	
.sidebarBottomCat
	{
	width:150px;
	height:auto;
	border:1px solid #d4c6d5;background:#ececec;
	float:left;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	}
	
	
.sidebarBottomCat li
	{	
	font-size:12px;
	font-weight:bold;
	}

.postStyleSideBottom2
	{
	border-left:1px solid #d4c6d5;
	border-right:1px solid #d4c6d5;
	background:#ffffff;
	padding-left:10px;
	padding-right:5px;
	}

.centerback001ServiceAudioEl01
	{
	width:968px;height:250px;
	}	
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#111111;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#111111;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}



#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 8px solid #b5b4b4;
	text-align:left;
	top:50%;
	left:50%;
}



#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;

}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}



#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}



#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}	
	
	
	
	
	
.corners1 {
    
    color: #000;
    width: 500px;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.corners2 {
    
    color: #000;
    width: 360px;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    float:left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


.corners2b {
    
    color: #000;
    width: 760px;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder4.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}



.corners2c {
    
    color: #000;
    width: 360px;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    background-position:198px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


.corners2d {
    
    color: #000;
    width: 760px;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder5.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}


.corners3 {
    
    color: #000;
    width: 490px;
    padding: 10px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.supportEl02
	{	
	width:540px;height:auto;float:left;	
	}
	
.supportEl03
	{	
	width:500px;height:auto;float:left;
	}
	
.supportEl04corners
	{	
    color: #000;
    width: 200px;
    padding: 20px;
	padding-bottom:30px;
	margin-bottom:30px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;	
	height:auto;
	float:right;
	z-index:0;
	}

.cornersTitle
 	{   
    color: #000;
    width: 120px;
    padding: 10px;
    text-align: left;
    background-image:url('images/holder1.jpg');
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}
	
	
.cornersImageMainOutter 
	{
    color: #000;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder1.jpg');
	background-repeat:no-repeat;	
    float:left;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	width:890px;
	height:auto;
	margin-bottom:10px;
	border:2px solid #dbcea8;
}


.cornersImageMainOutter h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
	font-weight:800px;
	border-bottom:1px solid black;
	}
	
	
.cornersImageContainerOne 
	{
    color: #000;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder5.png');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	width:800px;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
	color:#000000;
	font-size:11px;
	float:left;
	border:1px dashed #9bacca;
	
	}
	
.cornersImageContainerOne h2
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:800px;
	font-size:16px;
	}


.cornersImageContainerOne h3
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0px;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:800px;
	font-size:14px;
	}

	
.cornersImageContainerTwo 
	{
    color: #000;
    width: 420px;
    padding: 10px;
    text-align: left;
    background-image:url('images/holder4.png'); 
	background-position:-178px 400px;   
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	height:auto;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:20px;
	color:#000000;
	font-size:12px;
	float:right;
	}
	

		
.cornersImageContainerTwo h2
	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0px;
	margin-bottom:7px;
	font-weight:900px;
	text-indent:10px;
	}
	
.cornersImageContainerTwo p
	{		
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	
	padding-left:10px;
	}
.cornersImageContainerThree
	{	
	width:330px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:12px;
	margin-top:5px;
	float:left;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder4.png');
    border:2px solid #dbcea8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	}
	

.cornersImageContainerThree h2
	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight:800px;
	}
.cornersImageContainerThree p
	{		
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	
	padding-left:10px;
	}	
	
.cornersImageContainerFour
	{	
	width:855px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:12px;
	border:1px solid #dbcea8;
	margin-top:25px;	
    padding: 20px;
    text-align: left;
    background-image:url('images/holder4.png');   
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerFour h2
	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight:800px;
	}
	
.cornersImageContainerFive
	{	
	width:410px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:12px;
	border:2px solid #dbcea8;
    padding: 20px;
    text-align: left;
    background-image:url('images/holder3.png');   
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	}
	
.cornersImageContainerFive h2
	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight:800px;
	}
	
.sidebarBlog
	{
	width:380px;
	height:auto;
	overflow:hidden;
	float:right;
	list-style:none;
	margin-left:5px;
	margin-right:15px;
	margin-top:10px;
	}

	
.extractTitlesOutter01
	{	
	width:380px;
	height:auto;
	border-left:1px solid #dbcea8
	border-right:1px solid #dbcea8
	}

.extractTitlesOutter02
	{	
	width:360px;
	height:auto;
	border:1px solid white;
	}
	
	
	
.post000 .extractTitlesOutter01 .extractTitlesOutter02 .extractTitles
	{
	
	
	}
	
	
.post000 .extractTitles a:link,
.post000 .extractTitles a:visited
	{
	text-decoration:none;
	color:#000000;
	}

	
.post000 .extractTitles a:hover
	{
	text-decoration:none;
	color:#c00000;
	background-color:#dbdde3;
	}
	
.post000 .extractTitles
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	
	}
	
.ISkin000cntSideBlog01
	{
	width:380px;
	height:auto;
	border-top:1px solid #dbcea8
	float:left;
	}
	
.ISkin000cntSideBlog03
	{	
	width:380px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}

.ISkin000cntSideBlog03 h2
	{		
	margin:0px;
	padding:2px;
	font-size:16px;
	}
	
.addedElement001
	{
	width:auto;height:auto;float:left;padding-left:18px;
	}

.addedElement002
	{
	width:370px;height:auto;float:left;padding-left:25px;
	}
.addedElement002 h2
	{
	font-size:12px;text-indent:20px;
	}
.addedElement003
	{
	width:280px;height:auto;float:left;
	}
.addedElement004
	{
	float:left;background-color:#d8dbea;
	}	
	
.ISkin001Cnt4OutterCat
	{
	width:490px;
	height:auto;
	
	margin-top:10px;
	float:left;
	background-image:url('images/blog_background1.png');
	background-repeat:no-repeat;
	
	}
	
.ISkin001Cnt4OutterCatTag
	{
	width:690px;
	height:auto;
	margin:0px;
	margin-top:10px;
	float:left;
	padding-left:30px;
	}	
		
.ISkin001Cnt4OutterCatTag h2
	{
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #d1c08c;
	
	}
	
.ISkin001Cnt4innerTopCat
	{
	width:490px;
	height:70px;
	float:left;
	background-image:url('images/newtimemediaSingle_topie6.png');
	background-repeat:no-repeat;	
	}	
	
.ISkin001Cnt4innerTopCat h2
	{
	width:440px;
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #d1c08c;
	margin-left:30px;
	margin-top:20px;
	}
	
.ISkin001Cnt4innerMiddleCat
	{
	width:470px;
	height:auto;
	float:left;
	background-image:url('images/newtimemediaSingle_center.png');
	background-repeat:repeat-y;
	padding-left:20px;
	padding-left:20px;
	}	
	
.ISkin001Cnt4innerMiddleHolderCat
	{
	width:440px;
	height:auto;
	margin-left:10px;
	
	}
	
.ISkin001Cnt4innerBottomCat
	{
	width:490px;
	height:74px;
	float:left;
	text-align:left;
	padding-top:20px;
	background-image:url('images/newtimemediaSingle_bottom.png');
	background-repeat:no-repeat;
	}

.ISkin001Cnt4innerMiddleHolderCatEl01
	{	
	FONT-SIZE: 12px;
	COLOR: #643366;
	FONT-FAMILY: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif,
	}
	
.sidebarBlogCat
	{
	width:220px;
	height:auto;
	overflow:hidden;
	float:right;
	list-style:none;
	
	margin-top:10px;
	}
	
.sidebarBlogCat2
	{
	width:220px;
	height:auto;
	overflow:hidden;
	float:left;
	list-style:none;
	
	margin-top:10px;
	}
	
.ISkin000cntSideBlog01Cat
	{
	width:220px;
	height:auto;
	border-top:1px solid #dbcea8
	float:left;
	}
	
.ISkin000cntSideBlog03Cat
	{	
	width:180px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}
	
.ISkin000cntSideBlog03Cat h2
	{		
	margin:0px;
	padding-left:15px;
	padding-bottom:10px;
	font-size:12px;
	}
	

.ISkin000cntSideBlog03Catv3
	{	
	width:180px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}
	
.ISkin000cntSideBlog03Catv3 h2
	{		
	margin:0px;

	padding-bottom:10px;
	font-size:12px;
	}	
		
.extractTitlesOutter01Cat
	{	
	width:210px;
	height:auto;

	border-right:1px solid #dbcea8;
	
	}

.extractTitlesOutter01Catv2
	{	
	width:185px;
	height:auto;

	
	padding-left:3px;
	}


.extractTitlesOutter01Catv3
	{	
	width:185px;
	height:auto;

	
	
	}


.extractTitlesOutter02Cat
	{	
	width:200px;
	height:auto;
	padding-left:10px;
	}
	
.extractTitlesCat
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	
	line-height:18px;
	}
	
.extractTitlesCat ul li
	{
	list-style:none;
	}
	
.extractTitlesCat a:link
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesCat a:visited
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesCat a:hover
	{
	text-decoration:none;
	color:#cc0000;
	background-color:#dbcea8;
	}
	
.cornersImageContainerOneCat
	{	
	width:170px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;
	
	margin-right:8px;		
    padding: 20px 20px 20px 25px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	}
	
.cornersImageContainerOneCat h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat p
	{		
width:170px;
	}
	
	
.cornersImageContainerOneCat2
	{	
	width:170px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;
	
	margin-left:1px;		
    padding: 20px;
    text-align: left;
      
	border:3px solid #dbcea8; 

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	}
	
.cornersImageContainerOneCat2 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat2 p
	{		
width:170px;
	}
	
	
.cornersImageContainerOneCat3
	{	
	width:180px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;	
	margin-left:1px;		
    padding: 10px;
    text-align: left;      
	border:2px solid #dbcea8; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:right;
	}
	
.cornersImageContainerOneCat3 h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat3 p
	{		
	width:170px;
	}
	
	
.cornersImageContainerOneCat4
	{	
	width:170px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;	
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8;    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat4 h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat4 p
	{		
width:170px;
	}
	
	
.cornersImageContainerOneCat5
	{	
	width:660px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;	
	margin-left:1px;		
    padding: 10px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8;     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:right;	
	}
	
.cornersImageContainerOneCat5 h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat5 p
	{		
width:650px;
	}
	
.cornersImageContainerOneNews
	{	
	width:640px;
	height:auto;
	margin-bottom:10px;
	color:#7e7e7d;
	font-size:11px;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8;     
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	}
	
.cornersImageContainerOneNews h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneNews p
	{		
width:170px;
	}
	
.extractTitlesCat2
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;	
	line-height:18px;
	}
	
.extractTitlesCat2 a:link
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesCat2 a:visited
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesCat2 a:hover
	{
	text-decoration:none;
	color:#cc0000;
	}
	
.tagsRelated001
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	margin-left:30px;	
	line-height:18px;	
	}
	
.tagsRelated001 a:link
	{
	text-decoration:none;
	color:#5c64c4;
	font-weight:500;
	}
	
.tagsRelated001 a:visited
	{
	text-decoration:none;
	color:#5c64c4;
	font-weight:500;
	}
	
.tagsRelated001 a:hover
	{
	text-decoration:none;
	color:#cc0000;
	font-weight:500;
	}

.newtimemediaLineBreaker
	{
	width:200px;
	height:10px;
	border-top:1px solid #dbcea8;
	margin-left:20px;
	}
	
.extractTitlesNews1
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;	
	line-height:18px;
	}
	
.extractTitlesNews1 a:link
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesNews1 a:visited
	{
	text-decoration:none;
	color:#000000;
	}
	
.extractTitlesNews1 a:hover
	{
	text-decoration:none;
	color:#cc0000;
	}

.newtimemediaNewsAboutHolder
	{
	width:690px;height:auto;float:right;padding-right:30px;margin-top:10px;
	}
	
.newtimemediaNewsAboutHolderEl01
	{	
	width:660px;height:auto;float:left;margin-bottom:10px;
	}
	
.newtimemediaNewsAboutHolderEl01 img
	{	
	padding:7px;
	}	
	
	
.newtimemediaNewsAboutHolderEl01 h2
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:14px;line-height:14px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsAboutHolderEl01 h3
	{	
font-family:Helvetica, Verdana, Arial, sans-serif;font-size:11px;line-height:18px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsAboutHolderEl01 p
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:12px;padding-top:5px;padding-bottom:10px;
	}

.newtimemediaNewsAboutHolderEl01b
	{	
	width:670px;height:auto;float:left;margin-bottom:10px;
	}
	
.newtimemediaNewsAboutHolderEl01b h2
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:14px;line-height:14px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsAboutHolderEl01b h3
	{	
font-family:Helvetica, Verdana, Arial, sans-serif;font-size:11px;line-height:18px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsAboutHolderEl01b p
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:12px;padding-top:5px;padding-bottom:10px;
	}
 
.cornersImageContainerOneCat5 a:link
	{
	text-decoration:underline;
	color:#000000;
	}
	
.cornersImageContainerOneCat5 a:visited
	{
	text-decoration:underline;
	color:#000000;
	}
	
.cornersImageContainerOneCat5 a:hover
	{
	text-decoration:underline;
	color:#cc0000;
	background-color:#dbcea8;
	}
	
	
.newtimemediaNewsBriefHolder
	{
	width:690px;height:auto;float:right;padding-left:30px;
	}
	
.newtimemediaNewsServicesHolder
	{
	width:915px;height:auto;float:left;margin-top:10px;margin:0px;padding:0px;
	}
	
.cornersImageContainerOneCat6
	{	
	width:905px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 5px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	float:left;	
	}
	
.cornersImageContainerOneCat6 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat6 p
	{		
width:850px;
	}
	
.newtimemediaNewsServicesHolderEl01
	{	
	width:850px;height:auto;float:left;margin-bottom:10px;
	}
	
.newtimemediaNewsServicesHolderEl01 h2
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:14px;line-height:14px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsServicesHolderEl01 h3
	{	
font-family:Helvetica, Verdana, Arial, sans-serif;font-size:11px;line-height:18px;margin:0px;padding:0px;
	}
	
.newtimemediaNewsServicesHolderEl01 p
	{	
	font-family:Helvetica, Verdana, Arial, sans-serif;font-size:12px;padding-top:5px;padding-bottom:10px;
	}
	
.cornersImageContainerOneCat7
	{	
	width:625px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat7 h2	
	{		
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	}
	
.cornersImageContainerOneCat7 p
	{		
width:625px;
	}


#web_design_media_inneri li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:right;
	
	
	}	
	
#web_design_media_inneri li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#web_design_media_inneri li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#web_design_media_inneri li a:hover
	{
	color:#FF0000;
	text-decoration:none;
	}	

.headerimg000Element02i
	{	
	width:440px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:left;
	
	margin-bottom:10px;
	}	
	
.headerimg000Element02i a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.headerimg000Element02i	a:visited
	{
	color:#000000;
	}
.headerimg000Element02i a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}	
	
.cornersImageContainerOneCat6El01
	{
	width:900px;height:auto;float:left;
	}
.cornersImageContainerOneCat6El02
	{	
	width:670px;height:auto;float:right;padding-right:5px;
	}
.cornersImageContainerOneCat6El03
	{		
	width:218px;height:auto;float:left;
	}










	
.cornersImageContainerOneAV01	
	{		
	width:300px;height:auto;float:left;
	}
	
.cornersImageContainerOneCat8
	{	
	width:280px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat8 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat8 p
	{		
	width:280px;
	}
	
	
.cornersImageContainerOneAV02
	{	
	width:520px;height:auto;float:right;
	}
	
.cornersImageContainerOneCat9
	{	
	width:515px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat9 h2	
	{		
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	
	}
	
.cornersImageContainerOneCat9 p
	{		
	width:515px;
	}


.servicesVideoTitle
	{	
	font-size:11px;
	font-weight:400;
	margin:0px;
	padding:0px;
	height:14px;
	}
	
.servicesVideoTitle a:link
	{
	color:#000000;
	text-decoration:none;
	border-bottom:1px dashed #dbcea8;
	}	
	

.servicesVideoTitle a:visited
	{
	color:#000000;
	text-decoration:none;
	border-bottom:1px dashed #dbcea8;
	}	

.servicesVideoTitle a:hover
	{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dashed #dbcea8;
	}	
	
	
.cornersImageContainerOneCat10
	{	
	width:500px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 5px;
    text-align: left;
    background-image:url('images/holder4.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	float:right;
	
	}
	
.cornersImageContainerOneCat10 h2	
	{		
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	}
	
.cornersImageContainerOneCat10 p
	{		
	width:490px;
	}
	
.cornersImageContainerOneCat11
	{	
	width:515px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder1.jpg');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat11 h2	
	{		
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	}
	
.cornersImageContainerOneCat11 p
	{		
	width:515px;
	}
	
.cornersImageContainerOneCat12El01
	{		
	width:428px;height:auto;float:right;
	}
	
	
.cornersImageContainerOneCat12
	{	
	width:420px;
	height:300px;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-color:#ffffff;
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat12 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat12 p
	{		
width:420px;
	}
	
	
	
.cornersImageContainerOneCat13
	{	
	width:385px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat13 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat13 p
	{		
width:385px;
	}
	
.cornersImageContainerOneCat13El03
	{		
	width:390px;height:auto;float:left;
	}
	
	
.cornersImageContainerOneCat14
	{	
	width:385px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat14 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat14 p
	{		
width:385px;
	}
	
.cornersImageContainerOneCat14El01
	{		
	width:390px;height:auto;float:left;
	}	
	
.cornersImageContainerOneCat15
	{	
	width:405px;
	height:auto;
	margin-bottom:10px;
	color:#ffffff;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder6.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat15 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat15 p
	{		
width:405px;
	}
	
.cornersImageContainerOneCat15El01
	{		
	width:390px;height:auto;float:right;
	}	
	
.cornersImageContainerOneCat16
	{	
	width:375px;
	height:170px;
	margin-bottom:10px;
	color:#ffffff;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 10px;
    text-align: left;
     
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:right;
	
	}
	
.cornersImageContainerOneCat16 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat16 p
	{		
width:375px;
	}
	
.cornersImageContainerOneCat16El01
	{		
	width:370px;height:auto;float:right;
	}	
	
.cornersImageContainerOneCat17
	{	
	width:405px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat17 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat17 p
	{		
width:405px;
	}
	
.cornersImageContainerOneCat17El01
	{		
	width:390px;height:auto;float:left;
	}	
	
.cornersImageContainerOneCat18
	{	
	width:855px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:left;
	
	}
	
.cornersImageContainerOneCat18 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat18 p
	{		
width:855px;
	}
	
.cornersImageContainerOneCat18El01
	{		
	width:390px;height:auto;float:left;
	}		
	
	
	
.cornersImageContainerOneCat19
	{	
	width:515px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 20px;
    text-align: left;
    background-image:url('images/holder9.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	float:right;
	
	}
	
.cornersImageContainerOneCat19 h2	
	{		
	margin:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	
	}
	
.cornersImageContainerOneCat19 p
	{		
	width:515px;
	}	
	
	
	
.cornersImageContainerOneCat20
	{	
	width:770px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 10px;
    text-align: left;
	background-color:#FFFFFF;
      
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;

	
	}
	
.cornersImageContainerOneCat20 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat20 p
	{		
width:750px;
	}


.cornersImageContainerOneCat20 a:link
	{
	text-decoration:underline;
	color:#000000;
	}
	
.cornersImageContainerOneCat20 a:visited
	{
	text-decoration:underline;
	color:#000000;
	}
	
.cornersImageContainerOneCat20 a:hover
	{
	text-decoration:underline;
	color:#cc0000;
	background-color:#dbcea8;
	}






	
	
.list_inner_single
	{
	width:483px;
	height:20px;
	float:left;
	text-decoration:none;
	border-bottom:1px solid black;
	}


.list_inner_videotitle
	{
	width:180px;
	float:left;
	padding-left:10px;
	}
	
.list_inner_videodescrip
	{
	width:220px;
	float:left;
	}
	
.list_inner_videotime
	{	
	width:30px;
	float:left;
	}
	
.list_inner_videoplay
	{
	width:30px;
	float:right;
	}
	
.out_case_videolist
	{
	width:490px;
	height:auto;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	background-image:url('images/holder8.png');  	
	
	padding:10px;
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	overflow:hidden;
	}	
	
	
.webdesignFrontImagesEl02 a:link
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:bold;
	}
	
.webdesignFrontImagesEl02 a:visited
	{	
	text-decoration:none;
	color:#000000;
	border-bottom:1px dashed black;
	font-weight:bold;
	}
	
.webdesignFrontImagesEl02 a:hover
	{	
	text-decoration:none;
	color:#00CC00;
	border-bottom:1px dashed black;
	}



.webdesignFrontImagesEl02portfolio a:link
	{	
	text-decoration:none;
	color:#000000;

	font-weight:bold;
	}
	
.webdesignFrontImagesEl02portfolio a:visited
	{	
	text-decoration:none;
	color:#000000;

	font-weight:bold;
	}
	
.webdesignFrontImagesEl02portfolio a:hover
	{	
	text-decoration:none;
	color:#00CC00;

	}


.video-title-holder-outter-case-inner
	{
	width:70px;
	heighth:70px;
	float:left;
	}


.servicesVideoTitle-holder-outter
	{
	width:190px;heighth:70px;float:left;
	}
	
.newtimemediaNewsServicesHolderHome
	{
	width:920px;height:auto;float:left;margin:0px;padding:0px;padding-left:35px;
	}
	
.cornersImageContainerOneCat21
	{	
	width:870px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 10px;
    text-align: left;
    background-image:url('images/holder2.png');  
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;	
	}
	
.cornersImageContainerOneCat21 h2	
	{		
	margin:0px;
	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat21 p
	{		
	width:750px;
	}
	
.cornersImageContainerOneCat22
	{	
	width:680px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:12px;
	margin-left:1px;		
    padding: 10px;
    text-align: left;
	background-color:#ffffff;     
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;	
	}
	
.cornersImageContainerOneCat22 h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat22 p
	{		
	width:650px;
	}
	
.cornersImageContainerOneCat23
	{	
	width:335px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:500;
	margin-left:1px;		
    padding: 10px;
    text-align: left;
	background-color:#ffffff;     
	border:3px solid #dbcea8; 
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;	
	}
	
.cornersImageContainerOneCat23 h2	
	{		
	margin:0px;	
	padding-bottom:10px;
	font-size:12px;
	}
	
.cornersImageContainerOneCat23 p
	{		
	width:450px;
	}
	
	
.cornersImageContainerOneCat24
	{	
	width:340px;
	height:auto;
	margin-bottom:10px;
	color:#000000;
	font-size:11px;
	font-weight:800;		
    padding: 10px;
    text-align: left;
    background-image:url('images/holder3.png');   
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	float:left;border:1px dashed #9bacca;
	}
	
.cornersImageContainerOneCat24 h2
	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0px;
	margin-bottom:15px;
	margin-top:5px;
	font-weight:800px;
	}
	



.ISkin000Cnt2OutterHome
	{	
	width:330px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	float:left;
	color:#000000;
	}
	
.ISkin000Cnt2OutterHome h3
	{	
	margin:0px;
	padding:2px;
	font-size:14px;
	}
	
.ISkin000Cnt2OutterHome p
	{	
	margin-top:0px;
	margin-bottom:5px;
	font-size:12px;
	line-height:16px;
	font-weight:500;
	}
	
	

#web_design_media_innerj
	{
	width:430px;
	height:20px;
	float:left;
	
	color:#000000;
	}

#web_design_media_innerj li
	{
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	list-style:none;
	text-decoration:none;
	font-size: 16px;
	font-weight:800;
	float:right;
	margin-left:5px;
	margin-right:5px;
	
	}	
	
#web_design_media_innerj li a:link
	{
	color:#000000;
	text-decoration:none;
	}	
	

#web_design_media_innerj li a:visited
	{
	color:#000000;
	text-decoration:none;
	}	

#web_design_media_innerj li a:hover
	{
	color:#ffffff;
	text-decoration:none;
	}	
	
.headerimg000Element02j
	{	
	width:430px;
	height:20px;
	border-top:1px solid #dbcea8;
	border-bottom:1px solid #dbcea8;
	float:right;
	
	
	}	
	
.headerimg000Element02j a:link
	{	
	text-decoration:none;
	color:#000000;
	}
.headerimg000Element02j	a:visited
	{
	color:#000000;
	}
.headerimg000Element02j a:hover
	{	
	text-decoration:none;
	color:#FF0000;
	}	

.clearBoth
	{
	clear:both;
	}
	
.floatLeft
	{
	float:left;
	}
	
.postHomepageEl01
	{
	width:890px;height:auto;float:left;
	}
	
.companyNameHomePage02
	{	
	font-family: Helvetica, sans-serif;font-size:17px;padding-left:27px;
	}

.homepagePageList
	{
	width:470px;float:right;
	}
	
.companyNameOutterHomePage
	{	
	width:400px;float:left;margin-top:20px;
	}
	
	
/* Portfolio Video Player */

.video-title-holder
	{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
	width:660px;
	height:342px;
	border:7px solid #cabd9a;
	background-color:#d9cba5;
	}

#frame-holder-inner-video-stills
	{
	position:relative;
	width:270px;
	height:300px;
	overflow:hidden;
	float:left;
	border-top:1px solid #9a8650;
	border-right:4px solid #9a8650;
	border-bottom:1px solid #9a8650;
	background-color:#d9cba5;
	}

#frame-holder-inner-main-video-stills
	{
	height:280px;
	width:270px;
	position:relative;
	top:0px;
	left:0px;
	float:right;
	}

.container-object-video-stills
	{
	position:absolute;
	top:0px;
	left:0px;
	width:210px;
	display:none;
	}	
	
.video-title-holder-outter-case
	{	
	border-bottom:1px solid #5a5a86;
	width:270px;
	height:75px;
	padding-top:5px;	
	}	
	
.servicesVideoTitle-holder
	{	
	width:200px;height:40px;float:left;	
	}	
	

	
#previous-btn-video-stills
	{
	width:30px;
	height:30px;
	bottom:10px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-video-stills
	{
	width:30px;
	height:30px;
	bottom:10px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

.servicesVideoTitle
	{	
	font-size:10px;
	font-weight:400;
	margin:0px;
	padding:0px;
	height:14px;
	padding-bottom:1px;
	}	
	
.servicesVideoTitle a:link
	{
	font-size:10px;
	color:#000000;
	text-decoration:none;
	border-bottom:1px dashed #323264;
	}	
	
.servicesVideoTitle a:visited
	{
	font-size:10px;
	color:#000000;
	text-decoration:none;
	border-bottom:1px dashed #323264;
	}	

.servicesVideoTitle a:hover
	{
	font-size:10px;
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px dashed #323264;
	}	
	
.servicesVideoTitle-discription
	{
	font-size:11px;
	}
	

		
.previewSize
	{
	width:65px;height:65px;z-index:0;
	}
	

/* Video Player CSS */

.video-player-holder-outter
	{
	width:265px;height:275px;float:left;
	}
	
	
	
	
/* pictures portfolio */

#frame-holder-inner
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner2
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner3
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}


#frame-holder-inner4
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner5
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner6
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner7
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}


#frame-holder-inner8
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#frame-holder-inner9
{
	position:relative;
	width:580px;
	height:396px;



	/* serves as a mask */
	overflow:hidden;
	float:right;
}

#previous-btn
	{
	width:30px;
	height:30px;
	bottom:250px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn
	{
	width:30px;
	height:30px;
	bottom:250px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}



#previous-btn-images
	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-images
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#previous-btn-geoffburch
	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-geoffburch
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#previous-btn-sportscorp	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-sportscorp
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#previous-btn-eurosmartpack	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-eurosmartpack
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#previous-btn-businessPolitics	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-businessPolitics
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}


#previous-btn-jjacobs	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-jjacobs
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}


#previous-btn-iCompli	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-iCompli
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}
	
#previous-btn-Ntmusic	
	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-Ntmusic
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#previous-btn-amirkhan	
	{
	width:30px;
	height:30px;
	bottom:180px;
	left:10px;
	cursor:pointer;
	position:absolute;
	}

#next-btn-amirkhan
	{
	width:30px;
	height:30px;
	bottom:180px;
	right:10px;
	cursor:pointer;
	position:absolute;
	}

#frame-holder-inner-main
{
	height:750px;
	
	/* should be the sum of all photos */
	width:440px;
	background-color:#ffffff;
	/* position it */
	position:relative;
	top:0px;
	left:0px;
}



#frame-holder-inner-main-images
{
	height:auto;
	
	/* should be the sum of all photos */
	width:540px;
	background-color:#ffffff;
	/* position it */
	position:relative;
	top:0px;
	left:0px;
}



#frame-holder-inner-images
{
	position:relative;
	width:520px;
	height:450px;

	

	/* serves as a mask */
	overflow:hidden;
	float:left;
}





.container-object
{
	position:absolute;
	top:0px;
	left:0px;

	display:none;
}
	
/* Protfolio Clients Holder */


.clientList-outter
	{
	padding:5px;
	}
.clientList-Container
	{
	width:680px;height:auto;padding-left:5px;
	}


.clientList-Container h2
	{
	font-size:12px;padding:9px;padding-left:33px;
	}


.clientList_head001
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content001
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	
	

	
.clientList_head002
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content002
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	

	
.clientList_head003
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content003
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}

	
.clientList_head004
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content004
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	

	
.clientList_head005
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content005
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	

	
.clientList_head006
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content006
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}

	
.clientList_head007
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}
	
	
.clientList_content008
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	
.clientList_head008
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}



.clientList_content009
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}
	
.clientList_head009
	{
	width:675px;height:32px;background-image:url('images/new-time-media-portfolio-menu-head.png');background-repeat:no-repeat;
	}


	
	
.clientList_content007
	{
	border:1px solid #d9cba5;width:668px;height:auto;margin-left:2px;
	}	
.closeBtn007
	{
	width:670px;height:32px;background-image:url('images/btn-up-img.png');background-repeat:no-repeat;
	}
	
	
.casestudy-main-outter
	{
	width:640px;height:auto;
	}
.casestudy-main-inner
	{
	width:630px;height:auto;float:left;margin-top:20px;padding:15px;
	}
.casestudy-main-inner h3
	{
	margin-bottom:10px;border-bottom:1px solid #d4d3d1;font-size:15px;	
	}

.casestudy-main-inner h4
	{
	margin:0px;padding-top:10px;font-size:12px;
	}





.casestudy-main-inner-add1
	{
	padding-left:50px;	
	}
		
.casestudy-main-inner-linkholder
	{
	text-align:center;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;padding-top:18px;padding-bottom:18px;border-bottom:1px solid #d4d3d1;
	}	

.casestudy-main-inner-linkholder a:link
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
.casestudy-main-inner-linkholder a:visited
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
.casestudy-main-inner-linkholder a:hover
	{
	text-decoration:none;color:#5959f4;border-bottom:1px dashed #5959f4;
	}
	
.casestudy-main-inner a:link
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
.casestudy-main-inner a:visited
	{
	text-decoration:none;color:#000000;border-bottom:1px dashed #000000;
	}
	
.casestudy-main-inner a:hover
	{
	text-decoration:none;color:#5959f4;border-bottom:1px dashed #5959f4;
	}
	
	
	
	.contact-promo-outter
	{
	width:500px;height:480px;padding:0px 0px 0px 20px;
	}

.contact-promo-inner
	{
	width:480px;height:550px;padding:10px 0px 0px 10px;
	}
	
.contact-promo-inner-cnt1
	{
	width:460px;height:130px;padding:5px;
	}

.contact-promo-inner-cnt1 h2
	{
	border-bottom:1px solid black;font-size:16px;font-family:Arial, Helvetica, sans-serif;
	}

.contact-promo-inner-cnt1 p
	{
	font-size:12px;font-family:Arial, Helvetica, sans-serif;padding-top:10px;
	}
	
.contact-promo-inner-cnt2
	{
	width:460px;height:230px;padding:5px;
	}

.clientslide-background-01
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-sportscorp.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}
	
.clientslide-background-02
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-geoffburch.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}
	
.clientslide-background-03
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-jjacobs.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}

.clientslide-background-04
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-businesspolitics.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}

.clientslide-background-05	
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-sspeakers.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}
	
.clientslide-background-06	
	{	
	width:460px;height:200px;background-image:url('images/client-contact-promo-eurosmartpack.png');background-repeat:no-repeat;-webkit-border-radius:15px;-moz-border-radius: 15px;	
	}		
	
	
.new-time-media-web-design-sidebar-EL01
	{
	width:220px;
	height:auto;
	border-top:1px solid #dbcea8
	float:left;
	margin-right:30px;
	}


.ISkin000cntSideBlog03Cat
	{	
	width:220px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}
	
.ISkin000cntSideBlog03Catv2
	{	
	width:220px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}	
	
.new-time-media-web-design-sidebar-EL03
	{	
	width:220px;
	height:auto;

	}
	
.new-time-media-web-design-sidebar-EL02 h2
	{		
	margin:0px;
	padding-left:15px;
	padding-bottom:10px;
	font-size:12px;
	}
	
.new-time-media-web-design-sidebar-EL04
	{	
	width:210px;
	height:auto;
	}
	
.new-time-media-web-design-sidebar-EL05
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-left:20px;
	line-height:18px;
	}	
	
.newtimemediaLineBreaker
	{
	width:200px;
	height:10px;
	border-top:1px solid #dbcea8;
	margin-left:20px;
	}
	
	
.new-time-media-web-design-sidebar-EL02
	{	
	width:220px;
	height:auto;
	border-bottom:1px solid #dbcea8
	float:left;
	}
	
.new-time-media-web-design-sidebar-EL05 ul li
	{
	list-style:none;
	}
	
.new-time-media-web-design-sidebar-EL05 a:link
	{
	text-decoration:none;
	color:#000000;
	}
	
.new-time-media-web-design-sidebar-EL05 a:visited
	{
	text-decoration:none;
	color:#000000;
	}
	
.new-time-media-web-design-sidebar-EL05 a:hover
	{
	text-decoration:none;
	color:#cc0000;
	background-color:#dbcea8;
	}	
	
	
.ISkin000cntSideBlog03Cat h2
	{		
	margin:0px;
	padding-left:15px;
	padding-bottom:10px;
	font-size:12px;
	}