
/**********************************************************************************************

Title: www.campkakadu.ru
Declaration: 0.3
Date: 23 03 2010

***********************************************************************************************

/* 0. Reset all default styles
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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: baseline;
background: transparent;
}
body {
line-height: 1;
}

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;
}

/* 0.1 Main page elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

body {
	font: 0.85em Verdana, 'Arial', sans-serif; /* Equivalent to 12px (http://jontangerine.com/silo/css/pixels-to-ems/) */
	color:#000;
	background:#fff;
	line-height:150%;
}

img { border:0px; }
.img_r {float: right; margin: 2px 2px 2px 15px;}

a, a:visited, a:link { text-decoration:underline; color:#FF9933; }

a:hover { color:#CC6600; }

h1 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 2em;
	color: #85c324;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 15px;
	margin: 0;
	line-height:1.3em;
}

h2 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.7em;
	color: #85c324;
	font-weight: normal;
}

h3 {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.4em;
	color: #85c324;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin:1em 0px;
}

embed, object { z-index:1; }

input, select { border: 1px solid #000; }


/* 1. Page structure
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.wrapper {
	width:1000px;
}
.leftside {
	background:url(/dev/images/left.jpg);
	width:240px;
	height:1000px;
	float:left;
}
	.leftside .menu {
		margin-top:200px;
		margin-left:5px;
		font-weight:bold;
		color:#000;
	}
		.menu li {
			font-size:12px;
			padding:1px 0px;
			
		}
		.menu a {
			color:#000000;
		}
		.menu a:hover {
			color:#FFFF66;
		}
.logo {
	top:0px;
	left:240px;
	width:560px;
	height:196px;
	background:url(/dev/images/logo.jpg);
	z-index:100;
	float:left;
}
.center { 
	width:560px;
	left:240px;
	top:196px;
	float:left;
	z-index:1;
}
	.center .content {
		height:591px;
		margin-top:10px;
		position:relative;
	}
.rightside { 
	background:url(/dev/images/right.jpg);
	width:200px;
	height:1000px;
	left:800px;
	float:left;
}
	.rightside .slider {
		margin-top:200px;
		text-align:center;
	}
		.slider a {
			color:#ffff66;
			font-weight:bold;
		}
/*.footer { height:100px; background:#fff; z-index:999; top:809px; overflow:hidden; width:1000px; position:fixed; }*/

/* 3.1 class "Price Tables"
-----------------------------------------------------------------------------------------------
===============================================================================================*/
	
.priceTable { width:100%; border-collapse:collapse; }
	.priceTable th { padding:5px 2px; }
	.priceTable td, .priceTable th { border:1px solid black; text-align:center; }
	.priceTable .row1 td { background:#ffcccc; }
	.priceTable .row2 td { background:#ccff99; }
	.priceTable .theader th { background:#ffac00; }

	
/* 3.2 class "News slider"
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#newsSlider { 
position:absolute;
top:171px; padding:2px 0px; width:1000px; background-color: #85c324; z-index:100; 

/left:0px;
}
#newsSlider a { color:#fff; }

/* boxes */
.error,.notice,.success,.green {
padding:0.4em;
background:#fff;
border-style: solid; 
border-width: 1px 1px 1px 10px; 
}
.error {
color:#8a1f11;
border-color:#ff0000; 
}
.green {
padding:0.4em;
border-color:green;
}
.notice {
padding:0.4em;
color:#514721;
border-color:#ffcc00;
}
.success {
color:#000;
border-color:#00539f;
}
.error a {color:#8a1f11;}
/*.notice a {color:#514721;}*/
.success a {color:#264409;}

