html {
	height: 101%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.lm {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	color: #CCCCCC;
	min-height: 100%;
	background: #17191a url('/img/bg_bottom.png') repeat-x bottom;
	margin: 0px;
	font-size: 1.2em;
}

.lm a {
	color: #FFFFFF;
}
.lm a:hover {
	color: #438bc5;
}

.lm .content {
	background: url('/img/bgglow.png') no-repeat top center;
	width: 950px;
	min-height: 100%;
	margin: 0px auto;
}

.lm .content .logo {
	float: left;
	margin-right: 60px;
}

.lm .content .nav {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	float: right;
	text-align:right;
	margin-top: 90px;
	font-size: 14px;
}

.lm .content .nav a {
	color: #FFFFFF;
	text-decoration: none;
}

.lm .content .nav a:hover {
	color: #438bc5;
	text-decoration: underline;
}

.lm .content .nav a:visited {
	color: #FFFFFF;
}

.lm .content .body {
	width: 950px;
}

h2 {
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 21px;
	font-weight: bold;
	padding: 0px;
	text-align: left;
}

.lm div.clear {
	float:none;
	clear: both;
}

/*tout */
.lm .tout {
	width: 470px;
	padding-right: 5px;
	font-size: 11px;
}
.lm .toutmidddle {
	width: 195px;
	padding-right: 10px;
}

.lm .tout .text {
	width: 250px;
	text-align: left;
}

.lm .pad {
	padding: 0px 25px;
}
.lm .pad_left {
	padding: 0px 0px 0px 10px;
}
.lm .pad_right {
	padding: 0px 10px 0px 0px;
}

.lm .last {
	padding-right: 0px;
}

.lm .floatLeft {
	float: left;
}

.lm .floatRight {
	float: right;
}

.lm .footer {
	margin-top: 0px;
	width: 100%;
}
.lm .footer .footer_text div { float:left; margin-left:5px;}
.lm .footer .footer_text div span { float:left; padding-top:5px;}

.lm .footer .footer_text {
	width: 680px;
	text-align: center;
	vertical-align:middle;
	font-family: Verdana;
	font-size: 10px;
	color: #4b4b4b;
	margin: 0px auto;
}


.lm .footer .footer_text a{
	color: #FFFFFF;
}
.lm .footer .footer_text a:hover {
	color: #438bc5;
}

.gridDisplay {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.lm .gridDisplay .gridItem {
	width: 306px;
	height: 263px;
	float: left;
	margin: 5px;
	text-align: left;
}

.lm .gridDisplay .gridItem img {
	float: left;
}

.lm .shoppingcart {
	float: left;
	margin-left: 15px;
}

/* black corners */
.lm .bctop {
	background: transparent url(/img/cc/bc/tl.gif) no-repeat scroll left
		center;
	height: 10px;
	overflow: hidden;
	padding-left: 10px;
}

.lm .bctop div {
	background: transparent url(/img/cc/bc/tr.gif) no-repeat scroll right
		center;
	height: 10px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 10px;
}

.lm .bctop div div {
	background: transparent url(/img/cc/bc/middle.gif) repeat-x;
	height: 10px;
	overflow: hidden;
	padding: 0;
}

.lm .bcmiddle {
	background-color: #000000;
	padding: 10px 20px 10px 40px;
}

.lm .gridItem .bcmiddle {
	padding: 10px 10px 0 0;
}

.lm .bcbottom {
	background: transparent url(/img/cc/bc/bl.gif) no-repeat scroll left
		center;
	height: 10px;
	overflow: hidden;
	padding-left: 10px;
}

.lm .bcbottom div {
	background: transparent url(/img/cc/bc/br.gif) no-repeat scroll right
		center;
	height: 10px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 10px;
}

.lm .bcbottom div div {
	background: transparent url(/img/cc/bc/middle.gif) repeat-x scroll;
	height: 10px;
	overflow: hidden;
	padding: 0;
}


