/* Start of CMSMS style sheet 'LM layout' */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #66191f;
}

a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #66191f;
}
a:hover {
	text-decoration: none;
	background-color: #f0ede1;
	color: #66191f;
}

/*****************basic layout *****************/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #ffffff url(uploads/lm/metal3.jpg) repeat left top;
}

div#pagewrapper {
	max-width: 840px;
	min-width: 840px;
	margin: 0px auto;
        margin-top: 20px;
	/*background: url(uploads/lm/headerimage-menu.png) no-repeat center top;*/
}

div#pagewrapper2 {
	background: url(uploads/lm/ie-hack.png) repeat-y center top;
}

div#aboveheader {
	margin: 0;
	padding: 0;
	background: url(uploads/lm/headerimage-menu.png) no-repeat left top;
        height: 50px;
}

div#aboveheadercontent {
	margin: 0px;
        padding: 28px 33px 0 0;
}

div#aboveheadercontent a {
	color: #f0ede1;
}

div#aboveheadercontent a:hover {
	color: #f0ede1;
	text-decoration: none;
	background-color: #3d3000;
}

div#header {
	margin: 0;
	padding: 0;
	background: url(uploads/lm/headerimage.png) no-repeat left top;
        height: 116px;
}

div#logocontainer {
        margin: 0 0 0 53px;
        padding: 12px 0 0 0;
}

div#logo h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;

	background: url(uploads/lm/logo.jpg) no-repeat left top;
	display: block;
	height: 84px;
        width: 266px;
	text-indent: -999em;
}

div#logo h1 a{
	background: url(uploads/lm/logo.jpg) no-repeat left top;
	display: block;
	height: 84px;
        width: 266px;
}

div.crbk {
	margin: 0;
	padding: 0;
}

div.breadcrumbs {
	padding: 10px 33px 15px 33px;
	font-size: 90%;
	margin: 0;
	background: url(uploads/lm/shadow-blue.png) repeat-y left top;
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0.5em 33px 0 0;
	margin: 0;
}

input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}

div#content {
	background: url(uploads/lm/shadowwhite.png) repeat-y left top;
        margin: 0;
        padding: 0 20px 0 20px;
}

div#content2 {
        border-top: 2px solid #10243d;
	background: #f0ede1;
        margin: 0;
        padding: 0;
}

div#sidebar {
	background: #f0ede1;
	float: left;
	width: 220px;
}

div#sidebarcontent {
        padding: 25px 0px 10px 15px;
}

div#main {
	float: right;
	background: #fff;
	width: 525px;
        padding: 25px 20px 20px 25px;
}

div#footer {
	max-width: 840px;
	min-width: 840px;
	margin: 0px auto;
	clear: both;
	padding: 0;
        height: 35px;
	background: url(uploads/lm/shadowbottom-home.png) no-repeat left top;
}

div#footercontent {
	padding: 0px;
        padding-bottom: 10px;
}

div#footercontent p {
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	color: #000;
        font-weight: bold;
}

div#footercontent p a {
	color: #000;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/********************TABLE STYLING*********************/

div.t-table{
margin: 0;
padding: 0;
clear: both;
padding-top: 7px;
margin-bottom: 7px;
border-top: 1px solid #66191f;
}

div.t-row{
margin: 0;
padding: 0;
height: 1%;
}

div.t-photo{
float:left;
width: 160px;
}

div.t-item{
float:left;
width: 70px;
font-weight: bold;
}

div.t-description{
float:left;
width: 235px;
}

div.t-price{
float:left;
width: 60px;
text-align: right;
font-weight: bold;
color: #10446e;
}

/********************CONTENT STYLING*********************/

/* HEADINGS */

div#content h1 {
	color: #66191f;
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}

div#content h2 {
	color: #66191f;
	font-size: 1.5em;
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #a7c1e2;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #10446e;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #10446e;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0px 0;
}
div#content h5 {
	color: #10446e;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

/* END HEADINGS */

/* TEXT */

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div.templatecode {
	margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
	line-height: 1.5em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'LM layout' */

