@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/general/background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-color:#000000;
	padding-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
}
#pageContainer {
	width:964px;
	padding:0;
	margin:0;
	margin:auto;
}
#header {	
	height: 142px;
	background-image: url(../images/general/logo.png);
	background-position:left;
	background-repeat:no-repeat;
	width:1024px;
}
#header #login {
	float:right;
}
#header #login p {
	text-align:right;
	font-size:11px;
	color:#CCCCCC;
}
#header #login a {
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
	font-size:11px;
	color: #CCCCCC;
}
#header #login a:hover {
	color:#ffff00;
}
#mainNav {
	width:964px;
}
#mainNav #tabsWrap {
	width:82%;
	float:right;
}
#mainNav #tabs {
	float:left;
	height:42px;	
}
#mainNav #tabs dl { 
	margin: 0; 
	padding: 0;
}
#mainNav #tabs dt {
	margin: 0; 
	padding: 0;
	float:left;

}
#mainNav #tabs dt a {
	display: block;
	height: 0px !important;
	height /**/:42px; /* IE 5/Win hack */ 
	padding-top: 42px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#mainNav #tabs dt a:hover {
	background-position: 0 -42px;
}
#mainNav #tabs dt#web,
#mainNav #tabs dt#web a { 
	width: 171px; 
	background-image: url(../images/nav/web-tab.png); 
}

#mainNav #tabs dt#branding,
#mainNav #tabs dt#branding a { 
	width: 173px; 
	background-image: url(../images/nav/branding-tab.png); 
}
#mainNav #tabs dt#promotionalGifts,
#mainNav #tabs dt#promotionalGifts a { 
	width: 252px; 
	background-image: url(../images/nav/promotional-gifts-tab.png); 
}
body.web dt#web, body.web dt#web a, body.brand dt#branding, body.brand dt#branding a, body.promo dt#promotionalGifts, body.promo dt#promotionalGifts a {
	background-position: 0 -42px;
}
#subNavLft {
	clear:both;
	float:left;
	background-image:url(../images/nav/subnav-lft-cnr.png);
	background-position:left;
	background-repeat:no-repeat;
	width:964px;
	margin-bottom:5px;
}
#subNavRgt {
	float:right;
	background-image:url(../images/nav/subnav-rgt-cnr.png);
	background-position:right;
	background-repeat:no-repeat;
	width:954px;
}
#subNav {
	float:left;
	height:36px;
	background-image: url(../images/nav/sub-nav-bg.png); 
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	width:944px;
}
#subNav dl { 
	margin: 0; 
	padding: 0;
}
#subNav dt {
	margin: 0; 
	padding: 0;
	float:left;

}
#subNav dt a {
	display: block;
	height: 0px !important;
	height /**/:36px; /* IE 5/Win hack */ 
	padding-top: 36px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#subNav dt a:hover {
	background-position: 0 -36px;
}
#subNav dt#home,
#subNav dt#home a { 
	width: 120px; 
	background-image: url(../images/nav/home-tab.png);
}
#subNav dt#aboutUs,
#subNav dt#aboutUs a { 
	width: 120px; 
	background-image: url(../images/nav/about-us-tab.png);
}
#subNav dt#contactUs,
#subNav dt#contactUs a { 
	width: 120px; 
	background-image: url(../images/nav/contact-us-tab.png);
}
body.home dt#home, body.home dt#home a, body.aboutUs dt#aboutUs, body.aboutUs dt#aboutUs a , body.contactUs dt#contactUs, body.contactUs dt#contactUs a  {
	background-position: 0 -36px;
} 
#pageTop {
	clear:both;
	width:964px;
	height:20px;
	background-image:url(../images/general/page-top.png);
	background-repeat:no-repeat;		
}

#body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;	
	background-image: url(../images/general/body-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}
#body h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}
#body h1, h2, h3 {
	font-size:22px;
	padding-bottom:10px;
	padding-top:5px;
	padding-top:10px;
	text-align:center;
}
#body h4 {
	padding-left:15px;
	font-size:20px;
}
#body p {
	font-size:14px;
	margin:0;
	padding-bottom:10px;
	text-align:justify;
}
#body p.center {
	text-align:center;
}
#body a {
	text-decoration:none;
}
#body .left {
	width:67%;
	float:left;
	background-color:#ffffff;
}
#body .left h1, h2, h3, h4, h5, h6 {
	color:#58a80b;
}
#body .left p {
	padding-left:15px;
	padding-right:15px;
}
#body .left a {
	color:#58a80b;
}
#body .left a:hover {
	color:#2f2f2e;
	text-decoration:underline;
}
#body .left a.heading {
	font-size:22px;
}
#body .left a.heading:hover {
	text-decoration:none;
}
#body .left .subLeft{
	float:left;
	width:50%
}
#body .left .subLeft img {
	border:none;
	vertical-align:middle;
	margin-right:15px;
}
#body .left .subRight {
	float:right;
	width:50%;
}
#body .left ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:15px;
	padding-right:15px;
	font-size:14px;
	padding-left:15px;
}
#body .left ul li {	
	background-image: url(../images/general/list-image.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:32px;
}
#body .right {
	width:318px;
	float:right;
	padding:0;
}
#body .left hr {
	width:98%;
	color:#eaeaea;
	float:left;
	background-color:#eaeaea;
	border:0;
	height:1px;	
}
#body .right .specialOffers hr {
	width:98%;
	color:#eaeaea;
	float:right;
	background-color:#eaeaea;
	border:0;
	height:1px;	
}
#body .right .sideBar {
}
#body .right .sideBar h1 {
	color:#58a80b;
}
#body .right .sideBar a {
	color:#58a80b;
}
#body .right .sideBar a:hover {
	color:#2f2f2e;
	text-decoration:underline;
}
#body .right .sideBar a.heading {
	font-size:22px;
}
#body .right .paragraph {
	padding-left:15px;
	padding-right:15px;
}
#body .right .specialOffers {
	margin-top:15px;
	border-left: solid 1px #eaeaea;
}
#body .right .specialOffers h1, h2 {
	color:#58a80b;
}
#body .right .specialOffers p {
	padding-left:15px;
	padding-right:15px;
}
#body .right .specialOffers ul {
	margin:0;
	padding:0;
	padding-left:30px;
}
#body .right .specialOffers li {
	margin:0;
	padding:0;
	padding-right:15px;
	font-size:14px;
}
#body .right .paragraph h1, h2 {
	color:#58a80b;
	padding-left:15px;
	padding-right:15px;
}
#body .right .contactUs {
	padding-left:35px;
	padding-right:15px;
}
#body .right ul {
	text-align:justify;
}
#body #intro {
	margin:0;
	padding:0;
	background-color:#FFFFFF;	
	background-image: url(../images/general/body-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	margin-bottom:20px;
}
#body #intro h1, h2, h3, h4, h5, h6 {
	color:#58a80b;
}
#body #intro h1 {
	font-size:26px;
}
#body #intro p {
	font-size:20px;
	padding-left:15px;
	padding-right:15px;
}
#body #intro a {
	font-size:20px;
	color:#58a80b;
}
#body #intro a:hover {
	color:#2f2f2e;
	text-decoration:underline;
}
#body #intro ul {
	font-size:20px;
}
#body #intro li {
	line-height:30px;
}
#body form {
	width:80%;
	margin-left:10%;
	text-align:left;
 	font-family:Arial, Helvetica, sans-serif;
}
#footerWrap {
	margin:0;
	padding:0;
	background-image:url(../images/general/bottom-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:110px;
	
}
#footer {
	margin:auto;
	padding:0px;
	background-image:url(../images/general/footer-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	height:55px;
	width:964px;
	overflow:hidden;
	text-align:center;
	font-size:10px;
	color:#aae338;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}
#footer a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFF00;
}
#footer #left {
	float:left;
	width:65%;
}
#footer #right {
	float:right;
	min-height:15px;
	background-image:url(../images/general/twitter-btm.png);
	background-repeat:no-repeat;
	background-position: top right;
	width:35%
}
#footer #right dl { 
	margin: 0; 
	padding: 0;
	margin-top:4px;
	margin-left:30px;
}
#footer #right dt {
	margin: 0; 
	padding: 0;
	float:left;
	margin-left:4px;
	margin-right:4px;
}
#footer #right dt a {
	display: block;
	height: 0px !important;
	height /**/:45px; /* IE 5/Win hack */ 
	padding-top: 45px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#footer #right dt a:hover {
	background-position: 0 -45px;
}
#footer #right dt#twitter,
#footer #right dt#twitter a { 
	width: 36px; 
	background-image: url(../images/general/twitter-icon.png);
}
#footer #right dt#facebook,
#footer #right dt#facebook a { 
	width: 36px; 
	background-image: url(../images/general/facebook-icon.png);
}

#footer #right img {
	margin:0;
	padding:0;
	border:none;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
}
#footerPgBtm {
	clear:both;
	margin:auto;
	background-image: url(../images/general/footer-pg-btm.png);
	background-repeat:no-repeat;
	background-position:left;
	width:964px;
	height:55px;
}
#twitterBlock {
	padding:0;
	margin:0;	
	clear:both;
	width:964px;
	padding-top:20px;
	height:60px;
	background-image:url(../images/general/twitter-tp.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
.button {
	float:left;
}
.button dl { 
	margin: 0; 
	padding: 0;
}
.button dt {
	margin: 0; 
	padding: 0;
	float:left;

}
.button dt a {
	display: block;
	height: 0px !important;
	overflow: hidden;
	background-repeat: no-repeat;
}
.proposal {
	height:83px;	
}
.proposal dt a {
	height /**/:83px; /* IE 5/Win hack */ 
	padding-top: 83px;
}
.proposal dt a:hover {
	background-position: 0 -83px;
}
.proposal dt#proposalRequest,
.proposal dt#proposalRequest a { 
	width: 318px; 
	background-image: url(../images/nav/request-proposal.png);
}
.moreInfo {
	height:40px;
	margin-left:13%;
}
.moreInfo dt a {
	height /**/:40px; /* IE 5/Win hack */ 
	padding-top: 40px;
}
.moreInfo dt a:hover {
	background-position: 0 -40px;
}
.moreInfo dt.moreInfoButton,
.moreInfo dt.moreInfoButton a { 
	width: 250px;
	background-image:url(../images/nav/more-info-button.png); 
}
#body .right #greyBoxTop {
	width:317px;
	height:10px;
	margin-top:10px;
	background-image:url(../images/general/grey-box-top.png);
	background-repeat:no-repeat;
	border-right:solid 1px #aaa9a9;
}
#body .right #greyBoxBottom {
	width:317px;
	height:10px;
	background-image:url(../images/general/grey-box-bottom.png);
	background-repeat:no-repeat;
	border-right:solid 1px #aaa9a9;
}
#body .right #greyBox {
	background-image:url(../images/general/grey-box-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#828282;
	min-height:131px;
	border-right:solid 1px #aaa9a9;
}
#body .right #greyBox a {
	color:#FFFF00;
}
#body .right #greyBox a:hover {
	color:#000000;
}
#body .right #greyBox a.article {
	color:#ffffff;
	font-size:18px;
}
#body .right #greyBox a.article:hover {
	color:#aae338;
}
#body .right #greyBox p {
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
}
#body .right #greyBox h1 {
	color:#ffffff;
}
#body .right #greyBox ul {
	color:#FFFFFF;
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-top:15px;
	padding-right:15px;
	font-size:14px;
	padding-left:15px;
}
#body .right #greyBox li {
	background-image: url(../images/general/list-image.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-left:32px;
	line-height:20px;
}
#body .right #greyBox hr {
	width:95%;
	background-image:url(../images/general/hr.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	
}
#body .right #greyBox strong {
	color:#aae338;
	font-weight:normal;
}
#body .left #catalogues {
	width:322px;
	background-image:url(../images/general/green-box-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#96c63d;
	border-left:solid 1px #e3fab2;
}
#body .left #cataloguesTp {
	height:10px;
	background-image: url(../images/general/green-box-top.png);
	background-repeat:no-repeat;
	width:322px;
	border-left:solid 1px #e3fab2;
}
#body .left #cataloguesBtm {
	height:10px;
	background-image: url(../images/general/green-box-bottom.png);
	background-repeat:no-repeat;
	width:322px;
	border-left:solid 1px #e3fab2;
}
#body .left #catalogues h2 {
	color:#FFFFFF;
}
#body .left #catalogues p {
	margin-left:20px;
}
#body .left #catalogues a {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
#body .left #catalogues a:hover {
	text-decoration:none;
	color:#fff000;
}
.portfolio {
	text-align:center;
}
.portfolio .home {
	float:left;
	width:20%;
}
.portfolio .summary {
	width:85%;
	padding-left:15%;
	float:left;
	clear:right;
}
.portfolio dl { 
	margin: 0; 
	padding: 0;
	margin-left:15px;
	padding-top:20px;
}
.portfolio dt {
	margin: 0; 
	padding: 0;
	float:left;

}
.portfolio .home dt a {
	display: block;
	height: 0px !important;
	height /**/:120px; /* IE 5/Win hack */ 
	padding-top: 120px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.portfolio .home dt a:hover {
	background-position: 0 -120px;
}
.portfolio .summary dt a {
	display: block;
	height: 0px !important;
	height /**/:240px; /* IE 5/Win hack */ 
	padding-top: 240px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.portfolio .summary dt a:hover {
	background-position: 0 -240px;
}
.portfolio dt#ivecon,
.portfolio dt#ivecon a { 
	width: 100px;
	background-image: url(../images/portfolio/thumbnails/ivecon-projects-tmb.png);
}
.portfolio dt#iveconLrg,
.portfolio dt#iveconLrg a { 
	width: 200px;
	background-image: url(../images/portfolio/iveconprojects.png);
}
.portfolio dt#mudivi,
.portfolio dt#mudivi a { 
	width: 100px;
	background-image:url(../images/portfolio/thumbnails/mudivi-tours-tmb.png);
}
.portfolio dt#mudiviLrg,
.portfolio dt#mudiviLrg a { 
	width: 200px;
	background-image:url(../images/portfolio/mudivitours.png);
}
.portfolio dt#nwdc,
.portfolio dt#nwdc a { 
	width: 100px;
	background-image:url(../images/portfolio/thumbnails/nwdc-tmb.png);
}
.portfolio dt#nwdcLrg,
.portfolio dt#nwdcLrg a { 
	width: 200px;
	background-image:url(../images/portfolio/nwdc.png);
}
.portfolio dt#originalThing,
.portfolio dt#originalThing a { 
	width: 100px;
	background-image:url(../images/portfolio/thumbnails/original-thing-tmb.png);
}
.portfolio dt#orginalThingLrg,
.portfolio dt#originalThingLrg a { 
	width: 200px;
	background-image: url(../images/portfolio/originalthing.png);
}
.portfolio dt#carlswaldglen,
.portfolio dt#carlswaldglen a { 
	width: 100px;
	background-image:url(../images/portfolio/thumbnails/carlswaldglen-tmb.png);
}
.portfolio dt#carlswaldglenLrg,
.portfolio dt#carlswaldglenLrg a { 
	width: 200px;
	background-image:url(../images/portfolio/carlswaldglen.png);
}

.center {
	text-align: center;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
