/** BASIC */

html, body {
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: silver;
	font-size: 62.5%;
}

* { 
    margin: 0; 
    padding: 0; 
    } 


/** WRAPPER */

#wrapper {
	width: 779px;
	margin: 0px auto;
	padding: 0px 50px 0px 51px;
}

#wrapper {
	background: url(images/wrapper_bg.gif) repeat-y left top; 
}


/** HEADER */

#header { height: 120px;}
#header { background: url(images/header_bg.gif) repeat-x left top;}
#header-menu { float: right; width: 356px; padding: 56px 0px 0px 0px; }
#header-menu p { float: right; padding: 0px 0px 0px 22px; line-height: normal; color: #4C4C4C; font-size: 1.2em;  }
#header-menu strong {color: #ED0B0B;}
#header-menu a {
	float: left;
	/* width: 76px;
	height: 18px; */
	margin-left: 4px;
	padding: 5px;
	/* background: #000000 url(images/homepage04.gif) no-repeat left top; */
	background: #003D7E;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#header-menu a:hover { color:#FF9900;}

#logo {
	float: left;
	width: 423px;
	height: 118px;
	background: url(images/smt_logo.jpg) no-repeat left bottom;
}

#logo h1 {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	text-indent: -9999px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX FORMS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

form { margin: 0px;	padding: 0px; }

 /* Form controls */
#mainform {	float:left;	}
#mainform form { margin: 5px; padding: 0 0 0 20px; width: 430px;}
#mainform label { float: left; text-align: left; margin-right: 0.5em; display: block; }
#mainform input { color: #000; background: #F2F2F2; padding: 2px; border: 1px inset #666666;  } 
#mainform select, #mainform textarea { color: #000; background: #F2F2F2; border: 1px inset #333333; } 
#mainform checkbox { color: #000; background: #F2F2F2; border: none; } 
#mainform fieldset { border: 1px #CCCCCC solid; }
#mainform legend { color: #003D7E; background: #F2F2F2; font-weight: bold; font-size: 1.2em; border: 1px solid #FF9900; padding: 2px 6px; margin: 0 0 0 20px;} 
#mainform p { margin: 10px 0 0 10px; }
#mainform .submit  { 
	background: #003D7E; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 5px; 
	margin-bottom: 10px; 
	cursor:hand;
	border: 0;
	 } 
#mainform .noborder { background: #FFFFFF; border: none; } 
/* Form Control End */

/************************************ OTHER FONTS ************************************/

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #434343;
}

h1, h2 {
	height: 22px;
	padding: 15px 0px 0px 12px;
	background: url(images/h1-h2_heading_bg.gif) repeat-x left top;
	text-transform: uppercase;
	font-size: 11px;
	color: #003D7E;
}

h1 span, h2 span {
	color: #434343;
}

h2.text1, h3 {
	height: auto;
	padding: 0px;
	background: none;
	text-transform: none;
	font-size: 11px;
	color: #6E6E6E;
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #003D7E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	padding: 0px 0px 0px 12px;
}

p.listPara {
	background: url(images/homepage10.gif) repeat-x left top;
	padding: 5px 10px 0px 5px;
	color: #6E6E6E;
	font-size: 1.2em;
	}

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


.list1 li {
	padding: 5px 0px;
	background: url(images/homepage10.gif) repeat-x left top;
	font-size: 1.2em;
}

.list1 a {
	padding-left: 25px;
	background: url(images/homepage11.gif) no-repeat 2px 50%;
	text-decoration: none;
	color: #6E6E6E;
}

.list1 a:hover {
	text-decoration: underline;
}

.list1 .first {
	background: none;
}

/** LINKS */

a {
	color: #ED0B0B;
}

a:hover {
	text-decoration: none;
}

.center { text-align:center; }
.nojustify { text-align:left;}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 1px #CCCCCC solid;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
	border: 1px #CCCCCC solid;
}

hr { display: none; }
.hr1 { height: 1px;}
.padded { padding: 20px; }
div#content p.small { font-size: 1.1em; }

/** MENU */

#menu {
	height: 26px;
	padding-top: 10px;
	text-align: center;
}

#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 1.2em;
}

#menu li {
	display: inline;
}

#menu {
	background: url(images/homepage05.gif) repeat-x left top;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #4C4C4C;
}

#menu a {
	position: relative;
	padding: 8px 10px 7px 10px;
}

#menu .active, #menu .active a {
	background: url(images/main_menu_bg.gif) repeat-x left top;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/main_menu_bg_ov.gif) repeat-x left top;
	color: #FFFFFF;
}

/** CONTENT */

#content h1 { margin-bottom: 1em; font-size: 1.4em; font-family:Verdana, Arial, Helvetica, sans-serif; }

#content-wide h1, #content-wide h2 {
	padding-left: 20px;
}

#content-wide h2.text1 {
	padding: 0px;
}

#content ul { padding-left: 50px; list-style:square; font-size: 1.2em; }
#content li { padding-bottom: 0.5em; } 
#content li ul { list-style:circle;  } 
#content li ul li { padding-top: 7px; padding-bottom: 0px; font-size: 0.85em;} 

#content ol { padding-left: 50px; font-size: 1.2em;}
#content li ol li { padding-top: 7px; padding-bottom: 0px; font-size: 0.85em } 

#content p {font-size: 1.2em; }
#content p.desc {font-size: 1.0em; color:#003D7E; }

/** SIDEBAR */

#sidebar {
	border-right: 1px solid #E8E8E8;
}

#sidebar h2 {
	color: #FF9900;
}

/** PRODUCT */

.product {
	background: url(images/homepage18.gif) repeat-x left bottom;
}

.product .image {
	text-align: center;
}

.product .name {
	height: auto;
	margin: 0px;
	padding: 0px;
	background: none;
	text-transform: none;
	}

.product .name a {
	text-decoration: none;
	color: #EC0A0A;
}

.product .name a:hover {
	text-decoration: underline;
}

.product .desc {
	margin: 0px;
	line-height: normal;
	color: #7D7D7D;
}

.product .links a {
	float: left;
	width: 49px;
	height: 18px;
	padding: 4px 0px 0px 27px;
	text-decoration: none;
	font-weight: bold;
	color: #1685B8;
}

.product .links .cart {
	background: url(images/homepage19.gif) no-repeat left top;
}

.product .links .info {
	background: url(images/homepage20.gif) no-repeat left top;
}

/** PRODUCT LIST VIEW */

.listview {
	margin: 0px;
	padding: 0px 20px;
	list-style: none;
	line-height: normal;
}

.listview .product {
	display: block;
	clear: left;
	padding: 20px 0px 10px 0px;
	background: url(images/homepage10.gif) repeat-x left top;
}

.listview .first {
	background: none;
}

.listview .image {
	float: left;
	background: red;
}

.listview .name {
}

.listview .desc {
	margin-bottom: 10px;
}

.listview .links {
	height: 30px;
}

.listview .cart {
	margin-right: 3px;
}

/** PRODUCTS */

#products {
	padding-left: 6px;
}

/** THUMBNAIL VIEW */

.thumbnails {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.thumbnails li {
	float: left;
	width: 185px;
	margin: 0px 0px 15px 3px;
	padding-bottom: 14px;
	list-style-type:none;
	}

.thumbnails .name {
	padding-top: 5px;
	text-align: center;
	font-size: 1.2em;
}

.thumbnails .desc {
	text-align: justify;
	}

.thumbnails .links {
	padding: 10px 0px 0px 9px;
}

.thumbnails .links a {
	margin-left: 5px;
}

/** BANNERS */

#banner1 {
}

#banner2 { 
    background: url(images/homepage09.jpg) top no-repeat;
	width: 199px;
	height: 299px;
	clear:all;
	}

#banner3 { 
    /* background: url(images/smt_catalogue.jpg) bottom center no-repeat; */
	width: 132px;
	height: 163px;
	clear:all;
	}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 199px;
}

/** CONTENT */

#content {
	float: right;
	width: 579px;
}

#content-wide {
	float: none;
	width: auto;
}

/** FOOTER */

#footer {
	width: 880px;
	height: 125px;
	margin: 0px auto;
}


#footer {
	background: url(images/subpage3_02.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	text-align: center;
	line-height: normal;
	color: #A7A7A7;
}

#footer a {
	color: #A7A7A7;
}

#footer .links {
	padding-top: 15px;
}

#footer .links a {
	padding: 0px 10px;
}

#footer .legal {
	padding-top: 40px;
}

.separatorline {clear: left; margin: 0 auto; margin-bottom: 8px; height: 5px; width: 80%; color: #666;background: #FFFFFF url(images/dottedruledark.gif) bottom left repeat-x; }

.separator {clear: both; margin: 0 auto; margin-bottom: 8px; height: 5px;}

/* eComm CSS Rules */
.ectlink a {font-size: 1.1em;}
.catdesc {padding-left: 10px; }
img.catimage { vertical-align:top; padding: 10px;}
td.catname a.ectlink {display: none; }
.prodname, .detailname {font-size: 14px; color: #333333; }
.proddescription, .detaildescription {font-size: 1em; color: #333333; }
.prodprice, .price {font-size: 14px;color: #333333; }
.pagenums {}
td.cobll {padding-left: 5px;}
td.catnavigation { vertical-align:middle; text-align: left; }
.discountsapply {color:#FF0000;}
.detaildiscounts, .proddiscounts {color:#FF0000;}
.detailname { font-size: 1.5em;}
.detaildescription h3 { font-size: 1.2em;}
.detaildescription h4 { font-size: 1.1em;}
.detaildescription p, .proddescription p { font-size: 1.1em;}
.detaildescription ul { font-size: 1.1em; margin-left: 20px;}
.detaildescription li { padding-left: 0px; list-style-type:disc;}
.prodprice, .detailprice  { font-size: 1.1em; color: red;}
#printcontent { font-size: 11px; }
.navdesc, .catnavigation {display:none; }