ul {
	margin: 0;
	padding: 0;
	margin-left: 1em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*

цвет для заголовков #E76300

*/

#hd {
	height: 100px;
}
#hd a {
	color: #333;
}
/* Правая колонка в шапке */
#hdr {
	padding: 0.5em;
	text-align: right;
}

#bd {
    border: 1px solid #ccc;
}
#nav {
	padding-left: 0.5em;
	padding-top: 0.5em;
}
#nav ul {
    margin: 0;
}
#nav li {
    list-style-type: none;
	border-bottom: 1px solid #999;
	margin-bottom: 0.5em;
}
#nav li.active {
	border-bottom: 2px solid red;
}
#nav a, #nav a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
/*    font-size: 116%;*/
    color: #333;
}
/*#nav a:hover, #nav .active a, #nav .active a:visited {
    background-color: #eee;
}*/
#nav ul ul a, #nav ul ul a:visited {
    padding-left: 2em;
}
#yui-main {
/**/
}
#yui-main ul li {
	list-style-type:square;
}
#yui-main .yui-b {
	padding: 0.5em;
	padding-bottom: 5em;
}

#yui-main table td {
	padding: 0;
	border: 0;
}

#bread {
    margin-bottom: 1em;
	margin-top: 0.5em;
	font-size: 85%;
}
#bread, #bread a {
	color: #333;
}
#subnav {
    margin-bottom: 1em;
	margin-top: 2em;
	padding-top: 0.5em;
	background-color: #f6f6f6;
}
#subnav ul {
    margin: 0;
    padding-bottom: 0.5em;
    padding-left: 1em;
    border-bottom: 1px solid #ccc;
}
#subnav li {
    display: inline;
/*    border: 1px solid #fff;*/
    border-bottom: 1px solid #ccc;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#subnav li a {
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#subnav li.active {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
	background-color: #fff;
}
#copy {
	text-align: center;
	margin-top: 1em;
}
#stats {
	text-align: center;
	color: #ccc;
	font-size: 77%;
}
/* Проект */
.projectItem {
	border: 1px solid #ccc;
	padding: 20px;
	height: 225px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.projectItem img {
	margin-right: 20px;
}
.projectItem .title {
    font-weight: bold;
	font-size: 108%;
	margin-bottom: 0.5em;
}
.projectItem .url {
	margin-bottom: 0.5em;
}
#contactForm textarea {
	width: 40em;
	height: 10em;
}

/* Главная страница */
#lastProjects {
	text-align: center;
}
#lastProjects .title {
	margin-bottom: 0.5em;
	font-weight: bold;
}
#lastProjects img {
	margin-bottom: 0.5em;
}

/* Частые вопросы */
#faqForm  input {
	width: 24em;
}
#faqForm input.vericode {
	width: 5em;
}
#faqForm .submit {
	width: 12em;
}
.faqComments input.title {
	width: 24em;
}
.faqComments .content {
	width: 24em;
}



#projects {
	text-align: center;
}

#projects img {
	margin: 2em;
}
