@import url("reset.css");

/*---------site colours--------------

beige: #ded5b3;
navy: #00274c

*/
  
html, body {
    height:100%; /* for sticky footer*/
}
body {
    background-color: #fff;
    color: #00274c;
    font: 75%/1.3 Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative;
	background: url(../images/top_repeat.jpg) repeat-x;
}
html {
    min-width: 1000px;
}
/*Opera Fix*/
body:before {/* for sticky footer*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* - negate effect of float*/
}
#outerWrapper:after {/* for sticky footer – instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}
div#outerWrapper {
    min-height:100%; /* for sticky footer*/
    background-color: transparent;
    margin: 0 auto 0;
	margin-top:-250px;/* for sticky footer*/
    text-align: left;
    width: 900px;
    position: relative;
    z-index: 3;
}

div#catalogue {
	width: 656px;
	min-height: 396px;
	/*height: auto !important;
	height: 396px;*/
	background-color: #fff;
	/*padding: 20px 0 0 20px;*/
	float: left;
	display: inline;
}


div#catalogue a#tips_cons {
	display: block;
	position: absolute;
	top: 363px;
	right: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	width: 90px;
	text-align: center;
	z-index: 99;
}


div#catalogue a#tips_biz {
	display: block;
	position: absolute;
	top: 28px;
	right: 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	width: 90px;
	text-align: center;
	z-index: 99;
}


h2, h3, h4 {
    font-weight : bold;
}
h3 {
    font-weight : normal;
}
strong {
    font-weight: bold;
}

em {
	font-style: oblique;
}

p {
    font-size : 100%;
    padding-bottom: 10px;
}
/*---------------------Links---------------------*/

a {
    color: #00274c;
    text-decoration: none;
}
a:visited {
    color: #00274c;
}
a:focus, a:hover, a:active {
    color: #ded5b3;
}
ul.nav_bar a:link, ul.nav_bar a:visited {
    color: #ded5b3;
}
ul.nav_bar a:hover {
    color: #fff;
}
div#nav_sub ul.nav_bar a:hover {
    color: #fff;
}
/*---------------------Branding---------------------*/

div#branding {
    position: relative;
    height: 124px;
    padding-top: 250px; /* for sticky footer*/
	z-index: 1;
}

div#branding h1 {
	width: 244px;
	/*height: 124px;*/
	height: 124px;
	text-indent: -9999px;
	background-image: url(../images/kc_logo_new3.png);
	background-repeat: no-repeat;
	background-position: left 95px;
	/*background-position: left 75px;*/
}


/*---------------------Main Navigation---------------------*/


div#nav_main_cons {
    position: absolute;
    top: 340px;
	left: 260px;
    bottom: 0;
    right: 0;
	background: url(../images/nav_grad.jpg) repeat-x 0 0;
    z-index:99
}

div#nav_main_biz {
    position: absolute;
    top: 340px;
	left: 360px;
    bottom: 0;
    right: 0;
	background: url(../images/nav_grad.jpg) repeat-x 0 0;
    z-index:99
}

ul.nav_bar {
    padding-left: 20px;
}
ul.nav_bar li {
    display: inline;
    width: auto;
    list-style: none;
    margin-right: 0.5em;
    padding-right: 0.75em;
    border-right: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}
ul.nav_bar a {
    line-height: 35px;
    font-weight: normal;
    color: #00274C;
    text-decoration: none;
}
ul.nav_bar li#last {
    border-right: 0;
}

ul.nav_bar li.end {
    border-right: 0;
}


div#nav_main_cons h2, div#nav_main_biz h2 {
    position: absolute;
    top: -9999px;
}
/*---------------------Sub Navigation---------------------*/

div#nav_sub {
    position: absolute;
    top: 243px;
    /*left: 368px;*/
	left: 570px;
    z-index:99;
	color: #00274c;
}
/*ul#nav_bar {
padding-left: 20px;
}
*/

div#nav_sub ul.nav_bar li {
    display: inline;
    width: auto;
    list-style: none;
    margin-right: 0.5em;
    padding-right: 0.75em;
    border-right: 1px solid #fff;
    font-weight: bold;
    text-align: center;
}
div#nav_sub ul.nav_bar a {
    line-height: 35px;
    font-weight: normal;
    color: #00274c;
    text-decoration: none;
}
div#nav_sub ul.nav_bar li.last {
    border-right: 0;
}
div#nav_sub h2 {
    position: absolute;
    top: -9999px;
}
/*---------------------Supplementary Navigation---------------------*/

div#nav_supp {
    width:100%;
    position: relative;
    z-index:1;
}
div#nav_supp h4 {
    text-indent: -9999px;
}
div#nav_supp ul li {
    text-indent: -9999px;
}
div#nav_supp li#site_entry a {
    position: absolute;
    left: 0px;
    top: 280px;
    display: block;
	background: url(../images/site_entry_btn.gif) no-repeat top left;
    width: 30px;
    height: 207px;
	z-index:99;
}
div#nav_supp li#business_site a {
    position: absolute;
    top: 280px;
    right: 0px;
    display: block;
	background: url(../images/corporate_site_btn.gif) no-repeat top left;
    width: 30px;
    height: 207px;
	z-index:99;
}
div#nav_supp li#consumer_site a {
    position: absolute;
    top: 280px;
    right: 0px;
    display: block;
	background: url(../images/retail_site_btn.gif) no-repeat top left;
    width: 30px;
    height: 207px;
	z-index:99;
}
/*---------------------Content---------------------*/


div#content {
    background-color: rgb(22,50,92);
    min-height: 476px;
	height: auto !important;
	height: 476px;
    /*overflow: auto;*/
	width: 900px;
}


div#content_main {
    width: 696px;
    min-height: 436px;
	height: auto !important;
	height: 436px;
    margin: 20px;
    float: right;
    background-color: #fff;
}
div#sidebar {
    width: 164px;
    min-height: 456px;
	height: auto !important;
	height: 456px;
    float: left;
    background-color: #00274c;
	background-image:url(../images/sidebar_fade.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
div#sidebar h3 {
    height: 40px;
    text-indent: -9999px;
	background: url(../images/sidebar_h3.jpg) no-repeat 0 0;
}

div#sidebar a {
    outline: none;
}


div#sidebar ul#consumer_nav li {
    text-indent: -9999px;
    padding-bottom: 12px;
}
div#sidebar li#formal a {
    display: block;
	background: url(../images/formal_btn_FW.png) no-repeat top center;
    width: 164px;
    height: 53px;
}
div#sidebar li#formal a:hover {
    background-position: center -53px;
	background-image: url(../images/formal_btn_FW.png);
    background-repeat: no-repeat;
}
div#sidebar li#formal {
    padding-top: 10px;
}
div#sidebar li#boys {
    padding-bottom: 12px;
}
div#sidebar li#suits a {
    display: block;
	background: url(../images/suits_btn_FW2.png) no-repeat top center;
    width: 164px;
    height: 53px;
}
div#sidebar li#suits a:hover {
    background-position: center -53px;
	background-image: url(../images/suits_btn_FW2.png);
    background-repeat: no-repeat;
}
div#sidebar li#leather a {
    display: block;
	background: url(../images/leather_btn_FW.png) no-repeat top center;
    width: 164px;
    height: 53px;
}
div#sidebar li#leather a:hover {
    background-position: center -53px;
	background-image: url(../images/leather_btn_FW.png);
    background-repeat: no-repeat;
}
div#sidebar li#boys a {
    display: block;
	background: url(../images/boys_btn_FW.png) no-repeat top center;
    width: 164px;
    height: 53px;
}
div#sidebar li#boys a:hover {
    background-position: center -53px;
	background-image: url(../images/boys_btn_FW.png);
    background-repeat: no-repeat;
}
div#garment_display {
    width: 664px;
    height: 198px;
    margin: 20px 12px 10px 20px;
	background: url(../images/garment_display.jpg) no-repeat 0 0;
}
div#garment_display h2 {
    text-indent: -9999px;
}
div#flash {
    width: 318px;
    height: 396px;
    margin: 20px;
    float: left;
}
div#info_consumer {
    width: 318px;
    min-height: 396px;
    float: right;
    margin-right: 20px;
    font-size: 12px;
}
div#info_consumer p {
    margin: 0;
    padding: 0;
}
div#info_consumer p#learn {
    padding-top: 5px;
}
div#info_wrapper_top {
    width: 318px;
    height: 188px;
    margin: 20px 20px 0 0;
}
div#info_wrapper_top p {
    line-height: 14px;
    padding-top: 10px;
}
div#info_wrapper_top div#mtm {
    width: 149px;
    float: left;
}
div#info_wrapper_top div#ready_made {
    width: 149px;
    float: right;
}
div#info_wrapper_top div#mtm h2 {
    height: 100px;
	background: url(../images/mtm_cons_home.jpg) no-repeat 0 0;
    text-indent: -9999px
}
div#info_wrapper_top div#ready_made h2 {
    height: 100px;
	background: url(../images/suits_cons_home.jpg) no-repeat 0 0;
    text-indent: -9999px
}
div#info_wrapper_bottom {
    width: 318px;
    height: 188px;
    margin: 20px 20px 0 0;
}
div#info_wrapper_bottom p {
    line-height: 14px;
    padding-top: 10px;
}
div#info_wrapper_bottom div#boys {
    width: 149px;
    float: left;
}
div#info_wrapper_bottom div#formal {
    width: 149px;
    float: right;
}
div#info_wrapper_bottom div#boys h2 {
    height: 100px;
	background: url(../images/boys_cons_home.jpg) no-repeat 0 0;
    text-indent: -9999px
}
div#info_wrapper_bottom div#formal h2 {
    height: 100px;
	background: url(../images/formal_cons_home.jpg) no-repeat 0 0;
    text-indent: -9999px
}
/*---------------------Hours of Opening---------------------*/

body#hours {
    background-color: #10284b;
	background: none;
}

div#tablewrap {
    width: 400px;
    height: 210px;
    font-size: 13px;
    background-color: #10284b;
    padding-top: 45px;
}
div#tablewrap table {
    width: 300px;
    font-size: 11px;
    color: #fff;
    margin: 0 auto;
}
div#tablewrap td, th {
    border: 1px solid #fff;
    background-color: #10284b;
}
div#tablewrap table td {
    width: 50%;
    text-align: center;
    padding: 7px 0;
}
div#tablewrap table th {
    text-align: center;
    padding: 7px 0;
    font-weight: bold;
}
div#tablewrap table {
    border-collapse:separate
}
div#tablewrap th {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    padding:10px;
}



/*--------------Catalogue Navagation Tips ----------------------*/


body#tips {
background-color: #10284b;
}

#cat_nav_tips {
	background-color: #00274c;
	padding: 30px;
	min-height: 200px;
	width: 340px;
	text-align: left;
	color: #fff;
}

#cat_nav_tips h4 {
	font-size: 14px;
	padding-bottom: 5px;
}

#cat_nav_tips ul {
	margin-left: 15px;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: disc;
}



/*--------------Newsletter Form ----------------------*/

div#news {
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    width: 144px;
    padding: 0 10px 0;
}
div#news input {
	width: 135px;
    height: 15px;
	padding-left: 5px;
	font-size: 11px;
	margin-bottom: 10px;
}

/*.input_space {
	margin-bottom: 10px;
}

.input_nospace {
	margin: 0;
}

.span_space {
	margin-bottom: 10px
}

.span_nospace {
	margin: 0;
}
*/
div#news input.submit {
    height: 20px;
	width: 80px;
	margin: 0;
	text-align: left;
}

div#news input#fullname {
    height: 15px;
}
div#news label {
    position: absolute;
    left: -9999px;
}
/*---------------------Footer/Site_info---------------------*/


#siteinfo {
    height: 20px;
    color: #00274c;
    margin-top: 10px;
    clear:both;
}
#fullWidthFooter {
    width:100%; /*for sticky footer */
    clear:both; /*for sticky footer */
    background: url(../images/bottom_repeat.jpg) repeat-x;
    height: 240px;/* + for sticky footer */
}
.clear {
    clear:both; /*for sticky footer */
}

