@import "reset.css";

body 	{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:75%;
	color:#000;
	line-height:1.2;
	padding:0 0 0 0;
	background: url(../gfx/mainbg.gif) left top repeat-x;
	background-color:#d7d7d7;
	}
p {
	margin:0px 0px 15px 0px;
	}
hr {
	display:none;
}
a {
	color:#0070A0;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover{
	color:#004578;
	text-decoration:none;
	}
	
h1 {
	font-size:1.6em;
	font-weight:bold;
	color:#304A8F;
	margin:0;
	padding:10px 0 0 0;
	}

h2 {
	font-size:1.4em;
	font-weight:bold;
	color:#304A8F;
	margin:0;
	padding:10px 0 0 0;
	}
h3 {
	font-size:1.2em;
	font-weight:bold;
	color:#00b050;
	margin:0;
	padding:10px 0 0 0;
	}
h5 {
	font-size:1.0em;
	font-weight:bold;
	color:#00b050;
	margin:0;
	padding:0;
	}
h4 {
	font-size: 2em;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #A0B0D0;
	margin: 0 0 10px 0;
	padding: 10px 0px 18px 10px;
	text-indent: 10px;
	border-bottom: 2px solid #A0B0D0;
}
h4 img {
	float:right;
}
/* -= Layout =- */

#master {
	position: absolute;
	width: 1024px;
	margin: 0;
	padding: 0;
	left: 50%;
	margin-left: -512px;
	/*background: url(../gfx/gbg.gif) left top repeat-y;*/
	height: auto;
}
#masterfoot {
	position: relative;
	width: 1024px;
	margin: 0;
	padding: 0;
	left: 50%;
	margin-left: -512px;
	background: url(../gfx/gbgf.gif) left top repeat-y;
	height: 16px;
}
#base {
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	padding:0 5px;
	clear: both;
	border-left:3px solid #b2b1b1;
	border-right:3px solid #b2b1b1;
	background-color:#FFFFFF;
	}
#top {
	position:relative;
	width:980px;
	height:90px;
	margin: 0px;
	padding: 0px;
	background: url(../gfx/tphead.gif) left top no-repeat;
	}
#mmenu {
	position:relative;
	width:980px;
	height:68px;
	text-align:left;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	margin-bottom:3px;
	background-color:#c2c1c1;
	}
#foot {
	position:relative;
	width:963px;
	height:18px;
	text-align: right;
	margin: 0 0 8px 0;
	color:#006699;
	font-size:10px;
	border-top:1px solid #006699;
	}
#mmenu a {
	position:relative;
	display:block;
	float:left;
	width:154px;
	height:22px;
	margin:0px;
	padding-top:6px;
	text-align:center;
	margin-left:7px;
	margin-top:3px;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#0f257a;
	border-right:1px solid #a2a1a1;
	border-bottom:1px solid #a2a1a1;
}
#mmenu a:hover {
	position:relative;
	display:block;
	float:left;
	width:154px;
	margin:0px;
	text-align:center;
	margin-left:7px;
	margin-top:3px;
	text-decoration:none;
	height:21px;
	padding-top:7px;
	color:#666666;
	border-left:1px solid #a2a1a1;
	border-top:1px solid #a2a1a1;
	border-right:none;
	border-bottom:none;
}
#mmenu .this {
	position:relative;
	display:block;
	float:left;
	width:154px;
	margin:0px;
	text-align:center;
	margin-left:7px;
	margin-top:3px;
	text-decoration:none;
	height:21px;
	padding-top:7px;
	color:#0f257a;
	background-color:#EBEBEB;
	border-left:1px solid #a2a1a1;
	border-top:1px solid #a2a1a1;
	border-right:none;
	border-bottom:none;
}
#tigertop {
	position:relative;
	width:980px;
	height:176px;
	margin: 0px;
	padding: 0px;
	background: url(../gfx/tiger-home.gif) left top no-repeat;
	}
/* -= Footer =- */
#footer {
	position:relative;
	width:965px;
	height:auto;
	font-size:85%;
	color:#6A6A6A;
	background-color:#FFFFFF;
	border-top:3px solid #000A4A;
	padding:5px 5px 5px 10px;
	line-height:1.2;
	}
#footer .blue{
	color:#000E97;
	font-size:120%;
	}

/* -= Content =- */
#leftsidebar {
	position:relative;
	float:left; 
	width:170px;
	}
#rightsidebar {
	position:relative;
	float:right; 
	width:170px;
	}
#content { 
	position:relative;
	width:964px;
	float:left;
	line-height:1.3;
	font-size:1em;
	color:#000000;
	margin:0px 0px 0px 8px;
	background: url(../gfx/tiger-bg.gif) right top no-repeat;
	}
#content .midtext { 
	font-size:1.1em;
	}
#content .pricebigred { 
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	}
#content .pricesmallred { 
	font-size:12px;
	font-weight:normal;
	color:#CC0000;
	}
#content .pricebiggreen { 
	font-size:16px;
	font-weight:bold;
	color:#00b050;
	}
#content .pricesmallgreen { 
	font-size:12px;
	font-weight:normal;
	color:#00b050;
	}
#content hr {
	display: block;
}
#content ul {
	margin: 0 0 20px 15px;
}
#content ol {
	margin: 0 0 20px 15px;
}
#content .niceboxh { 
	position:relative;
	width:964px;
	height:12px;
	margin:0;
	padding:0;
	background: url(../gfx/nice_h.gif) left top no-repeat;
	}
#content .niceboxf { 
	position:relative;
	width:964px;
	height:12px;
	margin:0;
	padding:0;
	background: url(../gfx/nice_f.gif) left top no-repeat;
	}
#content .nicebox { 
	position:relative;
	width:940px;
	height:auto;
	margin:0;
	padding:0 12px;
	background: url(../gfx/nice_bg.gif) left top repeat-y;
	}
.clean {
	clear:both;
	height:0;
	width:100%;
	font-size:0;
	}

/* -------------
   -= Sidebar =- 
	 ------------- */
#leftsidebar .news {
	background-color:#FFFFFF;
	width:160px;
	margin:0;
	padding:5px;
	font-size:85%;
	color:#000000;
	background:url(../gfx/bg200_blu.jpg) left top no-repeat;
	}
#leftsidebar .ntitle {
	background:url(../gfx/minihead_blu.jpg) left top no-repeat;
	display:block;
	height:23px;
	width:160px;
	padding:2px 5px 0px 5px;
	margin-bottom:2px;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	}
#leftsidebar .smenu a {
	background:url(../gfx/butt_blu.jpg) left top no-repeat;
	display:block;
	height:18px;
	width:160px;
	padding:2px 5px 0px 5px;
	margin:0;
	margin-bottom:2px;
	font-size:1em;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	}
#leftsidebar .smenu a:hover {
	color:#444444;
	text-decoration: none;
	}
#rightsidebar .news {
	background-color:#FFFFFF;
	width:160px;
	margin:0;
	padding:5px;
	font-size:85%;
	color:#000000;
	background:url(../gfx/bg200_blu.jpg) left top no-repeat;
	}
#rightsidebar .ntitle {
	background:url(../gfx/minihead_blu.jpg) left top no-repeat;
	display:block;
	height:23px;
	width:160px;
	padding:2px 5px 0px 5px;
	margin-bottom:2px;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	}

#content .mainimg {
	position:relative;
	left:460px;
	top:20px;
	width:80px;
	height:80px;
	}
#content .addon {
	background-color:#FFF3E5;
	width:148px;
	border:1px solid #C8C8C8;
	margin:10px 0px 5px 5px;
	padding:5px;
	float:right;
	font-size:100%;
	color:#000A4A;
	}
#content .atitle {
	background-color:#A1B0D6;
	display:block;
	height:18px;
	width:138px;
	padding:2px 5px 0px 5px;
	margin-bottom:5px;
	font-size:130%;
	color:#FFFFFF;
	}
#content table.dwnld td {
	border-bottom:1px solid #66CCFF;
	}
#content .bigbox {
	position:relative;
	float:right;
	width:600px;
	height:605px;
	border:2px solid #DDDDDD;
	background-color:#FFFFFF;
	margin:8px;
	padding:8px;
	}
#content .smalllbox {
	position:relative;
	float:left;
	width:240px;
	border:2px solid #DDDDDD;
	background-color:#FFFFFF;
	margin:8px;
	padding:8px;
	}
/* -= Images =- */	
.vlevo {
	float:left;
	margin:5px 15px 15px 0;
	z-index:1;
	padding:2px;
	/*border:1px solid #C8C8C8;*/
	background-color:#FFFFFF;
	}
.vpravo {
	float:right;
	margin:5px 0 15px 15px;
	z-index:1;
	clear:left;
	padding:2px;
	/*border:1px solid #C8C8C8;*/
	/*background-color:#FFFFFF;*/
	}
.center {
	border:1px solid #C8C8C8;
	clear:both;
	}
