@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #EAEAEA;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #0069c2;
	text-decoration: underline;
}

a:hover {
	color: #033966;
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #0069c2;
}
.warn {
	color: #F00;
}
#social
{
	position: fixed;
	height: 300px;
	width: 30px;
	left: 0px;
	top: auto;
	bottom: auto;
}
#main 
{
	padding: 0px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #000;
}

#header 
{
	width: 900px;
	padding-right: auto;
	padding-left: auto;
}
#header #headclip 
{
	background-image: url(../images/HeaderSamsung.jpg);
	height: 250px;
	background-repeat: no-repeat;
}
#header #headclip div
{
	float: right;
	margin-top: 25px;
	margin-right: 40px;
	
}
.banner
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation {
	font-size: 100%;
	height: 40px;
	padding-top: 10px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigation ul {
	list-style: none;
	padding-top: 1em;
	margin: 0px;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #FFFFFF;
  background-color: #0069c2;
  text-decoration: none;
}

#navigation a:hover {
  color: #FFFFFF;
  background-color: #033966;
}

* html #navigation a {
  width: 100%;
}
#footer {
	width: 900px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}
#maincontent {
	height: auto;
	width: 870px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#leftcontent {
	float: left;
	height: auto;
	width: 550px;
	padding-right: 10px;
}

#rightcontent {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 10px;
}
.clear-all {
	clear: both;
}
.type {
	width: 100%;
	padding-bottom: 15px;
}
.type h2
{
	color: #999;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddedff;
}

.news
{
	margin-right: 20px;
	margin-left: 20px;
}
.news_head
{
	margin-bottom: 5px;
}
.news_head a:link, .news_head a:visited, .news_head a:active
{
	font-size: 16px;
	font-weight: bold;
	color: #0069c2;
	text-decoration: none;
}
.news_head a:hover
{
	text-decoration: underline;
	color: #033966;
	
}

.news .date
{
	font-size: 10px;
	color: #999;
	margin: 0px;
	float: left;
	width: 170px;
}

.typere {
	width: 100%;
	padding-bottom: 15px;
}
.typere h2
{
	color: #0069c2;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ddedff;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.typere a:link, .typere a:visited, .typere a:active
{
	color: #666;
	text-decoration: underline;
}
.typere a:hover
{
	color: #0069c2;
	text-decoration: underline;
}
#price
{
	margin-bottom: 15px;
}
#price fieldset
{
	border: 1px solid #CCC;
}
#price legend
{
	color: #0069c2;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 16px;
	text-transform: uppercase;
}
#price p
{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#price p label
{
	float: left;
	width: 60%;	
}
#price p a:link, #price p a:visited, #price p a:hover
{
	color: #666;
	text-decoration: none;
}
#price p a:hover
{
	color: #0069c2;
	text-decoration: underline;	
}
