:root{
 overflow-y:scroll;
}

html, body {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-image: url(images/background_main.gif);
	background-repeat: repeat-x;
}

div {
	font-family: verdana, arial, tahoma;
}

div.clear { 
	clear: both; 
}
/**********************************/
#language {
	position: absolute;
	left: 569px;
	top: 85px;
	font-size: 0.7em;
}

/**********************************/
#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/**********************************/
#header {
	height: 20px;
	background-image: url(images/background_main_header.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 20px 0px 0px 30px;
}

/**********************************/
#main-title {
	height: 67px;
}

#main-title img {
	vertical-align: bottom;
	border: none;
}

#main-title img.right {
	float: right;
	vertical-align: bottom;
}

/**********************************/
#main-image img {
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	border: none;
}

/**********************************/

#nav img {
	border: none;
	vertical-align: bottom;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

#nav ul li {
	display: inline;
	height: 25px;
	list-style-image: none;
	list-style: none;
}

/**********************************/
a, a:visited, a:active  {
	color: #1d2e59;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.light, a.light:visited, a.light:active  {
	color: #6177b0;
	text-decoration: none;
}

a.light:hover {
	text-decoration: underline;
}

a.white, a.white:visited, a.white:active  {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

/**********************************/
#content {
	margin: 55px 0 0 0;
	padding: 0px 30px 0px 30px;

	font-size: 0.7em;
}

#content h1 {
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px 0px 20px 0px;
}

#content h1.home {
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px 0px 20px 0px;
}

#content h2 {
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
}

#content p {
	text-align: justify;
	margin: 0px 0px 20px 0px;
}

#content p.link img {
	border: none;
	margin: 0 20px 0 0;
}

#content p.introtxt {
	font-weight: bold;
}

#content p.more {
	text-align: right;
}

#content .btn {
	float: right;
	width: 120px;
	height: 20px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	padding: 4px 0 0 0;
	background-image: url(images/background_btn.gif);
	cursor: pointer;
}

#content .btn-right {
	float: right;
	width: 120px;
	height: 20px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 0 0 260px;
	background-image: url(images/background_btn.gif);
	cursor: pointer;	
}

#content .btn a {
	color: #ffffff;
}

#content .btn-right a {
	color: #ffffff;
}

#content #products {
	height: 386px;
	background-image: url(images/background_products.gif);
	background-repeat: no-repeat;
}

#content #products #razors {
	float: left;
	width: 200px;
	height: 134px;
	padding: 20px 20px 20px 120px;	
	margin: 0 30px 30px 0;
	background-image: url(images/product_razors.jpg);
	background-repeat: no-repeat;
	text-align: right;
	cursor: pointer;
}

#content #products h2 {
	margin: 0px 0px 40px 0px;
}

#content #products #needles {
	float: left;
	width: 200px;
	height: 134px;
	padding: 20px 20px 20px 120px;
	margin: 0 0 30px 0;
	background-image: url(images/product_needles.jpg);	
	background-repeat: no-repeat;	
	text-align: right;
	cursor: pointer;
}

#content #products #spinnerets {
	float: left;
	width: 150px;
	height: 134px;
	padding: 20px 20px 20px 170px;
	margin: 0 30px 0 0;
	background-image: url(images/product_spinnerets.jpg);
	background-repeat: no-repeat;	
	text-align: right;
	cursor: pointer;
}

#content #products #toolmaking {
	float: left;
	width: 200px;
	height: 134px;
	padding: 20px 20px 20px 120px;
	margin: 0 0 0 0;
	background-image: url(images/product_toolmaking.jpg);
	background-repeat: no-repeat;	
	text-align: right;
	cursor: pointer;
}

#content a.left {
	float: left;
}

#content a.righttxt {
	float: right;
}

#content table {
	width: 100%;
	margin: 0 0 20px 0;
	background: #999999;
}

#content table th {
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
	padding: 5px;
}

#content table td {
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
}

#content #profiles {
	width: 100%;
	background-color: #cccccc;
}

#content #profiles td {
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}

#content img.contentimg {
	float: left;
	margin: 0 25px 20px 0;
	vertical-align: bottom;
}

#content img.contentimgend {
	float: left;
	margin: 0 0 20px 0;
	vertical-align: bottom;
}

#content img.contentimgright {
	float: right;
	margin: 0 0 20px 25px;
	vertical-align: bottom;
}

#content #contact {
	width: 60%;
	background-color: #ffffff;	
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#content #contact td {
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
}

#content .thumbnail {
	float:left;
	margin: 0 15px 15px 0;
	border: none;
}

#content .end {
	margin: 0 0 15px 0;
}

#content .imgholder {
	background: #000000;
	text-align: center;
	width: 100%;
	margin: 0 0 20px 0;
}

#content .imgholder img {
	float: none;
	vertical-align: bottom;
	margin: 0 0 0 0;
}

/**********************************/
#razors-nav {
	margin: 0px 25px 10px 0px;
	padding: 0px 15px 50px 0px;
	float: left;
	width: 165px;
	
	/*background-image: url(images/background_main_dividerbar.gif);
	background-position: top right;
	background-repeat: repeat-y;*/
	
	border-right: 1px #b5b5b5 solid;
}

#razors-nav h2 {
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.0em;
	margin: 20px 0px 0px 0px;
}

#razors-nav h2.header {
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

#razors-nav a {
	color: #666666;
}

/**********************************/
#news {
	margin: 0px 0px 1px 30px;
	padding: 0px 0px 0px 30px;
	float: right;
	width: 168px;
	
	/*background-image: url(images/background_main_dividerbar.gif);
	background-position: top left;
	background-repeat: repeat-y;	*/
	border-left: 1px #b5b5b5 solid;
}

#news #news-content {
	padding: 10px 10px 10px 10px;
	background-color: #ededed;
}

#news #news-content h2 {
	background-color: #ededed;
	color: #1d2e59;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px 0px 5px 0px;	
}

/**********************************/
#footer {
	clear: both;
	border-top: 1px solid #b5b5b5;
	margin: 29px 0px 0px 0px;
	padding: 10px 30px 0px 30px;
	font-size: 0.7em;
	color: #1d2e59;
}

#footer a.footer, a.footer:visited, a.footer:active  {
	color: #c7c7c7;
	text-decoration: none;
}

#footer a.footer:hover {
	text-decoration: underline;
}

#footer a.spacer {
	margin: 0px 0px 0px 459px;
}

