/*--------------------layout---------------------*/
* {margin:0;padding:0}
form {
	text-align: center;		
	}
#wrapper {
	width: 990px;
	background: #fff url('images/body_back.jpg') repeat-y;
	margin: 0px auto;
	text-align: left;
	}
#Main {
	float:right;
	margin: 0;	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	}
#leftColumn
{
	width: 203px;
}
#rightColumn
{
	width:197px;
} 
#SideBar {
	width: 175px;	
	float: right;	
    margin:0;	
    padding-top: 0px;
    margin-top: 15px;
    padding-right:12px;
	}
#Header, #Footer {
	clear:both;
	}
#rightTopHolder
{
	text-align: center;
	padding-top: 15px;
	margin-top: 1px;
	background-color: #CCCCCC;
	height: 69px;
	background-image: url('images/right_column_grey_back.jpg');
	background-repeat: repeat-y;
}

#rightColumnContentsHolder
{
	background-image: url('images/right_column_contents_holder_grey_back.jpg');
	background-position: 50% top;
	background-repeat: no-repeat;
	min-height: 200px;
	height: 200px !important;
	height: 200px;
}


/*--------------------style---------------------*/
body {
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 12px;
	background: white;
	margin:0;
	padding:0;			
	}
	a {
	color: #00549F;
	text-decoration: none;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
	}
h2
{
	color: #00549F;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

h3
{
	color: #333333;
	background-image: url('images/h3_back.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

h5
{
	background-color: #EFEFEF;
	padding-left: 25px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

h4
{
	color: #333333;
	background-image: url('images/h4_back.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 13px;
	font-weight: bold;
	width: auto;
}

h6
{
	color: #333333;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	width: auto;
}

hr
{
	border: 0;
	height: 1px;
	background-color: #999999;
	color: #999999;
}
td
{
	font-family: Arial, Verdana;
	color: #333333;
}

#Header {
	border-bottom: 5px solid #00549F;
	height: 80px;
	}
#Header h1 {
	font-family: Georgia;
	font-size: 35px;	
	color: #fff;
	margin: 0 10px;
	}
#leftTopDateHolder
{
	background-color: #CCCCCC;
}

#dateDiv
{
	background-image: url('images/left_top_date_back.jpg');
	background-repeat: no-repeat;
	height: 120px;
}
#TopNavigation {
float: right;
margin-top: 55px;
margin-right: 10px;
	}
#Main {
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	width: 560px;
	padding-bottom: 15px;
	}
#Main h2 {
	color: #000;
	}
#SideBar {
	font-size: 12px;	
	}
#Footer {
	padding-top: 3px;
	clear:both;
	color: #999999;
	font-size: 11px;
	line-height: 25px;
	background-color: #FFFFFF;
	}
#Footer a,
#Footer a:hover
{
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}


#SideBar dt{
	font-weight: bold;
	color: #000;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 11px;
	}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}
	
.drawentrytable
{
	width: 500px;
}

.drawentrytable td input
{
	width: 200px;
}

.drawentrytable td select
{
	width: 205px;
}

.drawentrytable td textarea
{
	width: 200px;
}

.drawentrytable td
{
	padding: 5px;
}

.checkbox input
{
	width: 20px;
	padding: 0px;
	margin: 0xp;
	margin-right: 5px;
}

.required
{
	color: #3300CC;
}

.smalltext
{
	font-size: 11px;
}

.barcodestable td
{
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bodyBottomBar 
{
	height: 10px;
	background-color: #EE2E24
}

#logo
{
float: left;
	margin-left: 5px;
	margin-top: 8px;
}

#banner
{
	margin-top: 1px;
}

.rightColumnItemTable
{
	width: 175px;
	background-color: #EE2E24;
	background-image: url('images/right_column_item_back.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}
.rightColumnItemHeader
{
	background-color: #FFD900;
	background-image: url('images/right_column_item_header_back.jpg');
	background-position: left top;
	background-repeat: repeat-y;
	height: 18px;
	padding-left: 15px;
	font-weight: bold;
}
.rightColumnItemBody,
.rightColumnItemBodyWithPadding
{
	min-height: 145px;
	height: 145 !important;
	height: 145px;
	color: #FFFFFF;
	vertical-align: top;
}

.rightColumnItemBodyWithPadding
{
	padding: 10px;
}

.rightColumnItemBodyLink a,
.rightColumnItemBodyLink a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.rightColumnItemBodyLink
{
	padding-bottom: 3px;
}
	

.day
{
	float: left;
	width: 27px;
	padding-left: 56px;
}

.month
{
	float: left;
	width: 34px;
}

.year
{	
	float: left;
	width: 43px;
}

.day,
.month,
.year
{
	font-weight: bold;
	margin-top: 71px;
	text-align: center;
}

.productItemPreviewTable
{
	border: 1px solid #004691;
	width: 175px;
	
}

.productItemPreviewTable td
{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.productItemPreviewTable td.thumbImgHolder
{
	min-height: 160px;
	height: 160px !important;
	height: 160px;
	text-align: center;
	padding-bottom: 0px;
}

.productItemPreviewTable td.shortDescriptionHolder
{
	min-height: 50px;
	height: 50px !important;
	height: 50px;
	text-align: left;
	vertical-align: top;
}

.productItemPreviewTable td.header
{
	
	background-color: #004691;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 1px;
}
.productItemPreviewTable td.size
{
	padding-top: 0px;
	background-color: #004691;
	color: #FFD900;
	text-align: center;
	font-weight: bold;
}

.productItemPreviewTable td.pinkHeader
{
	background-color: #D13E6D;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 1px;
}
.productItemPreviewTable td.pinkSize
{
	padding-top: 0px;
	background-color: #D13E6D;
	color: #FFD900;
	text-align: center;
	font-weight: bold;
}


.productItemPreviewTable td.footer
{
	background-color: #CCCCCC;
	text-align: right;
}

.productItemPreviewTable td.footer a
{
	text-decoration: none;
}

.productItemPreviewTable td.footer a:hover
{
	text-decoration: underline;
}

.productTechnicalHeaderCell
{
	background-color: #616264;
	color: White;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.productTechnicalTable
{
	margin-left: 17px;
}

.productTechnicalCell
{
	background-color:#BDBFC1;
	color: #616264;
	font-weight: bold;
	text-align:center;
	padding: 2px;
}


.productTable
{
	margin-left: 17px;
}

.productTable td
{
border-spacing:1px;
}

.productIndustrialHeaderCell
{
	background-color: #F6A933;
	color: White;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.productIndustrialCell
{
	background-color:#FEE6BF;
	font-weight: bold;
	text-align:center;
	padding: 2px;
}

.productHomeOfficeHeaderCell
{
	background-color: #2C5799;
	color: White;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.productHomeOfficeCell
{
	background-color:#BBC1DE;
	font-weight: bold;
	text-align:center;
	padding: 2px;
}

.productHardwareHeaderCell
{
	background-color: #25734E;
	color: White;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.productHardwareCell
{
	background-color: #C1CEBF;
	font-weight: bold;
	text-align:center;
	padding: 2px;
}


/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
	
    }
    
/*----------newslist-----------*/
		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 0.9em;
			}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}

/*-------------------------------------Blogs---------------------------------*/
/*blog posts*/
.post{margin:2.4em 0}
.postTitle{color: #f63;font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{font-size:13px}
.postContent p{margin-bottom:1.2em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{color: #f63;margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#f5f5f5;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;color: #f63;font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background: #eee}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:5px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:12px}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:12px}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, .sf_target_list, #SideBar ul {list-style:none;font-size:13px}
.sf_list_simple li, .sf_list_expanded li, #SideBar li{width: 175px; height: 21px; padding:0px; margin:0px }
.sf_list_expanded h5, .sf_item_head, ul h2 {font-size:1.0em;font-weight:bold}
.sf_target_list{margin-left:0}
.sf_target_list dt{font-weight:bold;margin-top:1.0em}
#Main ul, #Main ul.sf_list_simple{margin-left:35px; margin-top: 10px; margin-bottom: 15px; list-style-type:disc;font-size:12px}
#Main h1, #Main .list_header{margin-top:20px}

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 

/* End hide from IE-mac */