/*--------------------------------------------------
Title: forms.css
Author: Claudiu Andrei - Inspire (www.inspireco.ro)

Date: 28-10-2007
--------------------------------------------------*/

/* =Global
--------------------------------------------------*/
html {
	background: #f6f5de url(../images/design/intro-back.png) repeat-x 50% 0;
	}

/* =Structure (id)
--------------------------------------------------*/
#container {
	width: 723px;
	}	
#header {
	height: 120px;
	padding-bottom: 35px;
	width: 720px;
	}	
#content {
	height: 210px;
	overflow: hidden;
	width: 720px;
	}
#main,
#sub {
	background: transparent;
	color: #fff;
	padding: 20px 15px;
	width: 330px;
	}
#main p,
#main h1 {
	text-align: right;
	}
#footer {
	border-top: 0;
	padding: 20px 0;
	width: 720px;
	}

/* =Secondary Structure (id)
--------------------------------------------------*/
#lang {
	background: url(../images/design/intro-lang.png) no-repeat 0 5px;
	padding: 5px 0 0;
	left: 280px;
	}
#ro-motto {
	background: url(../images/design/motto-ro.png) no-repeat 250px 45px;
	display: block;
	float: left;
	height: 30px;
	padding: 45px 0 45px 250px;
	text-indent: -5000px;
	width: 230px;
	}
#copyright {
	padding: 0 20px;
	text-align: left;
	width: 320px;
	}
#inspire {
	float: right;
	padding-right: 20px;
	}


/*--------------------------------------------------
=Typography
--------------------------------------------------*/

/* =Headings
--------------------------------------------------*/
h1 {
	font-size: 1.25em;
	padding: 0.5em 0 0.2em;
	}