/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --- elements --- */

body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #f8f2ec;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	color: #005497;
	margin: .5em 0;
}
h1 {
	font-size: 0.5em;
	position: relative;
	width: 290px;
	height: 41px;
	margin: 20px 0;
	color: #F8F2EC
}
h1 span {
	background: url(../images/logo-atk-main.gif) no-repeat;
	position: absolute;
	width: 100%; 
	height: 100%;
}
h2 {
	margin: 0.8em 0 0 0;
	padding-bottom: 0.6em;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #005497; }
a:active { color: #222; }
a:visited { color: #f03; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	width: 905px;
	background: url(../images/background-main.jpg) no-repeat bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 20px;
}

div#doc-header {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
}
div#doc-navigation {
	
}
ul#top-level-navigation {
	width: 310px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation li {
	padding: 0;
	margin-bottom: 1px;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #000;
	font-size: 1.2em;
	display: block;
	width: 290px;
	padding: 0.4em 0 0.4em 20px;
	background: url(../images/transparency.png) repeat;
	text-decoration: none;
}
ul#top-level-navigation li a:hover {
	background: #fff;
	cursor: pointer;
}

ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #8c796f;
	background: #fff;	
}
div#doc-side {
	float: left;	
}
div#doc-content {
	width: 530px;
	padding: 0 20px;
	background: #fff;
	float: left;
}
div#doc-footer {
	background: #fff;
	clear: both;
	width: 905px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: left;
}
div#doc-footer p {
	line-height: 1.7em;
	color: #00b092;
	margin: 0 20px;
}
br.clear {
	clear: both;
}

/* form styling */
fieldset {
	margin: 1em 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #D9D6E7;
}
legend {
	color: #005497;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ol li label {
	display: block;
	margin: 10px 0 2px 0;
}

input.textfield, textarea.textfield {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
input.captcha {
	width: 172px;
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 3px;
}
input.submitbutton {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 2px 10px;
}

span.required {
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}



/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #005497;
}

/* miscellaneous */

div.content-col-left {
	float: left;
	width: 255px;
}
div.content-col-right {
	float: left;
	width: 265px;
	margin-left: 10px;
}

img.iilong {
	position: relative;
	z-index: 1;	
}

img.iistub {
	margin-top: -30px;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: #fff;
	z-index: 2;	
	position: relative;
}

p.paraunder {
	margin-left: 10px;	
}

div.partner-box {
	padding-left: 10px;
}
div.partner-box img {
	display: block;
	margin: 10px auto;
}

div.nudge-left {
	padding-left: 10px;	
}

img.kitchen-link {
	display: block;	
	margin: 10px 0;
}
img.partnerCentre {
	display: block;
	margin: 1em auto;	
}

div.gallery-listing {
	clear: both;
}

img.forever-design {
	float: right;
	margin-right: 25px;
}

div.testimonail-box {
	background: #eee url(../images/quotations.gif) no-repeat top right;
	border: 1px solid #ddd;	
	margin: 1em 0;
	padding: 0 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	color: #666;
}

span.quotemark {
	font-weight: bold;
	letter-spacing: 1px;
	color: #787878;
}
p.testimonialUser {
	text-align: right;	
	margin-top: 0;
	
}

div.premier-partners {
	width: 200px;
	margin: 1em auto;
	background: #fff;
	border-radius: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #ccc;	
}
div.premier-partners h4 {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	color: #666;	
}

/* gallery widget START */

table.gallery-category {
	background: #F8F2EC;
	width: 530px;
	margin: 0 0 1em 0;
}
table.gallery-category tr td {
	color: #333;
	vertical-align: top;
}
table.gallery-category tr td h3 {
	border: 0;
	margin: 0.5em 0 0 0;
}
table.gallery-category tr td p {
	margin: 0.3em 0 0.5em 0;	
}
table.gallery-category tr td h3 a:link,
table.gallery-category tr td h3 a:active,
table.gallery-category tr td h3 a:visited {
	color: #005497;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
table.gallery-category tr td.image {
	padding-bottom: 1em;
	width: 120px;
}
table.gallery-category tr td.image img {
	margin: 10px 0 0 10px;	
	vertical-align: middle;
}

table.gallery-thumbs {
	border-top: 1px dotted #ccc;
	width: 100%;
}
table.gallery-thumbs tr td {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
table.gallery-thumbs tr td span.imageCode {
	display: block;
	font-size: 0.9em;
	color: #999;
	text-transform: uppercase;
	text-align: center;
	padding: 0.2em 0;
	width: 90px;
	background: #eee;
	color: #666;
	margin: 0 auto;
}

table.gallery-thumbs tr td img {
	display: block;
	margin: 0 auto auto;
}

/* gallery widget END */


