/* ----------------------------------------------------------------------

				TITLE: ACCOUNTING AFFAIRES
				AUTHOR: ILYA LOBANOV
				WEB: WEBSITEBLUE.COM
	
------------------------------------------------------------------------ */


/* ----------------------------------------------------------------------
	Main definition of the page's body.
------------------------------------------------------------------------ */

		body {
			margin:0px;
			padding:0px;
			background-color: #f1f1f1; 
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			letter-spacing: .1pt;
			line-height: 15pt;
			font-weight: normal;
			text-align:center;
		}


/* ------------------------------------------------------------
		WRAPPER CONTAINER TO CENTER
------------------------------------------------------------ */

		#wrapper {
			background-color: #FFFFFF; 
			padding-top:20px;
			margin-left: auto;
			margin-right: auto;
			width: 800px;
			text-align: left;
		}

/* ------------------------------------------------------------
		MAIN NAVIGATION STYLES
------------------------------------------------------------ */

	#nav  {
		height: 36px;
		width: 100%;
		background: url("images/navbg.jpg") repeat-x;
		vertical-align:middle;
		margin:0;
		padding:0;
		}


	#nav ul {
		height: 100%;
		color: #FFFFFF;
		font-size: 11px;
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		display: inline;
		}

	#nav ul li  {
		height: 100%;
		margin: 0;
		padding: 10px 15px 11px 15px;
		background: url("images/nav1.jpg") no-repeat scroll right; 
		list-style: none;
		display: inline;
		}

		#nav li a {
			font-weight:bold;
			list-style: none;
			display: inline;
			color: #FFFFFF;
			text-decoration: none;
			margin:0;
			padding: 0;
			}
		
		#nav li a:hover {
			font-weight:bold;
			list-style: none;
			display: inline;
			color: #ef1138;
			text-decoration: none;
			margin:0;
			padding: 0;
       		}




/* ------------------------------------------------------------
		MAIN CONTENT STYLES
------------------------------------------------------------ */

	#content  {
		width: 100%;
		margin:0;
		padding: 20px 0px 10px 5px;
		}

	#content H1{
		margin: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #000;
		font-weight: normal;
		}

	#content H2{
		margin: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ad9c66;
		font-weight: bold;
		}

	#content p {
		color: #858585;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: .1pt;
		line-height: 1.6em;
		font-weight: normal;
		padding-right:30px;
		}

	#content span {
		color: #ad9c66;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: .1pt;
		line-height: 1.6em;
		font-weight: bold;
		}

	#content a {
			font-weight:normal;
			font-size: 12px;
			color: #ad9c66;
			text-decoration: underline;
			}

	#content a:visited {
			font-weight:normal;
			margin:0px;
			color:#9c9c9d; 
			text-decoration: underline;
			}
			
	#content a:hover {
			font-weight:normal;
			margin:0px;
			color:#ef1138; 
			text-decoration: none;
			}

	#content ul {
		color: #858585;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: .1pt;
		line-height: 1.6em;
		font-weight: normal;
		margin: 0 0 16px 15px;
		list-style-type: none;
		text-indent: 15px;
	}


	#content ul li {
		background: url("images/bullet.gif") no-repeat left center;
		/*background: url("images/img_arrow.jpg") no-repeat left center;*/
		padding: 0 0 3px 8px;
	}



	#content input {
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#848484;
		width: 350px;
		padding: 3px;
		margin-bottom: 10px;
		border: 1px solid #CFCFCF;
		height:22px;
	}


		#content textarea {
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif;
			color:#848484;
			width: 350px;
			padding: 3px;
			margin-bottom: 10px;
			border: 1px solid #CFCFCF;
			}


	#content input.button { 
		margin-top:0px;
		width: 78px; height: 22px;
		background-color: #000000; border: none;
		font-family: tahoma, sans-serif; font-size: 9px; font-weight: bold; 
		text-transform: uppercase; color: #FFF;
	}
	

	#content input:hover.button {
		background-color: #ad9c66; border: none;
	}
	
	
	#content  input.tick {
		margin-bottom:-1px;
		height:13px;
		width:13px;
		border: 0px;
	}


	#content div.break {
		clear: both;
		padding-bottom:5px;
		padding-top:5px;
		}


	#content img.profile {
		float:right;
		margin-right: 15px;
		margin-top: 15px;
		margin-bottom: 5px;
		}



/* ------------------------------------------------------------
		RIGHT COLUMN STYLES
------------------------------------------------------------ */

	#side  {
		width: 100%;
		margin:0;
		padding: 20px 30px 10px 5px;
		}

	#side p {
		color: #858585;
		font-size: 11px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: .1pt;
		line-height: 1.6em;
		font-weight: normal;
		padding: 0 0 0 0;
		margin: 5px 0 0 0;
		}

	#side span {
		color: #000000;
		font-size: 11px;
		font-family:Arial, Helvetica, sans-serif;
		letter-spacing: .1pt;
		line-height: 1.6em;
		font-weight: bold;
		}

	#side a {
			font-weight:normal;
			font-size: 11px;
			color: #ad9c66;
			text-decoration: underline;
			}

	#side a:hover {
			font-weight:normal;
			margin:0px;
			color:#ef1138; 
			text-decoration: none;
			}

	 div.hr {
	  width: 100%;
	  height: 1px;
	  background: #e4e4e4;
	  margin: 5px 0 0 0;
	}
	
	div.hr hr {
	  display: none;
	}

/* ------------------------------------------------------------
		FOOTER & COPYRIGHT
------------------------------------------------------------ */


		#footer {
			margin:0;
			padding-top:5px;
			padding-bottom: 15px;
			color: #cecec9;
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			letter-spacing: .1pt;
			line-height: 15pt;
			font-weight: normal;
			}
	
		
		#footer span {
			color: #ad9c66;
			font-size: 11px;
			font-family:Arial, Helvetica, sans-serif;
			letter-spacing: .1pt;
			line-height: 15pt;
			font-weight: normal;
			}	
	
	
		#footer a {
				font-weight:normal;
				font-size: 11px;
				color: #cecec9;
				text-decoration: none;
				}
					
	
		#footer a:hover {
				font-weight:normal;
				margin:0px;
				color:#cecec9; 
				text-decoration: underline;
				}



		#footer a.wb {
				font-weight:normal;
				font-size: 11px;
				color: #86794e;
				text-decoration: none;
				}
					
	
		#footer a.wb:hover {
				font-weight:normal;
				margin:0px;
				color:#86794e; 
				text-decoration: underline;
				}
				
				
		#footer span i {
				color:#CECEC9;
				}

