﻿	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
    color: #000000;
    font: 12px/1.6em Arial, Helvetica, sans-serif;
}
	ol {
		list-style-position: inside;
	}
	ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	/*blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}*/


/*  -----------------------------------------------------

	=Basic
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link, a:visited {
    color: #ED008C;
    text-decoration: underline;
}
	
	h1,
	h2,
	h3 {
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h3 {
		font-style: italic;
	}
	
	h4 {
    color: #10100f;
    font-size: 14px;
    padding: 0 0 0px 10px;
}
	
	h5 {
		color: #aaa;
		font-size: 9px;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
    background: left
center;
    padding-left: 10px;
}
	
	p,
	ul,
	ol,
	h1,
	h2,
	h3,
	hr,
	blockquote,
	table,
	#projects {
		margin-bottom: 1em;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	img {
}
	
		img:hover,
#projects img:hover {
			border-color: #999;
		}
	
	hr {
		background-color: #ccc;
		border: 0;
		color: #ccc;
		height: 1px;
	}
	
	th,
	td {
		line-height: 30px;
	}
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_280 {
    width: 250px;
}
	
	.width_320 {
		width: 320px;
	}
	
	.width_590 {
		width: 590px;
	}
	
	.featured {
		width: 500px;
	}
	
	blockquote {
		font-style: italic;
		background: url(../images/style-gray/quote.gif) no-repeat 0 4px;
		text-indent: 15px;
	}
	
	.main {
		text-align: justify;
	}
	
	.col {
    float: left;
    margin: 5px 10px 0 0;
}
#header .col {
    margin-right: 5px;
    float: left;
}
	
	#container .last {
    margin-right: 0;
    display: inline;
    margin-left: -10px;
    width: 281px;
}
	
	#content .col {
		margin-bottom: 30px;
	}
	
	.box {
    padding: 10px 15px 15px 15px;
}
	
	.width_590 .box {
		background-image: url(../images/col-bg-590px-bottom.gif);
	}
	
/*  -----------------------------------------------------

	=Body
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body {
    background: #FFFFFF;
    color: #666;
    text-align: center;
}


/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
    margin: 0 auto;
    text-align: left;
    width: 800px;
}


/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {
    color: #000000;
    height: 140px;
    position: relative;
    width: 800px;
    margin-top: 20px;
}
#header .brand {
    border-bottom: 1px solid #808080;
    margin: 0;
    padding-bottom: 15px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: #FFFFFF;
}
#header #menu {
    margin: 0;
}
		
			#header #menu li {
				background: none;
				float: left;
				margin-left: 1px;
				padding: 0;
			}
			
				#header #menu li a {
    color: #ED008C;
    display: block;
    font-size: 14px;
    padding: 5px 5px 8px 10px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
				
					#header #menu a:hover {
						color: #999;
						text-decoration: none;
					}
					
					#header #menu .active a {
					background: url(../images/nav-bg.gif) repeat-x;
					border-top: 1px solid #fff;
					border-left: 1px solid #fff;
					border-right: 1px solid #fff;
					color: #000;
					}


/*  -----------------------------------------------------

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {

}
	
		.col.width_280 h4.news {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 35px;
    margin-left: 4px;
}
		
		.col.width_590 h4.news {
			background: #fff url(../images/col-bg-590px-top-news.gif)
		}
		
		.col.width_280 h4.services {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
		
		.col.width_590 h4.services {
			background-image: #fff url(../images/col-bg-590px-top-services.gif)
		}
		
		.col.width_280 h4.flicker {
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
		
		.col.width_280 h4.testimonials {
			background-image: url(../images/col-bg-280px-top-testimonials.gif);
		}
		
		.col.width_280 h4.twitter {
			background-image: url(../images/col-bg-280px-top-twitter.gif);
		}
		
		.col.width_590 h4.about {
			background: #fff url(../images/col-bg-590px-top-about.gif)
		}
		
		.col.width_590 h4.hire {
			background: #fff url(../images/col-bg-590px-top-hire.gif)
		}
		
		.col.width_590 h4.portfolio {
			background: #fff url(../images/col-bg-590px-top-portfolio.gif)
		}
		
		.main .box h4,
		.main .box {
    overflow: hidden;
}
		
		.services li {
			background-image: url(../images/style-gray/bullet.gif);
		}
		
		.flicker img {
			margin: 0 1px;
		}
		
		.twitter {
			position: relative;
		}
		
			.twitter .twitter-btn {
				background: url(../images/style-gray/followme.gif) no-repeat;
				bottom: -10px;
				color: #fff;
				display: block;
				line-height: 25px;
				padding: 0 17px;
				position: absolute;
				right: 10px;
			}
		
		#slider {
			width: 500px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
			height: 250px;
			width: 500px;
			overflow: hidden;
			position: relative;
			clear: left;
		}
		
		.scrollContainer div.panel {
			height: 250px;
			padding-top: 10px;
			width: 500px;
		}
		
			.panel p {
				background: url(../images/bullet-star.gif) no-repeat left center;
				padding-left: 10px;
			}
			
			div.panel span.pin {
				background: url(../images/style-gray/pin.gif) no-repeat;
				display: block;
				height: 28px;
				left: 50%;
				position: absolute;
				top: 2px;
				width: 21px;
			}
		
		.navigation {
			position: absolute;
			top: 218px;
			right: 20px;
		}
		
		.navigation li {
			background: none;
			display: inline;
			float: left;
			padding: 0;
		}
		
		.navigation a {
			background: url(../images/style-gray/bullet.gif) no-repeat;
			display: block;
			height: 6px;
			margin-right: 2px;
			text-indent: -9999px;
			width: 6px;
		}
		
		.navigation a:hover {
			background: url(../images/bullet-black.gif);
		}
		
		.navigation a.selected {
			background: url(../images/bullet-black.gif);
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			position: absolute;
			top: 215px;
			z-index: 100;
		}
		
		.scrollButtons.left {
			right: 10px;
		}
		
		.scrollButtons.right {
			right: 0px;
		}
		
		.hidden {
			visibility: hidden;
		}

		#content table,
		#content th {
			border-bottom: 3px solid #fcfcfa;
		}
		
		tr.odd {
			background-color: #fcfcfa;
		}
		
		#projects {
			overflow: hidden;
		}
		
			#projects img {
				border-color: #ddd;
			}
			
			.project-head {
				background: url(../images/bullet-toggle-plus.gif) no-repeat left center;
				border-bottom: 1px solid #eee;
				cursor: pointer;
				padding-left: 10px;
				right: 0;
				top: 165px;
			}
			
				.project-head.opened {
					background-image: url(../images/bullet-toggle-minus.gif);
				}
			
			.project-body {
				border-bottom: 1px solid #ccc;
				display:none;
				overflow: hidden;
			}
			
				.project-body ul {
					float: right;
					width: 150px;
				}
				
				.project-body p {
					float: left;
					width: 350px;
				}
				
		.contactForm {
			width: 500px;
		}
		
			label {
				float: left;
				width: 100px;
			}
			
			.contactForm small {
				display: block;
				padding-left: 100px;
			}
			
			input,
			textarea, option {
    background-color: #CCCCCC;
    border: 1px solid #f2f2f2;
    font-family: "Courier New", Courier, monospace;
    font-style: italic;
    padding: 2px;
    width: 190px;
}
			
			input:focus,
			textarea:focus {
				background-color: #ececec;
				border-color: #ddd;
			}
			
			.btn {
				background: url(../images/style-gray/button.gif) no-repeat;
				border: 0;
				color: #fff;
				font-style: normal;
				height: 25px;
				width: 77px;
			}
			
			.required {
				color: #999;
			}
			
			#message_ok {
				color: #999;
				display: none;
			}
		
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#footer {
		background: url(../images/footer-bg.gif) repeat-x;
		clear: both;
		overflow: hidden;
		padding: 10px;
	}
	
		#footer img {
			border: 0;
		}
				
		#footer p {
			color: #b6b6b6;
			font-size: 10px;
			font-style: italic;
		}
		
			#footer p.right {
				float: right;
			}
		
			#footer p img {
				vertical-align: middle;
			}
#divMenu
{
   
    margin-top: 20px;

}
.width_logo
{
    width: 200px;
    float: left;
}

#pageheading
{
    width: 100%;
    height: 90px;
}
#pageheading h1
{
    font-family: Helvetica, Arial, Verdana;
    font-size: 90px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: -3px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
}
#pageintrotext
{
    width: 350px;
    height: 170px;
    padding-left: 20px;
    color: #000000;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    float: left;
}
.pbgsmall
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('assets/09/TVM_homepage_pink2.jpg');
    background-repeat: no-repeat;
}
.wbg
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('assets/TVM_homepage_pink.jpg');
    background-repeat: no-repeat;
}
.gbg
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('assets/09/TVM_homepage_grey.jpg');
    background-repeat: no-repeat;
    height: 217px;
    margin-bottom: 10px;
}
.hpbtn
{
    background-color: #CCCCCC;
    border: 1px solid #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    padding: 1px;
    width: 150px;
    font-weight: bold;
}
.popuphome
{
    border: 20px solid #FF00FF;
    width: 500px;
    height: 500px;
}
.box li
{
    padding-left: 0px;
}

.designbox
{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.designbox img
{
    float: left;

}
.designtext img
{
 float:none;
 }
.designtext
{
    width: 265px;
    padding-left: 15px;
    text-align: justify;
    padding-top: 20px;
    float: left;
}
.contentpage
{
    width: 100%;
    margin-top: 10px;
}
.designintro
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
}
.designbox ul
{
    font-weight: bold;
    text-indent: 12px;
}
.ServicesHeader
{
}
.contactform p
{
    font-size: 16px;
    font-weight: bold;
    color: #E82D9D;
}
.ContactLable
{
    margin-bottom: 0px;
}
.ContactInput
{
    margin-bottom: 3px;
}
.NewsHeader h3
{
    font-size: 16px;
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    color: #000000;
}
.NewsBox
{
    width: 600px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FF0066;
    margin-bottom: 20px;
}
.h1services
{
    color: #EC008C;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 12px;
    margin-right: 0px;
}
.servicesbox p
{
    font-size: 12px;
    text-align: justify;
}
.h1services1
{
    color: #EC008C;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
}
.divbd
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('09/bitdifferent-box.png');
    background-repeat: no-repeat;
    height: 297px;
    margin-bottom: 5px;
}
.divmo
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('09/makeover-box.png');
    background-repeat: no-repeat;
    height: 70px;
    margin-top: 5px;
}
.divnews
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('09/news-box.png');
    background-repeat: no-repeat;
    height: 225px;
    margin-bottom: 5px;
}
.divcoffee
{
    color: #FFFFFF;
    padding: 10px 0px 0px 0px;
    background-image: url('09/coffee-box.png');
    background-repeat: no-repeat;
    height: 142px;
    margin-top: 5px;
}
.divshow
{
    color: #FFFFFF;
    background-image: url('09/gallery-box.png');
    background-repeat: no-repeat;
    height: 407px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: -30px;
}
.menu5 {
    text-align: left;
    font-family: verdana, sans-serif;
    position: relative;
    font-size: 0.9em;
    height: 2.5em;
    margin: 0 padding:0;
    list-style-type: none;
    color: #808080;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
    float: left;
    position: relative;
    text-align: left;
}
.menu5 li a, .menu5 li a:visited {
    display: block;
    text-decoration: none;
    width: 6.5em;
    color: #000;
    float: left;
    padding-right: 1em;
    height: 3em;
    line-height: 3em;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
* html .menu5 li a, .menu5 li a:visited {
width:7em; w\idth:6em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a, .menu5 li a:hover
{
    text-decoration: underline;
    border: 0;
    color: #EC008B;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:0; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}

.topmenu
{
    float: right;
    margin-top: 40px;
}
.ExtrasBox
{
    width: 550px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FF0066;
    margin-bottom: 20px;
}


.contentpage a, .contentpage a:visited
{
 color:#ED008C;
}
.extrasmenu a, .extrasmenu a:visited
{
 color:#ED008C;
}
.clienttext li
        {
            list-style-type: disc;
            color: #FF0066;
        }
        .clienttext
        {
    margin-top: 40px;
    width: 200px;
    padding-left: 20px;
    float: left;
}
