/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form, ul, li, a, a:link, a:visited, a:hover, a:focus, a:active {
	margin: 0;
	outline: 0;
	font-size: 100%;
}


body {
	font-size: 70%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;	
}

	p { margin-top: 0px; margin-bottom: 10px; }


/* Commonly used to style page titles. */
h1 {
  font-size: 218%;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 164%;
}
h3 {
	font-size: 130%;
	color: #660000
}
h4 {
	font-size: 118%;
	color: #EB1D25;
}
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

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




.menu {
	width: 150px;
	padding:10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	}
	
	.menu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
	text-decoration: none;

	}
	
	.menu li a {
	font-weight:normal;
	padding: 0px 0 0px 0px;
	margin: 0px;
	text-decoration: none;

		}
		
	.menu li a:visited {
	height: 15px;
	color: #666666;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
		
	.menu li a:link {
	height: 15px;
	color: #666666;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
		
	.menu li a:hover {
	color: #000000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
	.menu li a:active {
	color: #FF0000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}


.submenu {
	width: 150px;
	padding:10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	}
	
	.submenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
	text-decoration: none;

	}
	
	.submenu li a {
	font-weight:normal;
	padding: 0px 0 0px 0px;
	margin: 0px;
	text-decoration: none;

		}
		
	.submenu li a:link {
	height: 15px;
	color: #EB1D25;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
	
	.submenu li a:visited {
	height: 15px;
	color: #EB1D25;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
	.submenu li a:hover {
	color: #000000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
	.submenu li a:active {
	color: #FF0000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
		
		
		
		.sub-submenu {
	width: 150px;
	padding:10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-indent: 15px;
	}
	
	.sub-submenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
	text-decoration: none;

	}
	
	.sub-submenu li a {
	font-weight:normal;
	padding: 0px 0 0px 0px;
	margin: 0px;
	text-decoration: none;

		}
		
	.sub-submenu li a:link {
	height: 15px;
	color: #000000;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
	
	.sub-submenu li a:visited {
	height: 15px;
	color: #000000;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
	.sub-submenu li a:hover {
	color: #717171;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
	.sub-submenu li a:active {
	color: #000000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
		
		
/************************/
/****** BOTTOM NAV ******/
/************************/
				
#bottom-info {
	color:#666666;
	padding:10px 0 5px;
	text-align:right;
	font-size: 9px;
	float: right;
}
#bottom-info ul { list-style-type:none; margin-left: 0px;}
#bottom-info li {
	display:inline;
	padding:0 6px;
	color: #FF0000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#bottom-info li.last { border-right:none;}

#bottom-info li a {
	color:#666666;
	text-decoration:none;
}
	
#bottom-info a:hover {
	color:#FF0000;
	text-decoration:none;
}


/****************************/
/****** MAIN STRUCTURE ******/
/****************************/


.discipline_type_red {color: #EB1D25}
.discipline_type_yellow {color: #F3c716}
.discipline_type_green {color: #54b948}
.discipline_type_purple {color: #a54499}
.discipline_type_blue {color: #0093d1}
.discipline_type_orange {color: #f78f1e}

	

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#container {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 950px;
}


#main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
}


.nav_container {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(images/grad.gif);
	height: 100%;
	background-repeat: repeat-x;
}
#top_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 90px;
}
.logo {
	width: 105px;
	height: 90px;
	float: left;
	color: #FFFFFF;
}
.main_content {
	width: 760px;
	background-color: #EB1D25;
	clear: none;
	float: right;
	height: 100%;
}
.diciplines {
	width: 740px;
	height: 90px;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-position: right;
	letter-spacing: 0.5px;
}
.red_base {
	width: 740px;
	background-color: #EB1D25;
	clear: none;
	vertical-align: bottom;
}


	
#base-container {
	color:#D0D0D0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	padding-bottom: 30px;
}

#copyright {
	color:#333333;
	padding:10px 0 5px;
	text-align:left;
	font-size: 9px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#copyright ul { list-style-type:none; margin-left: 0px;}

#copyright li {
	display:inline;
	padding:0 6px;
	color: #333333;
}
#copyright li.last {
}
#copyright li a {
	color:#333333;
	text-decoration:none;
}
	
#copyright a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


#intro-type {
	color:#FFFFFF;
	font-size: 16px;
	float: left;
	font-weight: normal;
	width: 680px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
}

#welcome {
	padding-top: 30px;
	padding-left: 30px;
	text-align: left;
	padding-right: 430px;
}
.left-portfolio {
	width: 150px;
	font-size: 8px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	}
	
.left-portfolio-type {
	font-size: 11px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	width: 140px;
	border-color: #000000;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-left: 10px;
}



#contact-details {
	width: 150px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 7px;
	}
	
	#contact-details ul{
	padding:7px 0px 0px;
	list-style:none;
	display: block;
	text-decoration: none;
	color: #666666;

	}
	
	#contact-details li {
	font-weight:normal;
	border-bottom-color: #666666;
	margin: 0px;
	display: block;
	text-decoration: none;
	padding-top: 7px;

		}
	
	#contact-details li a {
	font-weight:normal;
	margin: 0px;
	display: block;
	text-decoration: none;

		}
		
	#contact-details li a:link, #contact-details li a:visited {
	color: #666666;
	text-decoration: none;
		}
		
	#contact-details li a:hover {
	color: #000000;
	display: block;
	text-decoration: none;

		}
		
	#contact-details li a:active {
	color: #FF0000;
	display: block;
	text-decoration: none;
	padding-top: 7px;

		}
		
		
		
		
#home-flash {
	color:#FFFFFF;
	font-size: 16px;
	float: left;
	font-weight: normal;
	width: 680px;
	line-height: 25px;
	padding-right: 40px;
	padding-left: 40px; }
	
.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 90px; }

 #contact-details-container {
	width: 150px;
	padding:10px 0px;
	background-color: #000000;
	height: 20px;
	vertical-align: bottom; }

#container1 {
	color:#FFFFFF;
	font-size: 12px;
	float: left;
	font-weight: normal;
	width: 680px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	text-align: left; }

#home-page-text {
	color:#FFFFFF;
	font-size: 12px;
	float: left;
	font-weight: normal;
	width: 490px;
	text-align: left;
	line-height: 150%;
}
	







#update-container {
	color:#000000;
	float: right;
	width: 150px;
}


.update-box {
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	border-top-color: #EB1D25;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 150px;
}
.update-box p {
	color: #FFFFFF;
	margin: 0;
	line-height: 15px;
	text-indent: 5px;
	padding-top: 10px;
}
.update-box a, .info-box-grey a:visited {
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
}
.update-box a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.update-box-highlight a, .update-box-highlight a:visited {
	font-size: 15px;
	color: #767676;
	display: block;
	background-color: #FFFFFF;
	width: 150px;
	height: 18px;
	text-decoration: none;
	text-indent: 10px;
}
.update-box-highlight a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#updatebutton {
	float: right;
	width: 150px;
}

.portfolio-cont-1 {
	color:#eb1d25;
	float: left;
	font-weight: normal;
	width: 680px;
	padding-right: 40px;
	padding-left: 40px;
}

.portfolio-links {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	border-top-color: #EB1D25;
	width: 500px;
	height: 27px;
	margin-bottom: 10px;
	text-align: left;
}
#portfolio-heading {
	color:#eb1d25;
	font-size: 16px;
	float: left;
	font-weight: normal;
	width: 680px;
	line-height: 25px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 30px;
}
#smaller-portfolio-headings {
	color:#eb1d25;
	font-size: 16px;
	float: left;
	font-weight: normal;
	width: 680px;
	line-height: 25px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 30px;
}
.portfolio-main-content {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 100%;
}

.work-holder {
	float: left;
	width: 680px;
	height: 280px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.viral-holder {
	float: left;
	width: 680px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 60px;
}
.work-main-image {
	float: right;
	width: 320px;
	height: 240px;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.work-description {
	float: left;
	width: 260px;
	text-align: left;
	padding-right: 100px;
	font-size: 10px;
	line-height: 160%;
	color: #000000;
	height: 180px;
}
.small-preview-pics {
	float: left;
	width: 360px;
	height: 60px;
	border-bottom-width: 1px;
}
.small-preview {
	float: left;
	width: 70px;
	height: 60px;
	border-bottom-width: 1px;
	margin-right: 10px;
}


.work-description-box {
	float: left;
	width: 360px;
	height: 240px;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #EB1D25;
	text-align: left;
}
.viral-description-box {
	float: left;
	width: 680px;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #EB1D25;
	text-align: left;
}

.work-links {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	height: 180px;
	color: #181818;
	line-height: 20px;
}
.viral_names {
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	color: #181818;
	line-height: 20px;
	padding-bottom: 20px;
}
	
	
	.work-links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
	text-decoration: none;

	}
	
	.work-links li {
	font-weight:normal;
	padding: 0px 0 5px 0px;
	margin: 0px;
	text-decoration: none;

		}
	
	.work-links li a {
	font-weight:normal;
	padding: 0px 0 0px 0px;
	margin: 0px;
	text-decoration: none;

		}
		
	.work-links li a:visited {
	height: 15px;
	color: #EB1D25;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
		
	.work-links li a:link {
	height: 15px;
	color: #EB1D25;
	padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none;
		}
		
		
	.work-links li a:hover {
	color: #000000;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
	.work-links li a:active {
	color: #EB1D25;
	padding: 0px 0 0px 0px;
	text-decoration: none;

		}
		
		.client-headings {
	font-size: 170%;
	font-weight: bolder;
}
.digital-portfolio-main-content {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 2400px;
}
.digital-nav-container {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(images/grad.gif);
	height: 2400px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#digital_main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 2200px;
}

.secondary-page-text {
	color:#000000;
	font-size: 12px;
	float: left;
	font-weight: normal;
	width: 490px;
	text-align: left;
	line-height: 150%;
	padding-left: 40px;
}
.main_content_white {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 100%;
}


/************************/
/****** DIGITAL DHTML FOLIO CODE ******/
/************************/
#DHTMLgoodies_largeImage {
	float: right;
	width: 320px;
	height: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#DHTMLgoodiesa_largeImage {
	float: right;
	width: 320px;
	height: 240px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/************************/
/****** END ******/
/************************/


#w3c-container {
	color:#D0D0D0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	padding-bottom: 30px;
}
.design-work-holder {
	float: left;
	width: 680px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.client-headings {
	width: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	height: 30px;
	color: #181818;
	line-height: 20px;
}
.container-200x190 {
	width: 200px;
	height: 200px;
	padding-right: 40px;
	float: left;
}
.client-portfolio-type {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	width: 200px;
	text-indent: 0px;
	padding: 8px 0px 0px;
}
.container-200x190-right {
	width: 200px;
	height: 200px;
	float: right;
}
.portfolio-cont-design {
	color:#eb1d25;
	float: left;
	font-weight: normal;
	width: 680px;
	padding-right: 40px;
	padding-left: 40px;
}
.packaging-portfolio-main-content {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 750px;
}
#packaging_main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
}
.packaging-nav-container {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(images/grad.gif);
	height: 750px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


.design-portfolio-main-content {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 1200px;
}
#design_main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
}
.design-nav-container {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(images/grad.gif);
	height: 1200px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}


.exhibitions-portfolio-main-content {
	width: 760px;
	background-color: #FFFFFF;
	clear: none;
	float: right;
	height: 800px;
}
#exhibitions_main_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
.exhibitions-nav-container {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(images/grad.gif);
	height: 800px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.tv-work-holder {
	float: left;
	width: 320px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 300px;
}
.tv-container {
	width: 320px;
	float: left;
	height: 240px;
}
.tv-portfolio-type {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	text-align: left;
	width: 320px;
	text-indent: 0px;
	padding: 8px 0px 0px;
}
.tv-work-holder-right {
	float: right;
	width: 320px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 300px;
}
.radio-container {
	width: 320px;
	float: left;
	height: 240px;
	text-align: left;
	line-height: 2px;
}
#xmas-movie {
	color:#FFFFFF;
	font-size: 16px;
	float: left;
	font-weight: normal;
	width: 425px;
	line-height: 25px;
	padding-right: 168px;
	padding-left: 168px;
	padding-bottom: 20px;
	height: 319px;
}
.main_content_xmas {
	width: 760px;
	background-color: #EB1D25;
	clear: none;
	float: right;
	height: 1200px;
}
#main_container_xmas {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
	padding-left: 270px;
}
.left-portfoliotwit {
	width: 150px;
	font-size: 8px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
}
.left-portfoliotea {
	width: 150px;
	font-size: 8px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: left;
}
.casestudy_image {
	width: 468px;
	padding: 5px;
	height: auto;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.case_content_white {
	width: 760px;
	background-color: #FFFFFF;
	float: right;
	height: auto;
}
#main_container_case {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

