/* Shared Items */

a:active, a:link, a:hover, a:visited {
	font-size: inherit;
	color: #005CC3;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-left: 0px;
}

h1 {font-family:  Arial, Helvetica, sans-serif;
	margin-top:0em;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	color: #666666;
}

h2 {
	font-family:  Arial, Helvetica, sans-serif;
	margin-top:0em;
	margin-bottom:0em;
	font-weight:bold;
	font-size:16px;
		color: #666666;
		
}


img {
	border: none;
}

div.imageStyle {
	float:left;
	margin: 3px 15px 5px 0px;
}

div#Thumbnails{
	margin-top: 10px;
}

div.imageStyleThumb {
	float:left;
	margin: 3px 15px 5px 0px;
}

li {
	list-style: inside;
}

div.padding {
	padding-left: 20px;
	padding-right: 15px;
}

div.paddingright {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 15px;
}
div#pageContainer {
	width: 962px;
	margin: 0px auto;
}

div.visualClear {
	height: 1px;
	clear:both;
}



/* -- Masthead  styles */
#header {
    width: 952px;
	background-image: url(../media/tmp_bg_top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;

}

#Login {
	height:32px;
}

#Login form {
	margin: 0px;
	padding: 0px;
}

.LoginElement {
	width: 106px;
	height: 18px;
	background-color: #E4EEEF;
	border: 1px solid #000000;
	color: #CCCCCC;
	font-size: 9px;
	padding-left: 5px;
}


#content {
	/*position: relative;*/
	background-image: url(../media/bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	padding-top: 25px;
}

/* -- Main Content */

#column1 {
	float: left;
	width: 706px;
}

/* -- Side Nav */

#column2 {
float: right;
	width: 256px;
	margin-bottom: 10px;
}

/* -- Footer font styles are shared and in main.css */

#footer {
	background-color:#ffffff;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align: center;
}



div#pageContainer {
	width: 962px;
    margin-left: 0em;
}


/* -- Contact Palette */
#ContactPalette {
	width: 602px;
	background-image: url(../media/img_palette_contact_bg.jpg);
	background-repeat: repeat;
}


/* -- Side Palette */
#SidePalette {
	width: 221px;
	background-image: url(../media/img_side_palette_bg.jpg);
	background-repeat: repeat;
}


/* -- seminar Palette */
#seminarPalette {
	width: 453px;
	background-image: url(../media/img_palette_seminar_bg.jpg);
	background-repeat: repeat;
}



.uCaseCompany {
		font-weight: bold;
		text-transform: uppercase;
}

/* -- Products table */
.ProductsTable td {
	border-color: #D5D5D5;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	padding: 4px 7px 10px 7px;
	width: 217px;
}
		
.ProductsTable .NoCell {
	border: none;
}
		
.ProductsTable img {
	margin-bottom: 7px;
}
		
.ProductsTable .CellOne {
	border-left: 1px solid #D5D5D5;
}
		
.ProductsTable .RowOne {
	border-top: 1px solid #D5D5D5;
}
		
.ProductsTable a:active,
.ProductsTable a:link,
.ProductsTable a:hover,
.ProductsTable a:visited {
	font-size: 12px;
	color:#005CC1;
	font-weight: bold;
	text-decoration: none;
}

.ProductsTable .ProductsImage {
	background-repeat: no-repeat;
	background-position:center;
	cursor: pointer;
}
.product-spotlight
{
	padding-top: 25px;
	padding-bottom: 25px;
}
.product-spotlight-image
{
	border: 1px solid #BEBEBE;
	float: left;
	margin-right: 12px;
	min-height: 148px;
}
.product-spotlight-div
{
	width: 100%;
}
.product-spotlight-content
{
}
.product-spotlight-text
{
}
.product-spotlight-link
{
	padding-top: 10px;
}
.message {
	color: #FF0000;
	font-weight: bold;
}

/* -- Login */
.LoginRow { 
	padding: 5px;
}

.LoginText, .LoginRow label {
	font-weight: bold;
}

.LoginText {
	font-size: 14px;
}

/* -- Ecomm */
#EcomDetails h1 {
 	color: #005CC3;
}

.details_price {

	font-size: 18px;
	color:#C72F2F;
	font-weight: bold;
	}

.sale_price  {

	font-size: 18px;
	color:#505050;
	font-weight: bold;
	}