/****************************************************** 
	Title:    NePushaVeche.com
	Author:   Wizzard
	Updated:  19/12/2009
	Style:    COMMON Stylesheet
******************************************************/



/* ******************************* LAYOUT */

/* ...................... Body */
	html {
		font-size: 1.25em; /*20px*/
	}

		body {
			font-size: 50%; /*10px*/
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
		}

			div#wrapper {
				margin: 0px auto;
			}
			
			a {
				color:#1F669C
			}
/* ........................... */


/* .................... Header */
	h1 a {
		text-indent: -9999px;
	}
/* ........................... */





/* ****************************** CLASSES */

/* .................... Others */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.clearfix {
		zoom: 1;
	}
	
	.clear {
		clear: both;
	}
	
	.left {
		float: left; 
	}
	
	.right {
		float: right; 
	}
	
	.hide {
	position: absolute;
	left: -9999px;
	top: 0px;
}

	span.error,
	span.success {
		display: block;
		font-weight: bold;
	}

	span.error {
		color: #FF0000 !important;
	}

	span.success  {
		color: #00BB27 !important;
	 }

/* ........................... */





/* *************************** CSM INPUTS */

/* .................. Headings */
	.text h1 {
		text-indent: 0px;
	}

	.text h2 {
		
	}

	.text h3 {
		
	}

	.text h4 {
		
	}

	.text h5 {
		
	}

	.text h6 {
		
	}
/* ........................... */


/* ................ Paragraphs */
	.text p {
		margin: 18px 0px;
	}
/* ........................... */


/* ................ Text Style */
	.text strong {
		font-weight: bolder;
	}

	.text em {
		font-style: italic;
	}
/* ........................... */


/* ..................... Lists */
	.text ol,
	.text ul,
	.text dd {
		margin-left: 40px;
	}

	.text li {
		display: list-item;
	}

	.text ol {
		list-style-type: decimal;
	}
/* ........................... */


/* ................ Hyperlinks */
	.text a {
		text-decoration: underline;
	}

		.text a:hover {
			text-decoration: none;
		}
/* ........................... */

/* ............ COPYRIGHT ............... */

div#wizzard
{
	float: right;
	margin-top:20px;
}

	div#wizzard a {
		color: #979797;
		display: block;
		float: left;
		margin-top: 10px;
		text-decoration:none;
	}
	
	div#wizzard span {
		color: #424242;
		display: block;
		float: left;
		margin: 10px 6px 0 4px;
		
	}
	
/* ............................... */