/*
	Stylesheet for Cathcan.com
	by Ben Hung
	Last update: 2011-02-28
*/



/*	!CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	!@font-face
------------------------------------------------------------ */

@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('helveticaneue-webfont.eot');
	src: local('☺'), url('helveticaneue-webfont.woff') format('woff'), url('helveticaneue-webfont.ttf') format('truetype'), url('helveticaneue-webfont.svg#webfontTXkGqA2n') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*	!Common Styles
------------------------------------------------------------ */

html {
	height: 100%;
}

body {
	/*font-family: "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #3A2E29;
	height: 100%;
}

h2 {
	/* font-family: "HelveticaNeueBold"; */
	font-weight: bold;
}

p {
	margin: 0 0 1em;
}

a, a:link, a:visited, a:hover {
	color: #ff1100;
	text-decoration: none;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.photo img {
	box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
}

.info a:hover {
	border-bottom: 1px dotted #3BA7EC;
	color: #3BA7EC;
}

.main-content {
	width: 980px;
	margin: 0px auto;
	height: 100%;
	padding: 0 0 0 0;
}

body > .main-content {
	height: auto;
	min-height: 100%;
}

.main-header-wrapper {
	background: url(../images/common/bg_header.png) 0 0 repeat-x;
	height: 80px;
	width: 100%;
	overflow: visible;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
}

.main-header {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background: url(../images/common/header-shadow.png) 50% 70px no-repeat;
}

.main-header h1 a {
	background: transparent url(../images/common/logo_cathcan.png) 0 0 no-repeat;
	width: 146px;
	height: 31px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 20px;
	left: 24px;
}

ul.lang-sel {
	position: absolute;
	right: 20px;
	top: 0px;
	display: block;
}

ul.lang-sel li {
	display: block;
	float: left;
}

ul.lang-sel a:link, ul.lang-sel a:visited {
	font-size: 10px;
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 0 2px;
	padding: 3px 5px;
}

ul.lang-sel a.last {
}

ul.lang-sel a:hover {
	background: #505050;
	background: rgba(80,80,80,0.8);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #dbdbdb;
}

#sel-en-CA #en-CA a,
#sel-fr-CA #fr-CA a,
#sel-zh-Hant #zh-Hant a {
	background: #505050;
	background: rgba(80,80,80,0.8);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #dbdbdb;
}

ul.nav-top {
	position: absolute;
	overflow: hidden;
	right: 25px;
	top: 40px;
}

ul.nav-top li {
	display: block;
	float: left;
	margin-left: 35px;
}

ul.nav-top li a:link, ul.nav-top li a:visited {
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	text-decoration: none;
	letter-spacing: 0.4px;
	display: block;
	height: 35px;
	line-height: 20px;
}

ul.nav-top li a:hover {
	color: #dbdbdb;
}

.footer {
	background: transparent url(../images/contact/bg_footer.png) 0% 100% repeat-x;
	height: 106px;
	margin-top: -106px;
	clear: both;
	position: relative;
}

.footer-box {
	width: 980px;
	margin: 0 auto;
	color: #999;
	font-size: 12px;
	font-weight: 300;
	position: relative;
}

.footer-box .legal {
	position: absolute;
	text-align: right;
	right: 25px; top: 35px;
}

.footer-box .footer-nav {
	position: absolute;
	text-align: left;
	left: 25px; top: 35px;
	color: #999;
	font-size: 12px;
	font-weight: 300;
}

.footer-box .footer-nav a, .footer-box .footer-nav a:visited {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}

.footer-box .footer-nav a:hover {
	color: #dbdbdb;
}

/*	!Home
------------------------------------------------------------ */

#home #nav-home {
	color: #dbdbdb;
	background: transparent url(../images/common/current-nav.gif) 50% 25px no-repeat;
}

#home .infoContainer {
	background: transparent url(../images/companies/bg_info-contain.jpg) 0 105px repeat-x;
	width: 980px; /* 732px */
	height: auto; /* 352px */
	position: relative;
	padding: 105px 0 12px 0;
	overflow: hidden;
}

#home .info {
	width: 930px; /* 684px */
	min-height: 327px; /* 350px */
	position: relative;
	padding: 24px 24px 24px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	overflow: visible;
}

#home .co-main {
	background: url(../images/companies/main_callout-01.jpg) 95% 0% no-repeat;
}

#home #overlay {
	width: 500px;
	height: 103px;
	position: absolute;
	left: 85px;
	top: 85px;
}

#home #overlay h2 {
	font-size: 42px;
	line-height: 0.9;
	color: #333;
	margin: 0 0 0.75em;
}

#home #overlay p {
	color: #555;
	margin: 5px 5px 25px;
	line-height: 1.1;
}

#home .categoryContainer {
	display: block;
	height: 211px;
	padding: 0 0 25px 0;
}

#home .category {
	width: 240px;
	height: 104px;
	float: left;
	margin: 0 7px 0 0;
	position: relative;
	/* border: 1px solid #ccc; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

#home .category-last {
	margin: 0;
	margin-right: -1px;
}

#home .cat-label {
	width: auto;
	height: 21px;
	line-height: 21px;
	text-align: left;
	padding: 0 15px;
	font-size: 14px;
	font-weight: normal;
	background: #3A2E29;
	color: #fff;
	position: absolute;
	right: 2px;
	bottom: 9px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	box-shadow: 1px 0px 5px #333;
	-moz-box-shadow: 1px 0px 5px #333;
	-webkit-box-shadow: 1px 0px 5px #333;
	z-index: 10;
	letter-spacing: 0.0125em;
display: block;
}

#home .cat-desc {
	width: 188px;
	height: 90px; /* 167px */
	line-height: 1.1;
	padding: 24px;
	font-size: 13px;
	color: #fff;
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#home #hequip .cat-desc {
	background: url(../images/companies/cat_hequip_over.png) 0 0 no-repeat;
}

#home #restate .cat-desc {
	background: url(../images/companies/cat_restate_over.png) 0 0 no-repeat;
}

#home #travel .cat-desc {
	background: url(../images/companies/cat_travel_over.png) 0 0 no-repeat;
}

#home #wine .cat-desc {
	background: url(../images/companies/cat_wine_over.png) 0 0 no-repeat;
}

#home .cat-desc p {
	background: #333;
	opacity: 0.9;
	padding: 4px;
display: none;
}

#home .cat-desc a {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #bbb;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	background: #800000;
	opacity: 1.0;
	border: 1px solid #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* float: right; */
	position: absolute;
	bottom: 18px;
	right: 24px;
display: none;
}

#home .cat-desc a:hover {
	color: #dbdbdb;
	border: 1px solid #666;
}

#home .cat-desc a:active {
	border: 1px solid #333;
}

#home #hequip {
	background: url(../images/companies/cat_hequip.png) 0 0 no-repeat;
}

#home #wine {
	background: url(../images/companies/cat_wine.png) 0 0 no-repeat;
}

#home #travel {
	background: url(../images/companies/cat_travel.png) 0 0 no-repeat;
}

#home #restate {
	background: url(../images/companies/cat_restate.png) 0 0 no-repeat;
}

#home .intro {
	width: 980px;
	height: auto;
	margin: 0 0 25px;
}

#home h2 {
	font-size: 24px;
	letter-spacing: -0.5px;
	font-weight: 600;
	color: #3A2E29;
	margin: 0 0 15px;
}

#home #travel-info, #home #wine-info, #home #hequip-info, #home #restate-info {
	display: none;
}

#home #restate-info .photo {
	width: 300px; height: 230px;
	float: right;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	margin-left: 15px;
	position: relative;
}

#home #restate-info .caption {
	display: block;
	position: absolute;
	bottom: -20px;
}



/*	!Contact
------------------------------------------------------------ */

#contact #nav-contact {
	color: #dbdbdb;
	background: transparent url(../images/common/current-nav.gif) 50% 25px no-repeat;
}

#contact .infoContainer {
	background: transparent url(../images/companies/bg_info-contain.jpg) 0 105px repeat-x;
	width: 980px; /* 732px */
	height: auto;
	position: relative;
	padding: 105px 0 130px 0;
	overflow: hidden;
	display: block;
}

#contact .info {
	background: url(../images/companies/main_callout-01.jpg) 95% 0% no-repeat;
	width: 930px;
	height: auto;
	position: relative;
	padding: 24px 24px 24px 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	overflow: hidden;
}

#contact h2 {
	font-size: 24px;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #3A2E29;
	margin: 0 0 15px;
}

#contact #contactform {
	overflow: hidden;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #aaa;
}

#contact label {
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: bold;
}

#contact input, #contact textarea {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: auto;
	background: #f0f0f0;
}

#contact input {
	height: 16px;
}

#contact input:focus, #contact textarea:focus {
	background: #fff;
}

#contact #contactform .errormsg {
	clear: both;
	color: #ff1100;
	font-size: 10px;
	font-weight: 600;
	height: 20px;
	text-transform: uppercase;
}

#contact button {
	margin: 5px 0;
	padding: 5px 15px;
	min-width: 100px;
	border: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background: #990000;
	outline: none;
	box-shadow: 1px 1px 2px #aaa;
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: 1px 1px 2px #aaa;
}

#contact button:active {
	position: relative;
	top: 1px;
}

#contact .contact {
	display: block;
	float: left;
	width: 290px;
	margin: 0 15px 0 0;
	font-size: 13px;
	line-height: 1.2;
}
#contact dt {
	display: none; /* block */
	font-weight: bold;
}
#contact dd {
	display: none; /* block */
	height: auto;
}
