@charset "utf-8";
/* CSS Document */

body {
	font:Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #0089C4;
	border-bottom: 1px;
}

a {
	font-weight:bold;
	color: #0089C4;
	text-decoration:none;
}

a:hover {
	color:#666666
}

#language {
	width:150px;
	height:20px;
	float:right;
	position: relative;
	padding-right: 5px;
}

#language p {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	color:#0089C4;
}

#Main {
	width:750px;
	height:560px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(images/bkg.gif);
	background-repeat:no-repeat;
	padding: 0px;
}

#OpenPara {
	width:380px;
	float:left;
	position:relative;
	top: 230px;
	left: 15px;
	line-height: 18pt;
}

#OpenPara p {
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #999999;
	font-weight:bold;
	text-align:left;
}

#ProductsFrame {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-bottom: 0px;
}

div.ProductsHead {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:24px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.ProductDesc {
	width:550px;
	float:left;
	position: relative;
	padding-bottom: 10px;
}

div.ProductDesc p {
	text-align:left;
}

div.ProductThumbnail {
	width:150px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

div.URL {
	text-align:right;
	width:550px;
	position:relative;
	background-color:#CCCCCC;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	float: right;
	margin-top: 0px;
}

