/*--------------------------------------------------------
	css theme name: style.css
	am-wind.pl
	author: Tomasz Maciejewski - http://webtom.pl
	mobile: +48 608466380
	e-mail: info@webtom.pl
	website: webtom.pl
--------------------------------------------------------*/
* {
	margin: 0px; padding: 0px; }


html {
  height:100%;
  overflow:auto;
  width:100%;
	background-color:#FFFFFF;
}

body {
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:400px;
	text-align:center;
}

#container {
margin: 0 auto;
width: 980px;
}

/* Top Section */

#top {
	height: 300px;
}
	/* Logo Container */

#logo {
	border: none;
	float:left;
	height:239px;
	left:34px;
	position:relative;
	top:12px;
	width:251px;
}

#logo a {
		display: block;

}
		
#search-block {
float:right;
height:35px;
margin-top:0;
width:180px;	
}
		
#search-field, #search-button {
	float: left;
}
		
#search-field {
background-color:#FFFFFF;
font-family:tahoma,arial,verdana;
font-size:10px;
height:16px;
margin:0;
padding:2px;
width:150px;
color: #aaaaaa;
}
		
#search-field, #edit-search {
border:0 none;
color:#AAAAAA;
font-family:tahoma,arial,verdana;
font-size:11px;
width:150px;
}
		
#search-button
{
float:right;
position:relative;
right:8px;
top:-2px;
}
#edit-submit {
background-image:url(../images/search.jpg);
background-position:center top;
background-repeat:no-repeat;
border:0 none;
cursor:pointer;
height:23px;
position:relative;
width:15px;
}

/* header slogan */




	/* Menu Styles */

#navmenu-container {
	float:left;
	height:35px;
	overflow:hidden;
	width:800px;	}

		.menu {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
		}

		.menu li {
			float: left;
		}

		.menu li a{
			display: block;
			padding-left: 22px;
			background: url(../images/nav_left.png) no-repeat left top;
			float: left;
			cursor: pointer;
		}

		.menu li a span {
			background: url(../images/nav_right.png) repeat-x left top;
			float: left;
			padding: 7px 23px 6px 14px;
			color: #c0c0c0;
			font-weight: bold;
		}

		.menu li a.current {
			display: block;
			padding-left: 12px;
			background: url(../images/nav_current_left.png) no-repeat left top;
			float: left;
			cursor: pointer;
			position: relative;
			left: -12px;
			z-index: 99; /* z-index here is for IE6 png fix bug */
		}

		.menu li a.current span {
			background: #fafafa url(../images/nav_current_right.png) repeat-x right top;
			position: relative;
			left: 36px;
			padding-left: 0px;
			padding-right: 47px;
			color: #c6d1db;
			
		}

		.menu li.first a {
			padding-left: 23px;
			background: url(../images/nav_first.png) no-repeat left top;
		}

			.menu li.first a span {
				padding-left: 8px;
			}
			
		.menu li.first a.current {
			padding-left: 7px;
			background: url(../images/nav_first_current_left.png) no-repeat left top;
			position: relative;
			left: 0px;
		}
		.menu li.first a.current span {
				padding-left: 0px;
				background: url(../images/nav_current_right.png) no-repeat right top;
				position: relative;
				left: 24px;
				padding-right: 47px;
			}
			
			.menu li.first a span {
				padding-left: 8px;
			}
			

		.menu li.last a span {
			background: url(../images/nav_last.png) no-repeat right top;
			padding-right: 47px;
		}

			.menu li.last a.current span {
				background: url(../images/nav_last_current_right.png) no-repeat right top;
			}
			
		.menu a:hover {
			text-decoration: underline;
			color: #c0c0c0;
		}	


/* Header Styles */

#header {
	background-color: #336faa;

}

	#header-top {
		background: #fafafa url(../images/header_top_right.png) no-repeat right top;
		height: 11px;
		width: 12px;
		float: right;
		overflow: hidden;
	}


	#header-content {
		background: url(../images/header_bg.png) repeat-x right bottom;
		float: left;
		width: 100%;
	}

		#header-description {
			float: left;
			padding: 20px;
			color: #e4edf6;
			width: 339px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
		}
		
			#header-description ul {
				margin-bottom: 0;
			}
				
			#header-description h2 {
				color: #fff;
				font-size: 23px;
				padding-bottom: 10px;
				margin: 0;
			}
		
		
		#header-slideshow {
			float: left;
			color: #fff;
		}
		
		#header-slideshow {
			float: left;
			width: 556px;
			height: 256px;
			background: url(../images/header_image_container.png) no-repeat left top;
			z-index: 0;
		}
		
		#header-slideshow .padding {
			padding: 22px 7px;
		}

	#header-content-small {
		background: url(../images/header_bg_small.png) repeat-x right bottom;
		padding: 26px 20px 15px 20px;
	}
	#header-content-small h2 {
		margin: 0;
		padding: 0;
		color: #d8e2ee;
		font-size: 27px;
		font-family: verdana, sans-serif;
	}

	#header-bottom {
		background: #fafafa url(../images/header_bottom.png) no-repeat right top;
		height: 11px;
		width: 960px;
		overflow: hidden;
	}

	#header-shadow {
		background: #fafafa url(../images/shadow.png) no-repeat right top;
		height: 14px;
		width: 960px;
		overflow: hidden;
	}

	/* news */
	
#news-item {
border-bottom:1px dotted #2781C1;
float:left;
padding-bottom:5px;
padding-top:5px;
width:650px;
}

#news-item h3 {
color:#40577B;
font-family:tahoma,arial,verdana;
font-size:12px;
font-weight:bold;
line-height:16px;
padding-left:10px;
padding-right:10px;
}

span.data {
float:right;
font-family:tahoma,arial,verdana;
font-size:11px;
font-weight:normal;
padding-right:10px;
padding-left: 10px;
}

#news-item-header {
padding-top: 5px;
padding-bottom: 5px;
}

#news-item-image {
background-image:url(/templates/am-wind/images/default-news-image.jpg);
background-position:center top;
background-repeat:no-repeat;
border:1px solid #BBBBBB;
float:left;
height:80px;
margin-left:10px;
margin-right:10px;
overflow:hidden;
padding:0;
width:80px;
}
/*
#news-item img {
border:1px solid #BBBBBB;
float:left;
margin-right:10px;
padding:2px;
}*/

#news-item a {
text-decoration: underline;

}

#news-item a:hover {
text-decoration: none;
}

/* Sub Header */
#sub-header {

	width: 960px;
	float: left;
}


.three-blocks {
	float: left;
	width: 290px;
	margin: 0 0px;

}


/* Content Styles */

#left {
float:left;
padding:0 10px;
width:290px;
}


#main {
float:right;
padding:0 10px;
width:650px;
}

#main-slogan {
float:left;
padding-top:25px;
}

#main-slogan h1,
#main-slogan h2 {
color:#1266B3;
float:left;
font-family:georgia,times New Roman;
font-size:27px;
letter-spacing:-1px;
padding-top:35px;
text-indent:10px;
}

#main-news-header,
#content-all h2,
#content h2 span,
.item  h2{
border-bottom:1px dotted #2781C1;
color:#2781C1;
float:left;
font-family:georgia,times New Roman;
font-size:28px;
font-weight:normal;
letter-spacing:-0.02em;
margin-bottom:6px;
margin-top:0;
padding-left:10px;
width:640px;
}

#left h2 {
border-bottom:1px dotted #2781C1;
color:#2781C1;
float:left;
font-family:georgia,times New Roman;
font-size:26px;
font-weight:normal;
letter-spacing:-0.02em;
margin-bottom:6px;
margin-top:0;
padding-bottom:2px;
text-indent:10px;
width:280px;
}

#content-container { 
padding-bottom:15px;
text-align:left;
}

#content {
position:relative;
}

#content ol {
color:#333333;
font-family:tahoma,arial,verdana;
font-size:12px;
line-height:18px;
padding-bottom:10px;
padding-left:30px;
}

#search-result {
font-family:tahoma,arial,verdana;
font-size:11px;
padding-top:10px;
position:relative;
}

#search-result-title h3 {
border-bottom:1px dotted #2781C1;
color:#2781C1;
font-family:georgia,times New Roman;
font-size:18px;
font-weight:normal;
line-height:24px;
margin-bottom:7px;
padding-bottom:7px;
padding-left:10px;
padding-right:10px;
}

#search-result p {
padding-left: 10px;
padding-right: 10px;
font-family: tahoma, arial, verdana;
font-size: 11px;
color: #263A5A;
}

#main h4 {
border-bottom:1px dotted #2781C1;
border-top:1px dotted #2781C1;
color:#2781C1;
font-family:georgia,times New Roman;
font-size:16px;
font-weight:bold;
line-height:24px;
margin-bottom:7px;
margin-top:7px;
padding:7px 10px;
}

#content-gallery {
clear:both;
float:left;
padding-left:10px;
width:640px;
}

	/*
	#content h2 {
		background: url(../images/dotted_border_h.gif) repeat-x right bottom;
		color: #4c81bd;
	}
	
	#content h3 {
		background: url(../images/dotted_border_h.gif) repeat-x right bottom;
		color: #777;
		padding-bottom: 5px;
	}


	#content h5 {
		color: #4c81bd;
		margin-bottom: 5px;
	}

*/
	#content p {
color:#263A5A;
font-size:11px;
line-height:18px;
margin:0;
padding-bottom:15px;
padding-left:10px;
padding-right:10px;
	}

#content-history-back {
border-top:1px dotted;
font-size:11px;
padding-left:10px;
padding-top:5px;
float: left;
width: 640px;
}
	
#main p {
color:#263A5A;
font-size:12px;
line-height:18px;
margin:0;
padding-bottom:15px;
padding-left:10px;
padding-right:10px;
}

#main ul {
color:#263A5A;
font-size:12px;
line-height:18px;
padding-bottom:10px;
padding-left:30px;
}

	#content .item {
		padding-bottom: 10px;
		padding-top: 10px;
		float: left;
		
	}

	
	
	
/* Footer Style */

#footer { 
background-color:#1D408B;
background-image:url(../images/footer.jpg);
background-position:center top;
background-repeat:repeat-x;
height:220px;
margin-left:auto;
margin-right:auto;
}

#footer-content {
text-align: left;
font-size:12px;
margin:0 auto;
padding-top:30px;
width:980px;
}

#footer-content-top {
float: left;
width: 960px;
padding-left: 10px;
padding-right: 10px;
}

#footer-content-bottom-left,
#footer-content-top-left {
float: left;
width: 300px;
}

#footer-content-top-left-logo img{
float: left;
}

#footer-content-top-left-logo a {
color: #ffffff;
text-decoration: underline;
}

#footer-content-bottom-right {
color:#9BA8BD;
float:right;
font-family:tahoma,arial,verdana;
font-size:11px;
left:-10px;
line-height:15px;
position:relative;
width:660px;
}

#footer-content-bottom-right span {
display:block;
float:left;
height:50px;
padding-right:5px;
}

#footer-content-top-right {
color:#FFFFFF;
float:right;
font-family:tahoma,arial,verdana;
font-size:11px;
line-height:15px;
width:660px;
}

#footer-content-top-right ul {
float:left;
margin-bottom:5px;
margin-top:5px;
width:660px;
}

#footer-content-top-right ul li {
float: left;
width: 320px;
padding-left: 5px;
padding-right: 5px;
}

#footer-content-bottom {
width: 980px;
border-top: 1px dotted #9ba8bd;
float: left;
margin-top: 10px;
padding-top: 10px;
}

#realizacja {
float: left;
padding-left: 10px;
line-height: 13px;
}

#realizacja a {
font-family: tahoma, arial, verdana;
font-size: 9px;
color: #9ba8bd;
text-decoration: none;
}

#realizacja a:hover {
text-decoration: underline;
color: #ffffff;
}

span#address  {
color:#FFFFFF;
float:left;
font-size:11px;
line-height:15px;
padding-left:15px;
padding-top:20px;
width:180px;
}


#footer-content .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#footer-content .footer-menu li {
		float: left;
		padding: 0 10px;
		margin: 0;
	}

		#footer-content .footer-menu li a {
			padding: 0;
	
		}

			#footer-content .footer-menu li a.current {
				font-weight: bold;
			}
	


#prefooter {
	margin: 0 0 1px;
	width: 100%;
	height: 1px;
	clear: both;
}


/* End of Footer Style */




/* contact form style */
form {
padding-top:7px;
}
label {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #999;
	padding: 5px;
}
/* input,
textarea{
	font: 400 12px arial, sans-serif;
	background: url(../images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}*/
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:150px;
}

#submit {
	height: 27px;
	background: url(../images/submit_button.png) no-repeat top left;
	
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #777;
}

/* use form-button class for input button tags. */

input.form-button {
	padding: 5px 15px;
	font: bold 1em arial, sans-serif;
	cursor: pointer;
	color: #777;
	background-color: #222;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #bbb #bbb #ccc;
	background: url(../images/gradient.gif) repeat-x;
}


/* testimonials */

.testimonial {
	width: 100%;
}

#content .testimonial blockquote {
	margin: 0;
	padding:0px 0px 0px 30px;
	background:url(../images/quote.png) no-repeat 0px 0px;
	
}
#content .testimonial blockquote p.quote{
	text-align:left;
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;	
	margin-bottom: 10px;
}

#content .testimonial blockquote p.author{
	text-align:right;
	font-size:12px;
	color:#999;
	font-weight:bold;
	font-family: Tahoma, arial;
	font-style:normal;	
}








/* box style */


.box {
	width: 100%;
	margin-bottom: 15px;
	float: left;	
	
}
		
.top {
	width:100%;
	height:12px;
	background:url(../images/top.png) no-repeat left top;
}
		
.top span {
	width: 13px;
	height:12px;
	background: #fafafa url(../images/top-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}

.box-content {
	background: url(../images/leftside.png) repeat-y right top;
	width: 100%;
	float: left;
	background-color: #f0f0f0;
		
}
		
.box-content2 {
	background: url(../images/leftside.png) repeat-y left top;
	width: 100%;
	float: left;			
}

.bottom {
	width:100%;
	height:12px;
	background:url(../images/bottom.png) no-repeat left top;
	float: left;
}
		
.bottom span {
	width: 13px;
	height:12px;
	background: #fafafa url(../images/bottom-right.png) no-repeat right top;
	float: right;
	overflow: hidden;
}
		
.box p {
	margin:5px 0 10px 0;
	padding-bottom: 5px;
	clear: both;
}
		
.box-padding {
	padding: 5px 15px 10px 15px;
}

#content .box-padding  p{
	padding-bottom: 10px;
}


.box-padding h2 {
	padding-top: 0px;
	margin-top: 0;

}
.box-padding h3 {
	padding-top: 0;
	margin-top: 10px;

}

#contact-data {
clear:both;
float:left;
width:100%;
}

#contact-form {
float:left;
font-family:tahoma,arial,verdana;
font-size:11px;
padding-bottom:20px;
padding-left:10px;
text-align:left;
width:300px;
}

#contact-form input,
#contact-form textarea {
width: 180px;
}


/* Vertical List */

#vertical-list {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:5px;
padding-bottom:20px;
width:270px;
}
#vertical-list li {
clear:both;
margin:0;
padding:0;
}

#vertical-list a {
background-image:url(/templates/am-wind/images/menu-bottom-arrow.png);
background-position:13px 10px;
background-repeat:no-repeat;
border-bottom:1px dotted;
display:block;
font-size:12px;
font-weight:bold;
margin-left:-5px;
overflow:hidden;
padding:7px 30px;
text-decoration:none;
}

#vertical-list a:hover {

}

#vertical-list-sub {
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
padding-left:10px;
width:250px;
}

#vertical-list-sub-sub {
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
padding-left:10px;
width:230px;
}

#vertical-list-sub-sub-sub {
clear:both;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:10px;
padding-left:10px;
width:210px;
}


/* porfolio styles */
.portfolio-item {
	clear: both;
	float: left;
}
ul.bullet-list {
	list-style: none;
	margin: 0;
	margin-top: 10px;
}
ul.bullet-list li {
	padding: 2px 0px 2px 25px;
	background: url(../images/bullet.png) no-repeat left;
	font-weight: bold;
}


.portfolio-image, .portfolio-desc {
	float: left;
	border: 1px solid #000;
}

.portfolio-image {
	width: 290px;
}
.portfolio-desc {
	width: 310px;
}



/*table styles  */

table {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	border-bottom: none;
}

thead th {
	background: #e2e2e2 none repeat scroll 0 0;
	border-top: 1px #fff solid;
}
thead th {
	border-bottom:1px #bbb solid;
}
th {
	border-bottom: 3px #bbb solid;
	padding-right: 1em;
	text-align: left;
}

td {
	background: #f1f1f1;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
	color: #777;
}

tr.even td {
	background: #f8f8f8;
	border-top: 1px #fff solid;	
	border-bottom:1px #ccc solid;
}

td.active {
	background-color: #e4e4e4;
}




/* CSS sliding doors button */

a.button, a.button-color, a.button-header {
	background: url('../images/button.png') no-repeat scroll top left; 
	float: left;
	height: 27px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 5px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('../images/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('../images/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../images/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('../images/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('../images/button_header.png') no-repeat scroll top right; 
	color: #d6e4f4;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}

	
/* OtherStyles */

.textblock {
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

.notification_ok {
	color: #229922;	
}


/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */

.block {
padding-bottom:1px;
padding-top:12px;
}

.block ul {
color:#263A5A;
float:left;
font-family:tahoma,arial,verdana;
font-size:11px;
margin-left:20px;
padding-left:10px;
width:100%;
}

.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-right {
	text-align: center;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-center, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
}

.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

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

.margin-20-right {
	margin-right: 20px;
}

n;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
}

.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

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

.margin-20-right {
	margin-right: 20px;
}



/* CSS sliding doors button */

a.button, a.button-color, a.button-header {
float:left;
height:15px;
margin-left:5px;
margin-right:20px;
padding-left:0;
padding-top:10px;
}

a.button span, a.button-color span, a.button-header span  {
	background: url('../images/button.png') no-repeat scroll top right; 
	float: left;
	height: 22px;
	position: relative;
	left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
}

a.button:hover span {
	color: #666;
}

a.button-color {
	background: url('../images/button_color.png') no-repeat scroll top left; 
}

a.button-color span {
	background: url('../images/button_color.png') no-repeat scroll top right; 
	color: #fff;
}

a.button-header {
	background: url('../images/button_header.png') no-repeat scroll top left; 
}

a.button-header span {
	background: url('../images/button_header.png') no-repeat scroll top right; 
	color: #d6e4f4;
}

a.button:hover, a.button-color:hover, a.button-header:hover  {
	background-position: left -155px;
}

a.button:hover span, a.button-color:hover span, a.button-header:hover span {
	background-position: right -155px;
}

	
/* OtherStyles */

.textblock {
	font-size:17px;
	color:#777;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}

#note {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #992222;
	border: 1px #f0c020 solid;
	display: none;
	background-color:#ffffdd;
	text-align: center;
}

.notification_ok {
	color: #229922;	
}


/* Link Styles */

.more {
	font-weight: bold;
}

/* Misc Styles */


.title {
	padding-bottom: 0px;
	overflow: hidden;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.image-margin-left {
	margin:0 10px 3px 0;
}

.image-margin-right {
	margin:0 0 3px 10px;
}

.image-left, .image-border, .image-right{
	padding:3px;
	margin:0 10px 3px 0;
	border:1px #ccc solid;
	background: #fdfdfd;
}

.image-small-left{
	background: #fdfdfd;
	padding:3px;
	margin:0 5px 0 0;
	border:1px solid #ccc;
}

.image-small-right {
	background: #fdfdfd;
	padding:3px;
	margin:0 0 0 3px;
	border:1px solid #ccc;
}

.image-border {
	margin:0;
}

.image-right {
	margin:0 0 3px 10px;
}

.margin-10-lr {
	margin: 0 10px;
}

.margin-10-left {
	margin-left: 10px;
}

.margin-10-right {
	margin-right: 10px;
}

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

.margin-20-right {
	margin-right: 20px;
}

.null {
	text-align: center;
	font-size: 14px;
	color: #d0d0d0;
}

