@charset "UTF-8";
/* CSS Margie Kelk site */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a {outline: none;}

#container { 
	width: 780px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #fff;
	height: 100%;
	position: relative;
}

#subContainer {width: 780px;
	background-color: #ffa64c;
	text-align: center;}
	
a img{text-decoration: none;
	background: none;
	border: none;}

a:visited img {
	text-decoration: none;
	background: none;
	border: none;}


img:hover {
	text-decoration: none; 
	background: none;
	border: none;}


#header {
	background: #efe9db;
	text-align: center;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}


.margie #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h4 {padding-left: 1em;}

#leftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images-mk/Layout/BgImgW_150px.gif) repeat-y;
	padding: 15px 10px 15px 0;
	height: 550px;	
}

.innerBox {width: 150px;
	padding: 0 20px;
	border: 1px solid #ebebeb;
}
	
	
.margie #sidebar {
	float: left; 
	width: 60px; /* since this element is floated, a width must be given */
	background: #fc8f8f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0 200px 0; /* top and bottom padding create visual space within this div  */
	height: 100%;
	font-size: 90%;
}


#leftSide2 {
	width: 500px;
	background: url(../images-mk/Layout/BgImgW_500px.gif);
	margin-right: 200px;
	}


#leftSide ul li, #leftSide2 ul li {display: block;
	list-style-type: none;
	text-align: left;
	padding: 10px;
	margin: 0;
	font-size: 14px;
	}
	
 a {padding: 8px;
 	margin-top: 10px;

}
/*
#sidebar.sideNavlinks a {margin: 3px;
	padding: 4px;}
*/
	
h5 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color:#666666;
	padding: 40px 0 10px 40px;
	margin: 0;
	font-size: 12px;
}
table h5 {text-align: left}


#rightSide {
	float: right; 
	width: 180px; 
	background: url(../images-mk/Layout/BgImgW_yel.gif) repeat-y right;
	height: 550px;
	padding: 15px 40px 0 0;	

}


#rightSide p {	
}
.extend {height: 100%;
	padding: 0 0 20em 0;
}
 
#centre {margin: 0 240px; 
	padding: 0; 
	background-colour: #fff;
	text-align: center;
	height: 100%;}
	
.margie #sidebar h6 {
	padding-left: 5px;
	padding-top: 40px;
	color: #666666;
	font-weight: lighter;
	padding-bottom: 30px;
	font-size: 100%;
}
.sideNavlinks {font-style: italic;}

.margie #sidebar .sideNavlinks ul {padding-top: 40px;
	
	
}
	
.margie #sidebar .sideNavlinks li {list-style-type: none;
	margin: 5px -10px 0 -35px;
	padding: 20px 0 0 0;
	font-size: 90%;
	
}


.margie #thumbtable table {background-color: #fff;
	padding: 20px;
	width: 700px;
	text-align: center;
	
}

#thumbtable p {text-align: left;
padding: 0 2em;}

td {font-size: 12px;
	line-height: 16px;
	}
	
#thumbtable {float: left;
	padding-bottom: 400px;
	background-color: #FFFFFF;
	width: 720px;
}

.margie #thumbtable table img {padding: 2px;
	padding-top: 20px;
}

#thumbtable a img {border: 0;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	padding-top: 20px;
	}
	
table p {padding: 0 20px;

}
.thumbsText p{margin: 1em 3em;}

td p {color: #808081;
	margin: 12px;
}

/* ------------------STYLES FOR REVIEW PAGE LINKS --------------------------*/


/*p.linkrevu {color: #ccc;
	text-decoration: underline;
	font-style: italic;
	font-size: 12px;
}*/


#revuPg {

	color: #ccc;
	text-align: left;
	background-color: #333;
	background-image: url(../images-mk/Layout/bgRevuPg.gif) repeat-y;
	border: 1px solid #333;
	height: 100%;

	}
	


#revuPg #latestRevu, #revuPg table, #revuPg p.revu, #revuPg p.revuLast {color: #ccc;
	padding-left: 30px;
	text-align: left;
	}
	
#revuPg p.revuLast {padding-bottom: 10em;
}
	
#latestRevu a:link, p.revuLink a:link, table tr td a:link {color: #666;
	font-style: italic;
}

#latestRevu a:visited, p.revuLink a:visited, table tr td a:visited{color: #996666;
	font-style: italic;
}

#latestRevu a:hover, p.revuLink a:hover, table tr td a:hover {color: #9aba73;

}

p.revuLink 
	
/* ------------------END STYLES FOR REVIEW PAGE LINKS --------------------------*/


.first {padding-top: 40px;
	color: #808081;}

#largeimg {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 780px;
	height: 120%;
	background: #fff;
	}
	
#largeimg img {text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #f2f3f5;

	
}
#largeimg p {padding-left: 30px;
	text-align: left;
}

#largeimg p.caption {text-align: center;
	margin-top: -10px;
	font-style: italic;
	font-size: 11px;
	
}
#largeimg p.caption span {color:#CC0000;
}


#largeimg #pageNav a {padding: 3px 8px;
	margin: 0 -4px;

}

#revuPg {padding: 0 1em;}

/*
#largeimg #pageNav a:link {color: #666;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
}

#largeimg #pageNav a:visited {color: #b2000;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
}



#largeimg #pageNav a:hover {color: #fff;
	background: #9aba73;
}
*/
#margie-cv8 {background-color: #fff;}
#margie-cv8 p {margin: 0;
	padding: 3px 10px;
}
/*
#margie-cv8 a:link {color: #996666;
	font-style: italic;
}


#margie-cv8 a:visited {color: #c9dbc1;
	font-style: italic;

}

#margie-cv8 a:hover {color: #fff;
	background: #9aba73;
} 
*/
#margie-cv8 h5 {background-color: #fff;
	font-weight: bold;
}

#margie-cv8 table {background-color: #fff;
	width: 750px;
	padding-left: 30px;
	
}
#margie-cv8 table td {padding: 0px 10px;
	margin: 0;
	border: 0;
	
}
#margie-cv8 table td.reviews p {font-style: normal;}

#margie-cv8 table.last {padding-bottom: 50px;}

#margie-cv8 table span.title {font-style: italic;
	font-weight: bold;}

p.reviewsyel {color:#CCCC99;
	text-align: left;
	padding-top: 30px;
}

	
#lowernav {
	margin: auto; }

#lowernav ul {
	margin: 20px 0 40px 0;
	padding: 5px 0;
	border-top: 1px solid #95a17e;
}

#lowernav li {display: inline;
	font-size: 90%;
	padding: 0 2px 0 2px;
	margin: 0 -2px;
	border-right: 1px solid #95a17e;
}

#lowernav li.first {padding-left: 30px;}

#lowernav li a {padding: 4px;

}


#footer {background: #9aba73;
	padding: 5px 10px 5px 10px;
	font-size: 90%;
	font-style: italic;
	color: #fff;
	border-top: 1px solid #dae2cc;
}


#margie-cv8 a:link, #largeimg #pageNav a:link, #footer a:link, #leftSide a:link, #leftSide2 a:link, #sidebar a:link, #lowernav a:link{text-decoration: underline;
	color: #666666;
	

}
#margie-cv8 a:visited, #largeimg #pageNav a:visited, #footer a:visited, #leftSide a:visited, #leftSide2 a:visited, #sidebar a:visited, #lowernav a:visited {text-decoration: underline;
	color: #b20000;

}

#margie-cv8 a:hover, #largeimg #pageNav a:hover, #footer a:hover, #leftSide a:hover, #leftSide2 a:hover, #sidebar a:hover, #lowernav a:hover {background-color: #9aba73;
	color: #fff;
}
	
#margie-cv8 p a {padding: 2px 8px;}

.nobreak {display: block;
		font-size: 90%;
		margin: 0;
		padding: 0;}
		


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 20px 0 8px;
	padding: 20px;
	width: 250px;
	border: 1px solid #b20000;	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
[if IE]>

/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */

<![endif]
