/* RESET ============================== */
	
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; }

:focus { outline: 0; }

body { line-height: 1; color: black; background: white; }

ol, ul { list-style: none; }

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: "" ""; }

html {

}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #191919;
	margin: 45px 20px 20px 20px;
	text-align: center;
}

#center-wrap {
width:955px;
margin-right:auto;
margin-left:auto;
text-align:left;
}

/* HEADER ============================== */

#logoandnav {
	width: 180px;
	background: url(../img/bkg_header.png) no-repeat;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	float: left;
}

#header p {
	position: relative;
	top: 17px;
	left: 488px;
	font-size: 20px; 
	line-height: 27px;
	overflow: hidden;
}

#header a {
	text-decoration: none;
	color: #ec008c;
}

#header a:hover {
	color: #666;
}

/* HATECHES ============================== */

h1 a {
	float: left;
	display: block;
	width: 161px;
	height: 86px;
	background: url(../img/h1logo.png) no-repeat;
	text-indent: -9999px;
	font-size: 0;
	border-bottom: none;
	margin-bottom: 53px;
}

/* NAVIGATION ============================== */

#navbar ul {
	float: left;
	width: 180px;
	background: #fff;
	padding-left: 20px;
	height: 460px;
}
    
#navbar li a {
	background: #fff;
	font-family:  verdana, georgia, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	color: #242424; 
	padding: 1px 2px 1px 6px;
	padding-left: 6px;
	text-transform: uppercase;
}

#navbar li {
	margin-bottom: 2px;
}

#navbar a:hover {
	background: #242424;
	color: #fff;
}

#navbar li.on a {
	background: #ec008c;
	color: #fff;
	border-bottom: none;
}

.navsquare {
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	background: #242424;
}

#navbar li.on .navsquare {
	background: #ec008c;
}

/* MAIN CONTENT ============================== */

#main-content {
	position: relative;
	top: 80px;
	left: 40px;
	width: 715px;
	overflow: hidden;
	padding: 52px 10px 0px 10px;
	border-top: 1px solid #999;	
}

#contact-content {
	width: 400px;
	float: left;
}

/* #main-content h2.subtitle {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-weight: lighter;
	line-height: 42px;
	margin-bottom: 23px;
}*/

#main-content h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-weight: lighter;
	line-height: 42px;
	margin-bottom: 23px;
	margin-top: -5px;
}

#main-content p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 14px;
}

.twocols {
	-moz-column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	column-count: 2;
	column-gap: 50px;	}
}

#main-content ul {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #666;
}

#main-content li {
	padding-left: 15px;
	background: url(../img/bulletpoint.png) no-repeat;
	line-height: 21px;
}

#main-content ul#end {
	padding-top: 10px;
	margin-bottom: 0;
	color: #666;
}


#main-content a {
	text-decoration: none;
	color: #ec008c;
	padding-bottom: 2px;
	border-bottom: 1px dotted #e0e0e0;
}

#main-content a:hover {
	border-bottom: 1px dotted #ec008c;
	
}

.contact-content-bkg {
	background: url(../img/cuppabkg.png) right bottom no-repeat;
}


/* FOOTER ============================== */

#footer {
	margin-top: 116px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #999;
	clear: both;
	overflow: hidden;
	width: 955px;
	padding-top: 15px;
	border-top: 1px solid #999;	
}


/* INDEX ============================== */


#home-center-wrap {
width:955px;
margin-right:auto;
margin-left:auto;
text-align:center;
}

#home-center-wrap a.textlink {
text-decoration: none;
color: #242424;
font-weight: bold;
}

#home-center-wrap a:hover.textlink {
padding-bottom: 2px;
border-bottom: 1px solid #e0e0e0;
}

#home-center-wrap a:active.textlink{
border-bottom: 1px solid #ec008c;
}


.homeimg {
	text-align: center;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	width: 581px;
	height: 375px;
}

.indexbody {
	margin: 60px;
}

.indexlogo {
	margin-bottom: 40px;
}

.indexloader {
	margin-top: 174px;
	margin-left: 276px;
}

/* TITLES ============================== 


#title-home {
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-homepage.png) no-repeat;
}

*/

h2.title-global {
	display: block;
	text-indent: -9999px;
	font-size: 0;
	padding-bottom: 35px;
}

h2.title-about {
	width: 238px;
	height: 66px;
	background: url(../img/titles/about.png) no-repeat;
}

h2.title-design {
	width: 254px;
	height: 66px;
	background: url(../img/titles/design.png) no-repeat;
}

h2.title-print {
	width: 185px;
	height: 66px;
	background: url(../img/titles/print.png) no-repeat;
}

h2.title-marketing {
	width: 379px;
	height: 66px;
	background: url(../img/titles/marketing.png) no-repeat;
}

h2.title-contact {
	width: 300px;
	height: 66px;
	background: url(../img/titles/contact.png) no-repeat;
}

h2.title-contact2 {
	width: 542px;
	height: 66px;
	background: url(../img/titles/contact2.png) no-repeat;
}

h2.title-home {
	width: 98px;
	height: 66px;
	background: url(../img/titles/home.png) no-repeat;
}

/* TITLES ============================== 


#title-design {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-design.png) no-repeat;
}

#title-print {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-print.png) no-repeat;
}

#title-marketing {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-market.png) no-repeat;
}

#title-links {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-links.png) no-repeat;
}

#title-contact {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-contact.png) no-repeat;
}

#title-offers {
	margin-left: 15px;
	display: block;
	width: 905px;
	height: 211px;
	background: url(../img/title-offers.png) no-repeat;
}

.title-global {
	margin: 25px 0 0 15px;
}

}

*/

/* CONTACT DETAILS ============================== */

#address {
	width: 920px;
	padding-top: 5px;
	clear: both;
	height: 46px;
	padding-bottom: 40px;
}

#contactdetails {
	width: 955px;
	float: left;
	}

.floatleft {
	float: left;
	padding-right: 25px;
	padding-left: 15px;
}

.floatleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1d8f;
	text-transform: lowercase;
	margin-bottom: 5px;
}

.floatleft p {
	font-size: 20px;
}

.floatleft_1 {
	float: left;
	padding-right: 25px;
	padding-left: 305px;
}

.floatleft_1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1d8f;
	text-transform: lowercase;
	margin-bottom: 5px;
}

.floatleft_1 p {
	font-size: 20px;
}

.floatleft a {
	text-decoration: none;
	color: #191919;
	border-bottom: none;
}

.floatleft a:hover {
	color: #666;
}


/* LISTS ============================== */



/* OTHER ============================== */

strong {
	font-weight: bold;
}

.pink {
	color: #ec008c;
}

#contact-content a {
	text-decoration: none;
	color: #191919;
	padding-bottom: 2px;
	border-bottom: 1px dotted #e0e0e0;
}
/* POP ============================== */


.pop {
	-webkit-animation-name: pop;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	margin-bottom: 20px;
}
	
@-webkit-keyframes pop {
	from {
		-webkit-transform: scale(.1);
		opacity: 0;
	}
	85% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(1);
	}
}




