/******************************************************
	Title:    Home for You
	Author:   Mag Studio
	Updated:  23/03/2009
	Style:    COMMON Stylesheet
******************************************************/



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

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

		body {
			font-family: Tahoma, Verdana, Arial;
			font-size: 50%; /*10px*/
			color: #515151;
			background-color: #757575;
		}

			#wrapper {
				margin: 0px auto;
			}
/* ........................... */


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

/* ................ Predefined */
	h1 a ,
	.magstudio a {
		text-indent: -9999px;
	}


	ul {
		list-style: none;
	}

		ul li {
		}

	a {
		color: #10497c;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	a img {
		display: block;
	}

	input,
	textarea,
	select {
		font-family: Tahoma, Verdana, Arial;
		font-size: 1.1em;
	}


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


/* .................... Others */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clear {
		clear: both;
	}

	.position_left {
		float: left !important;
	}

	.position_right {
		float: right !important;
	}

	.hide {
		display: none;
	}

	.last {
		border: 0px  !important;
		background: none !important;
	}
/* ........................... */


/* .................... Forms */

    form .status {
        display: block;
        color: white;
        padding: 5px;
        margin-bottom: 10px;
        background: #999;
    }

	form br {
		clear: both;
		line-height: 0pt;
		font-size: 0pt;
	}

	span.legend {
		display: block;
		padding-bottom: 8px;

		font-weight: bold;
		font-size: 1.1em;
		color: #000000;
	}

	textarea {
		overflow: auto;
	}

	input, textarea {
		width: 241px;
		padding: 3px 2px 4px 2px;
		border: 1px solid #7f9db9;
		color: #666666;
	}

	input {
		padding: 1px 2px 4px;
	}

	select {
		float: left;
		width: 247px;
		height: 20px;
		margin-bottom: 8px;
		border: 1px solid #7f9db9;
		color: #666666;
	}

	option {
		padding: 3px 2px 4px 2px;
	}

	label,
	input,
	textarea {
		margin-bottom: 8px;
		float: left;
		text-align: left;
	}

		input.radio {
			width: auto;
			border: 0px;
			margin-right: 8px;
			margin-bottom: 0px;
		}

	label {
		padding: 3px 15px 4px 0px;
		font-size: 1.1em;
		font-weight: bold;
	}

		label.radio {
			font-weight: normal;
		}

	.input {
		float: right;

		background: url(../images/site_images/btn_left.gif) no-repeat;
	}

		.input input {
			width: auto !important;
			padding: 2px 12px 3px 12px;
			margin-bottom: 0px;
			border: 0px;
			color: #FFF;
			background: url(../images/site_images/btn_right.gif) no-repeat right top;
			cursor: pointer;
		}

	a.btn {
		float: left;

		background: url(../images/site_images/btn_left.gif) no-repeat;
		text-decoration: none !important;
	}


		a.big_btn {
			background-image: url(../images/site_images/btn_big_left.gif);
		}


		a.btn span {
			padding: 0px 12px;
			display: block;

			background: url(../images/site_images/btn_right.gif) no-repeat right top;
			color: #FFF;
		}

			a.big_btn span {
				padding-top: 3px;
				padding-bottom: 4px;
				background-image: url(../images/site_images/btn_big_right.gif);
				font-size: 12px;
				font-weight: bold;
			}

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

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

	.text {
		font-size: 1.1em;
		color: #000;
		line-height: 1.8em;
	}

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

	.text h2 {

	}

	.text h3 {

	}

	.text h4 {

	}

	.text h5 {

	}

	.text h6 {

	}

	.text p {
		padding: 0;
	}
/* ........................... */


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

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


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

	.text ul li {
		display: list-item;
		padding-left: 13px;
		background: url(../images/site_images/bullet.gif) no-repeat left 9px;
	}

	.text ol {
		list-style-position: inside;
		padding: 0px;
		list-style-type: decimal;
	}
/* ........................... */


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

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