/* v1.0 | 20080212 */

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #404040;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #352b8d;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #352b8d;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #352b8d;
	margin: 20px 0 10px 0;
}

a {
	color: #352b8d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
}

textarea {
	width: 224px;
	height: 111px;
}

.textbox {
	border: 1px solid #ccc;
	width: 224px;
	padding: 2px;
}

#container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#nav {
	float: left;
	width: 910px;
	padding: 11px 20px 8px 20px;
	height: 26px;
	background: url(../images/nav_bg.png);
	margin-bottom: 15px;
}

#nav li {
	float: left;
	margin-right: 10px;
}

#nav a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 26px;
	background-position: bottom;
}

#nav .on a, #nav a:hover {
	background-position: top;
}

.btn_home {
	background: url(../images/btn_home.png);
	width: 63px;
}

.btn_about_ibj {
	background: url(../images/btn_about_ibj.png);
	width: 78px;
}

.btn_media_info {
	background: url(../images/btn_media_info.png);
	width: 89px;
}

.btn_ibj_awards {
	background: url(../images/btn_ibj_awards.png);
	width: 89px;
}

.btn_subscribe {
	background: url(../images/btn_subscribe.png);
	width: 82px;
}

.btn_free_sample {
	background: url(../images/btn_free_sample.png);
	width: 97px;
}

.btn_contact_us {
	background: url(../images/btn_contact_us.png);
	width: 89px;
}

#content {
	float: left;
	width: 750px;
}

#homeleftcol {
	float: left;
	width: 210px;
	margin-top: 18px;
	padding: 0 25px 15px 0;
	background: url(../images/leftcol_bg.png) top right no-repeat;
}

#homeleftcol h2 {
	margin-top: 0;
}

#homeleftcol h3 {
	margin-top: 0;
}

.date {
	float: left;
	width: 50px;
	height: 55px;
	background: url(../images/last_updated_bg.png);
	text-align: center;
}

.day {
	width: 50px;
	padding-top: 10px;
	height: 30px;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	font-family: "Times New Roman", Arial, Tahoma, Verdana;
}

.month {
	width: 50px;
	padding-top: 1px;
	height: 14px;
	font-size: 0.8em;
	color: #fff;
}

.news {
	float: right;
	width: 145px;
}

.widenews {
	float: right;
	width: 435px;
}

.widenews h2 {
	margin-top: 0;
}

#leftcol {
	float: left;
	width: 223px;
	margin-top: 18px;
	padding: 0 0 15px 0;
}

#leftcol .pagedriver {
	float: none;
	margin: 0 0 15px 0;
}

#subnav {
	margin-bottom: 20px;
}

#subnav li {
	margin-bottom: 5px;
}

#subnav a {
	display: block;
	width: 193px;
	padding: 0 15px;
	height: 26px;
	line-height: 26px;
	color: #404040;
	background: url(../images/subnav_bg.png) bottom no-repeat;
}

#subnav .on a , #subnav a:hover {
	background-position: top;
	text-decoration: none;
	color: #fff;
}

#rightcol {
	float: right;
	width: 500px;
	padding: 15px 0;
}

#rightcol ul {
	margin: 10px 0 10px 20px;
}

#rightcol li {
	list-style: disc;
	margin-bottom: 5px;
}

.pagedriver {
	float: left;
	margin: 0 40px 0 41px;
}

.contenttable {
	width: 498px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.contenttable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.contacts {
	float: left;
	width: 230px;
	margin: 10px;
}

#ads {
	float: right;
	width: 160px;
}

#ads img, .advert {
	width: 160px;
	margin-bottom: 10px;
}

#footer {
	float: left;
	width: 910px;
	padding: 15px 20px;
	height: 65px;
	margin-top: 15px;
	background: url(../images/footer_bg.png);
	font-size: 0.8em;
}

#footer p {
	margin: 0 0 8px 0;
}

#footer a {
	color: #404040;
}

.preview {
	width: 150px;
	float: right;
	margin: 0px 0px 20px 20px;
}

#admincol {
	float: right;
	width: 700px;
	padding: 15px 0;
}

.admintable {
	width: 698px;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.admintable td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.logo {
	float: right;
	margin: 0 0 0 20px;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

.small {
	font-size: 0.8em;
}

#flashcontent {
	margin: 10px 0;
}

.siwertell {
	float: left;
	margin-left: 20px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}
