@charset "utf-8";
/*------------------------------------------------------------------------
# WebPortal static web site - Copyright (C) 2004 - 2010 WebPortal
# Author: Srdjan Radenkovic, WebPortal | Internet Solutions
# Author url: www.webportal.rs
# Author email: srdjan@webportal.rs
# Author phone: +381 (0) 65 4 32 32 64
# Copyright (C) 2010, Marketing agency "WebPortal" Kragujevac, Serbia
--------------------------------------------------------------------------
# CSS style for WebPortal Hosting Solutions (webportal.rs)
------------------------------------------------------------------------*/
body {
	background-image: url(http://hosting.webportalgroup.net/suspend/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 50px;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #666;
}
a, a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #2DA2C5;
	text-decoration: none;
	font-weight: bold;
}
hr {
	border-top:none;
	border-bottom-color: #2DA2C5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	height: 1px;
	width: 95%;
	text-align: center;
}
h1 {
	font-size: 18px;
	text-align: center;
	color: #79C1E4;
}
h2 {
	font-size: 16px;
	text-align: center;
	color: #79C1E4;
	font-weight: bold;
}
td.top {
	background: url(http://hosting.webportalgroup.net/suspend/top.jpg) #FFF;
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 15px;
}
td.middle {
	background: #FFF;
	text-align: center;
	font-size: 14px;
}
td.break {
	background: url(http://hosting.webportalgroup.net/suspend/break.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	height: 59px;
	vertical-align: middle;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
td.break a, td.break a:link, td.break a:active, td.break a:visited {
	color: #FFF;
}
td.break a:hover, td.break a:focus {
	color: #000;
}
td.bottom {
	background: url(http://hosting.webportalgroup.net/suspend/bottom.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	height: 186px;
	vertical-align: top;
}
	
td.copyright {
	background: url(http://hosting.webportalgroup.net/suspend/copyright.jpg) #FFF;
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	height: 38px;
	vertical-align: middle;
}	
td.copyright a, td.copyright a:link, td.copyright a:active, td.copyright a:visited, td.copyright a:hover, td.copyright a:focus {
	font-weight: normal;
}
td.footer {
	background: url(http://hosting.webportalgroup.net/suspend/footer.jpg) #FFF;
	background-repeat: no-repeat;
	background-position:top;
	height: 23px;
}
td.title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
