/* @override http://www.matm00.com/clients/iitc/css/main.css */

/* @group global */
body, html {
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #000;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.preview-box { 
    float: right;
    text-align: center;
}

/* @end */

/* @group layout */
/* header */
div#wrapper_header {
	background: url(/static/images/header_bkg_repeat.jpg) repeat-x;
}
div#header {
	position: relative;
	width: 960px;
	height: 170px;
	text-align: left;
	background: url(/static/images/header_bkg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
/* content */
div#wrapper_content {
	background-color: #fff;
}
div#content {
	position: relative;
	width: 960px;
	text-align: left;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
div#column_main {
	float: left;
	width: 850px;
	padding-top: 20px;
	padding-left: 60px;
}
div#column_left {
	float: left;
	width: 560px;
	padding-top: 20px;
	padding-left: 60px;
}

div#column_right {
	float: right;
	width: 220px;
	padding-top: 20px;
	padding-right: 60px;
}
/* footer */
div#wrapper_footer {
	background: url(/static/images/footer_bkg_repeat.jpg) repeat-x;
}
div#footer {
	position: relative;
	width: 960px;
	height: 220px;
	text-align: left;
	background: url(/static/images/footer_bkg.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
/* @end */

/* @group header */
div#logo {
	position: absolute;
	top: 0px;
	left: 5px;
}
div#link_emailus {
	position: absolute;
	right: 10px;
	top: 55px;
}
div#link_emailus a {
	display: block;
	background: url(/static/images/btn_emailus.gif) no-repeat right 0;
	padding-right: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}
div#link_emailus a:hover {
	color: #e3f295;
	background-position: right -24px;
	background-repeat: no-repeat;
}
/* @end */

/* @group main menu */
div#mainmenu {
	position: absolute;
	width: 950px;
	height: 55px;
	top: 95px;
	left: 5px;
	background: url(/static/images/mainmenu_bkg.png) no-repeat;
}
div#mainmenu a {
	position: relative;
	left: 105px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
	height: 38px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 17px;
	line-height: 12px;
}
.mainmenu_desc {
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
	font-style: normal;
}
div#mainmenu a:hover {
	color: #222;
	background: url(/static/images/mainmenu_bkg_selected.png) repeat-x;
}
div#mainmenu a:hover .mainmenu_desc {
	color: #666;
}
div#mainmenu a.selected {
	background: url(/static/images/mainmenu_bkg_selected.png) repeat-x;
	color: #222;
}
div#mainmenu a.selected .mainmenu_desc {
	color: #666;
}
div#mainmenu a.icon_menu img {
	position: absolute;
	margin-left: -30px;
}
div#mainmenu a.icon_menu {
	padding-left: 40px;
}
/* @end */

/* @group content */
/* main column content styles */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 20px;
}
img.billboard {
	margin-bottom: 20px;
}
p {
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;

/*font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.3em;
*/


	color: #222;
	margin-bottom: 10px;
}
a {
	font-weight: bold;
	color: #222;
}
a:hover {
	color: #75bb03;
}
.link_more {
	background: url(/static/images/arrow_right_black.png) no-repeat right center;
	padding-right: 15px;
}
img.btn_buy {
	padding-right: 10px;
	padding-top: 10px;
}
/* right column */
div.col_right_ad {
	padding-bottom: 15px;
}
/* @end */

/* @group footer */
div#copyright {
	position: absolute;
	top: 38px;
	left: 10px;
	font-size: 11px;
	color: #fff;
}
div#link_privacy {
	position: absolute;
	right: 10px;
	top: 30px;
}
div#link_privacy a {
	display: block;
	background: url(/static/images/btn_privacy.gif) no-repeat right 0;
	padding-right: 90px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #888;
	text-decoration: none;
}
div#link_privacy a:hover {
	color: #fff;
	background-position: right -24px;
	background-repeat: no-repeat;
}
div#column_main ul {
    font-size: 14px;
    margin-left:40px;
    padding: 5px;
    list-style-type: square;
}

/* Forms */
fieldset {   
    margin: 1.5em 0 0 0;   
    padding: 0;  
}  

legend {   
    margin-left: 1em;   
    color: #000000;   
    font-weight: bold;  
}  
fieldset {
    background-color: #FCFCFC;
    border: 1px #CCCCCC solid;
}
fieldset ol {   
    padding: 0 0.5em 0 0.5em;   
    list-style: none;  
}  
fieldset li {   
    padding: 0.5em;
/*    padding-bottom: 1em;  */
}  
fieldset.submit {   
    margin-top: 2px;
    padding: 0.2em 0 0 0;
    border-style: none;  
}

fieldset.submit input {
    font-size: 120%;
    font-weight: bold;
}

label {    
    display: block;   
    clear: left;
}
.inline-labels label {
    display: inline;
    float: left;
    width: 6em;
    margin-right: 10px;
    text-align: right;
}
textarea {
    height: 100px;
    width: 100%;
    display: block;
    border: 1px #CCCCCC solid;
}
input {
    border: 1px #CCCCCC solid;
}
#message {
    height: 200px;
}
form {
    margin-bottom: 50px;
}
/* @end */

/* @group misc */
.clear {
	clear: both;
}
/* @end */

.toggle {
    list-style-type: none;
}

.toggle > a {
    font-weight: normal;
    font-size: 1em;
}

.small {
    font-size: 0.8em;
}