/*****************************************
SimpleCart(js)
Written By Brett Wejrowski
Demo Site by Stephen McKinney

The Style's for the SimpleCart(js) are in
the Header of index.html. The following
Just makes the rest of the site look
pretty
*****************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0;}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}



body{
	font:bold 12px Helvetica,Arial,sans-serif;
	background-color:#007ea3;
}
#content{
	width:1044px;
	height:562px;
	margin:auto;
}

.content-bg {
	background:url(images/bg_content-new1.gif);
	background-repeat:no-repeat;
	margin-left:150px;	
	height:562px;
}

.welcome-bg {
	background:url(images/bg_content-welcome.gif);
	background-repeat:no-repeat;
	margin-left:150px;
	_margin-left:146px;	
	height:562px;
}

.welcome-text {
	padding:0 30px 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#58585a;
	text-align:left;
	line-height:18px;
}

.welcome-img {
	padding:0px;
	margin-top:55px;
}

#header{
	padding:20px 0;
	margin-left:20px;
	background:url(images/headerGrad.png) bottom left no-repeat;
	width:770px;
	float:left;
}
h1{
	width:284px;
	height:0;
	background:url(images/logo.gif);
	font-size:0px;
	padding-top:60px;
	overflow:hidden;
}
h2{
	font-size:22px;
	color:#429132;
}
#catalog{
	width:580px;
	margin:10px 0 0 20px;
	float:left;
	min-height:444px;
}

.clear {
	clear:left;
}

#catalog li{
	float:left;
	/*margin:10px 25px 30px 15px;*/
	/*width:150px;*/
	padding:10px 13px 30px 13px;
	width:160px;
}
#catalog li img{
	display:block;
}
.price{
	display:block;
	float:left;
	background:url(images/span.png);
	width:33px;
	height:21px;
	line-height:20px;
	margin:6px 4px 0 0;
	color:#fff;
	font-size:15px;
	padding:2px 0 0 5px;
	font-weight:lighter;
	
}
b{
	float:left;
	font-size:15px;
	color:#333;
}
b a{
	font-size:12px;
	color:#c23f26;
}
#sidebar{
	float:right;
	margin-right:5px;
	width:250px;
	
}
#sidebar a{
	font-size:11px;
	color:#000;
}
#sidebar a.simpleCart_checkout,
.checkoutEmptyLinks a.simpleCart_checkout{
	display:-moz-inline-box;
	display:inline-block;
	width:74px;
	height:19px;
	background:url(images/checkout-button.jpg);
	overflow:hidden;
	margin-left:85px;
	vertical-align:middle;
	text-indent:-9999px;
	font-size:0;
}
a.btnCheckout:hover{
	background-position:87px 0;
}
#downloadContainer{
	width:230px;
	font-size:11px;
	font-weight:normal;
	margin-top:52px;
}
#downloadContainer a{
	color:#222;
	text-decoration:none;
}
#downloadContainer a:hover{
	text-decoration:underline;
}
h3{
	font-size:22px;
	color:#c23f26;
	padding-bottom:4px;
	margin-bottom:9px;
	border-bottom:1px dashed #d1d4d5;
}
#footer{
	clear:both;
	/*text-align:left;*/
	text-align:right;
	font:normal 11px Helvetica, Arial, sans-serif;
	color:#e7ebf0;
	opacity:.999;
	/*padding:10px 0px 10px 200px;*/
	padding-right:10px;
}
#footer a{
	color:#aaa;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#smallLogo{
	margin-top:2px;
	vertical-align:bottom
}
/*************************
my cart page
*************************/
.alsoContainer{
	float:left;
	clear:left;
	padding:15px 0;
}
.alsoInfo,
.alsoImage,
.alsoPrice{
	float:left;
}
.alsoImage{
	margin-right:8px;
}
.alsoInfo{
	margin-right:9px;
	width:90px;
}
#sidebar .alsoContainer a{
	color:#c23f26;
}
.alsoPrice{
	color:#418932;
	font-size:13px;
	padding-top:5px;
}
.checkoutEmptyLinks{
	float:left;
	clear:left;
	width:500px;
	padding-left:221px;
}
.checkoutEmptyLinks a{
	color:#000;
	font-size:11px;
}
/*************************
Top Frame
*************************/

#topFrame{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:32px;
	background:url(images/greenBG.gif) repeat-x;
	z-index:100;
	overflow:hidden;
	text-indent:50px;
	
}
#topFrame a{
	color:#fff;
	font-weight:bold;
	line-height:32px;
}


.sidelinks {
	width:130px;
	float:left;
}

.sidelinks ul{
	margin:5px 0 0 0px;
	padding:0 0 0 0px;
	list-style-type:none;
}

.sidelinks li {
	margin:0 0 0 0px;
	padding:15px 0 0 0px;
	list-style-type:none;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
}

.sidelinks li a{
	margin:0 0 0 0px;
	list-style-type:none;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

.sidelinks li a:hover{
	margin:0 0 0 0px;
	padding:15px 0 0 0px;
	list-style-type:none;
	text-align:right;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a2b63f;
	text-decoration:none;
}

.page-heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#429132;
	padding-left:16px;
	padding-top:10px;
}

.ecf-logo {
	margin:0px auto; 
	width:1044px;
	text-align:right;
	padding-top:30px;
	padding-bottom:15px;
}

.latrobe-logo {
	padding:20px 15px 10px 30px;
	width:849px;
	text-align:right;
}

.viewlarger {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
	text-align:center;
	padding-bottom:3px;
}

.viewlarger a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
	text-align:center;
}

.viewlarger a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
	text-align:center;
}

/*.footer-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding:10px 0 0 270px; 
	color:#FFFFFF
}*/
.footer-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding:10px 0 0 180px;
	width:550px;
	color:#FFFFFF
}

.footer-top-rigt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding:10px 30px 0 0px;
	width:270px;
	text-align:right; 
	color:#FFFFFF
}

.logout-but {
	text-align:right; 
	padding-right:37px;
	_padding-right:20px; 
	*padding-right:20px;  
	padding-top:8px;
}

.Item-no {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	color:#231f20;
	float:left;
}

.Item-dollor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	color:#ff0000;
	float:right;
}

.color {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#231f20;
	float:left;
	/*width:40px;*/
}
.addcart{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#231f20;
	float:right;
	width:65px;
	text-align:right;
	padding-top:3px;
}
.quantitymain{
	float:left;
	width:80px;
}

.quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#231f20;
}

.select-but {
	color:#fff;
	float:left;
	/*margin-left:5px;*/
	margin-left:2px;
	background-position:center;
}

/*Admin page styles*/


.admin-bg {
	background:url(images/bg_content-admin.gif);
	background-repeat:no-repeat;
	height:562px;
}

.login-main {
	width:417px;
	margin:auto;
	padding-top:165px;
	overflow:hidden;
}

.log-top {
	background:url(images/admin-top-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:11px;
	overflow:hidden;
}

.log-mid {
	background-color:#e8e8eb;
	border-left:1px solid #22a7ce;
	border-right:1px solid #22a7ce;
	height:150px;
	padding:40px 20px 0 20px;
}

.form-main {
	width:360px;
}

.form-inner {
	width:350px;
	padding:0px 0px 20px 0px;
	_padding-bottom:18px;
	float:left;
}

.form-left {
	width:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
}

.form-right {
	width:220px;
	float:right;
}

.form-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#1291b6;
	text-align:left;
	width:160px;
}

.log-bot {
	background:url(images/admin-bot-bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:11px;
	overflow:hidden;
}




DIV#holder_news {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	VISIBILITY: hidden; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}


DIV#holder_news1 {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n1 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}
DIV#holder_news2 {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n2 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}

DIV#holder_news3 {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n3 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}


DIV#holder_news4 {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n4 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}


DIV#holder_news5 {
	MARGIN-TOP: 0px;
	Z-INDEX: 2;
	OVERFLOW: hidden;
	WIDTH: 580px;
	POSITION: absolute;
	HEIGHT: 530px;
}

DIV.content_o_news_n5 
{
	Z-INDEX: 1; 
	LEFT: 0px; 
	WIDTH: 580px;
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: auto;
}



/*#show1
{
	height:10px;
}
#show2
{
	height:10px;
}*/

.cabinetry-text-split1 {
color:#007EA1;

font-size:12px;
font-weight:bold;
text-decoration:none;

}
#show1,#show2,#show3,#show4,#show5,#show6{
float:left;
}
