﻿/*
---------------------------------
//Reset CSS
---------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
---------------------------------
//Normal CSS template
---------------------------------
*/

html
{
	background: url(images/bg.png) repeat-x;
	background-color:#b0b0b0;
}

body
{
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
	color: #444444;
	margin-bottom: 20px;
}

a
{
	text-decoration: none;
	color: #333333;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	display:none;
}

h2
{
	color: #333333;
	font-family:verdana, arial;
	font-size:11px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom: 5px;
}

h3
{
	color: #333333;
	font-family:verdana, arial;
	font-size:10px;
	font-weight:bold;
}

p
{
	color: #333333;
	font-size: 11px;
}

blockquote
{
	font-size: 11px;
	font-style:italic;
}


.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

.line
{
	height: 1px;
	border-bottom: 1px dotted #7a7a7a;
	margin-bottom: 10px;
}

#container
{
	text-align: left;
	margin: auto;
	width: 900px;
	margin-top: 10px;
	background-color:#fff;
	padding:10px;
}

#logo
{
	background: url(images/logo.png) no-repeat;
	width: 500px;
	height: 65px;
}

#menuContainer
{
	position:relative;
	width: 894px;
	height: 64 px;
	float:left;
	background: url(images/menu_bg.png) repeat-x;
}

#menuContainer a
{
	text-decoration:none;
}

	DIV.menuButton_first a
	{
		background: url(images/home.png);
		width:97px;
		height:31px;
		padding-top: 28px;
		font-size: 12px;
		font-weight: lighter;
		text-transform:uppercase;
		color: #ddddd1;
		float:left;
		text-align: center;
	}
	
	DIV.menuButton_first a:hover
	{
		background: url(images/home_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
	DIV.menuButton a
	{
		background: url(images/about.png);
		width:107px;
		height:31px;
		padding-top: 28px;
		font-size: 12px;
		font-weight: lighter;
		text-transform:uppercase;
		color: #ddddd1;
		float:left;
		text-align:center;
	}
	
	DIV.menuButton a:hover
	{
		background: url(images/about_hover.png);
		cursor:pointer;
		color: #333333;
	}

	#menuEnd
	{
		background: url(images/menu_end.png) repeat-x;
		width: 6px;
		height: 64px;
		float:left;
	}
	
#menuContainer #search
{
	position: absolute;
	right: -80px;
	top: 26px;
	width: 200px;
}

#menuContainer #search input
{
	background-color: #fff;
	border:1px solid #666666;
	font-size: 11px;
}

#banner
{
	background: url(planet_netmercial.swf);
	height: 281px;
	width: 900px;
}

#banner2
{
	background: url(images/about_banner.jpg) no-repeat;
	height: 266px;
	width: 900px;
}

#banner3
{
	background: url(images/services_banner.jpg) no-repeat;
	height: 266px;
	width: 900px;
}

#banner4
{
	background: url(images/solutions_banner.jpg) no-repeat;
	height: 266px;
	width: 900px;
}

#banner5
{
	background: url(images/contact_banner.jpg) no-repeat;
	height: 266px;
	width: 900px;
}

#contentContainer
{
	float:left;
}

#contentContainer p
{
	margin-bottom: 15px;
}

#mainContent
{
	width:590px;
	background-color: #fff;
	padding: 20px;
	float:left;
}

#mainContent_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 616px;
	padding: 7px;
}

#newsContainer
{
	width: 260px;
	float:left;
	margin-left: 10px;
	background-color:#ededed;
	background-repeat:repeat-y;
}

#news_headline
{
	background: url(images/headline_bg.png) repeat-x;
	height: 22px;
	width: 246px;
	padding: 7px;
	float:left;
}

DIV.news
{
	width:236px;
	padding: 12px;
	line-height: 15px;
	float:left;
}

DIV.news2
{
	width:236px;
	height:346px;
	background-color:#ededed
	padding: 12px;
	line-height: 15px;
	float:left;
}

.newsBullet
{
	float:left;
	margin-right: 10px;
}

.readMore
{
	color: #916c66;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer
{
	width:900px;
	margin: auto;
	margin-top: 5px;
	color:#c0b800;
}

DIV.footerLeft
{
	width: 300px;
	float:left;
	text-align:left;
	margin-left: 10px;
}

DIV.footerRight
{
	width:300px;
	float:right;
	text-align:right;
	margin-right: 10px;
	color:#c0b800;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 11px;
}

input
{
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

input.submit, input.reset
{
	background: url(images/button.png) no-repeat;
	width: 67px;
	height: 26px;
	color: #ffffff;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}



label 
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

form .submit 
{
	margin-left: 134px;
}

/*
---------------------------------
//Content
---------------------------------
*/

#front_coloumn1
{
	width: 33%;
	float:left;
}

#front_coloumn1 ul li
{
	list-style:square;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 11px;
}

#front_coloumn2
{
	width:33%;
	float:left;
}

#front_coloumn2 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn3
{
	width:33%;
	margin-left: 395px;
}

#front_coloumn3 blockquote
{
	padding: 0px 30px 0px 20px;	
}

#front_coloumn3 .quoteImage
{
	margin: 0px 10px 0px 0px;
	float:left;
	position:relative;
}

.quoteImage
{
	padding-left: 20px;
}

DIV.divider_vertical
{
	width: 2px;
	height: 200px;
	background: url(images/divider.png) repeat-y;
	float:left;
	margin-top: 20px;
}
#flag {
	float: right;
	height: 60px;
	width: 125px;
}#logo2 {
	width: 500px;
	height: 65px;
	background-image: url(polish/images/logo.png);
	background-repeat: no-repeat;
}
DIV.menuButton1 a {
	background: url(images/about.png);
	width:107px;
	height:31px;
	padding-top: 28px;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	color: #ddddd1;
	float:left;
	text-align:center;
}
DIV.menuButton1 a:hover {
	cursor:pointer;
	color: #333333;
	background-image: url(images/roz.png);
}
DIV.menuButton_first a
	{
	background: url(images/home.png);
	width:130px;
	height:31px;
	padding-top: 28px;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	color: #ddddd1;
	float:left;
	text-align: center;
	}
	
	DIV.menuButton_first a:hover
	{
		background: url(images/home_hover.png);
		cursor:pointer;
		color: #333333;
	}
	
#HmenuContainer {
	position:relative;
	width: 894px;
	height: 64 px;
	float:left;
	background: url(images/menu_bg.png) repeat-x;
}
#HmenuContainer a {
	text-decoration:none;
}
DIV.HmenuButton_first a {
	width:130px;
	height:31px;
	padding-top: 28px;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	color: #ddddd1;
	float:left;
	text-align: center;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
}
DIV.HmenuButton_first a:hover {
	cursor:pointer;
	color: #333333;
	background-image: url(polish/images/home_hover.png);
	background-repeat: no-repeat;
}
DIV.HmenuButton a {
	background: url(images/about.png);
	width:107px;
	height:31px;
	padding-top: 28px;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	color: #ddddd1;
	float:left;
	text-align:center;
}
DIV.HmenuButton a:hover {
	background: url(images/about_hover.png);
	cursor:pointer;
	color: #333333;
}
DIV.HmenuButton1 a {
	background: url(images/about.png);
	width:107px;
	height:31px;
	padding-top: 28px;
	font-size: 12px;
	font-weight: lighter;
	text-transform:uppercase;
	color: #ddddd1;
	float:left;
	text-align:center;
}
DIV.HmenuButton1 a:hover {
	cursor:pointer;
	color: #333333;
	background-image: url(polish/images/roz.png);
	background-repeat: no-repeat;
}
