@charset "UTF-8";
/* CSS Document */


html { 
	margin: 0; 
	padding: 0; 
	color: #000000; 
}

body { 
	width: 100%;
	margin: 0; 
	padding: 0; 
	background: #000000;
	overflow: hidden;
}

cmt {
	margin-left: 5px;
}

hd {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

/* * * * * *  html 5 fix  * * * * * */
section,
article,
header,
footer,
nav,
aside,
hgroup { 
	display: block; 
}



/* * * * * *  layout  * * * * * */

#background {  
	height: 580px;
	margin: 0; 
	padding: 0; 
	background: url(../images/bkg.gif) repeat;
	overflow: hidden;
}

#background.home { 
	padding: 25px 0px 0px 0px; 
	width: 100%;
}

#wrapper.home { 
	width: 100%; 
	height: 195px;
	margin: 10% auto; 
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: url(../images/stripe_home.gif) repeat-x;
}

#wrapper { 
	margin: 0 auto; 
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: white;
}

#wrapper.top { 
	width: 100%;
	margin: auto; 
	padding: 0x;
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: none;
}

#wrapper.bottom { 
	position: absolute;
	width: 100%; 
	height: 135px;
	margin: 0px; 
	padding: 0px;
	top: 450px;
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: url(../images/stripe_bottom.gif) repeat-x;
}

/*
#wrapper.mid { 
	position: absolute;
	width: 100%; 
	height: 60px;
	margin: 0px; 
	top: 450px;
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: #f1f0e8;
	
	box-shadow: 5px 0px 12px #000000;
	-webkit-box-shadow: 5px 0px 12px #000000;
	-moz-box-shadow: 5px 0px 12px #000000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=5, offY=0, positive=true);
}*/

/*
#wrapper.bottom { 
	position: absolute;
	width: 100%; 
	height: 135px;
	margin: 0px; 
	padding: 0px;
	top: 510px;
	border: 0px; 
	border-bottom: none; 
	color: black; 
	background: url(../images/stripe_bottom.gif) repeat-x;
}*/

#header { 
	position: relative; 
	width: 100%; 
	height: 150px; 
}

#sidebar { 
	display: inline; 
	float: right; 
	width: 248px; 
	margin: 12px 30px 15px 0;
}


/* * * * * *  main menu  * * * * * */
#mainMenu { 
	position: relative; 
	bottom: 0; 
	margin: auto; 
	width: 983px; 
	height: 136px;
}

div.navhome {
	position: absolute;
	left: 0px;
	top: 28px;
	width: 1000px;
}

div.btn-home {
	position: absolute;
	left: 11px;
	width: 162px;
	height: 107px;
}

div.type-click {
	position: absolute;
	left: 173px;
	width: 133px;
	height: 32px;
}

div.btn-promo {
	position: absolute;
	left: 306px;
	width: 522px;
	height: 32px;
}

div.btn-ads {
	position:absolute;
	left: 173px;
	top: 32px;
	width: 133px;
	height: 75px;
}

div.btn-books {
	position:absolute;
	left:306px;
	top:32px;
	width:242px;
	height:75px;
}

div.btn-invites {
	position:absolute;
	left:548px;
	top:32px;
	width:280px;
	height:75px;
}

div.btn-web {
	position:absolute;
	left:828px;
	top:32px;
	width:166px;
	height:49px;
}

div.btn-contact {
	position: absolute;
	left: 11px;
	top: 107px;
	width: 34px;
	height: 29px;
}

div.btn-about {
	position: absolute;
	left: 45px;
	top: 107px;
	width: 24px;
	height: 29px;
}

div.btn-logos {
	position: absolute;
	left: 173px;
	top: 107px;
	width: 324px;
	height: 29px;
}


/* * * * * *  sub page menu  * * * * * */

div.subnavMenu {
	position: absolute;
	left: 350px;
	top: 20px;
	width: 650px;
	height: 110px;
}

#subMenu { 
	position: relative; 
	bottom: 0px; 
	margin: 0px auto; 
	width: 983px; 
	height: 135px;
}

#btn-back {
	position: absolute; 
	left: 527px;
	top: 90px;
	width: 92px;
	height:17px;
}


#sectionTitles {
	position:absolute;
	left: 440px;
	top: 50px;
	width:180px;
	height:33px;
}

#subnavMenu { 
	position: absolute; 	
}

#subnavMenu ul { 
	margin: 0; 
	
}

#subnavMenu ul li { 
	display: inline; 
	padding: 0px 15px 0px 5px; 
	background: none; 
	font-family: Arial Black;
	font-size: 11px; 
}

#subnavMenu ul li a { 
	text-decoration: none; 
	color: #ff3615; 
}

#subnavMenu ul li a:hover,
#subnavMenu ul li a:focus,
#subnavMenu ul li.active a { 
	color: black; 
}


div.subnav {
	left:0px;
	top:0px;
	width:1000px;
	height:135px;
}

div.btn-home-sub {
	position:absolute;
	left:11px;
	top:17px;
	width:162px;
	height:107px;
}

div.btn-contact-sub {
	position:absolute;
	left:183px;
	top:17px;
	width:34px;
	height:29px;
}

div.btn-about-sub {
	position:absolute;
	left:217px;
	top:17px;
	width:24px;
	height:29px;
}


/* * * * * *  main-section  * * * * * */

#mainArea {  
	position: relative; 
	top: 30px;
	margin: auto; 
	padding: 0px;
	width: 975px; 
	height: 390px;
	border:1px solid #FFFFFF; 
	border-radius:5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px;
	
	box-shadow: 2px 2px 12px #000000;
	-webkit-box-shadow: 2px 2px 12px #000000;
	-moz-box-shadow: 2px 2px 12px #000000;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=2, offY=2, positive=true);
	background: #ffffff;
}

#content {
	position:relative;
}			



/* * * * * *  footer  * * * * * */

#footer { 
	position: absolute;
	top: 580px;
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border-top: 2px;
	border-top-color: #ff3615;
	border-top-style: solid;
	color: #666666; 
	background: #000000; 
}

.footer {
	width: 970px;
	margin: auto; 
	padding: auto; 
}
#footer a { 
	color: #666666; 
}
#footer p { 
	margin: 0px; 
	padding: 0px;  
}
#footer p small { 
	font-size: 10px; 
}
#footer p.copyright { 
	display: inline; 
	margin: 5px 6px; 
	float: left; 
}


/* * * * *  footer links  * * * * * */

#footer ul { 
	margin: 3px 5px 2px; 
	padding: 3px 5px 2px; 
	color: #666666; 
	float: right; 
}

#footer ul li { 
	display: inline; 
	margin: 0; 
	padding: 0;
	background: none; 
}

#footer ul li a { 
	color: #666666; 
	text-decoration: none; 
}

#footer ul li a:hover { 
	color: #ff3615; 
	text-decoration: underline; 
}

/* * * * *  slider customization  * * * * * */

#slider {
	position:relative;
	width: 960px;
	height: 375px;
	margin:7px;
	background:#FFFFFF url(../images/loading.gif) no-repeat 50% 50%;
	/*-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position: absolute;
	right: 5px;
	bottom: 6px;
}

.nivo-controlNav a {
	display:block;
	width:13px;
	height:14px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-13px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:6px;
}

a.nivo-prevNav {
	left:8px;
}

/* * * * *  about section  * * * * * */

#section-hdr {
	position: absolute;
	display: inline; 
	left: 30px;
	top: 28px;
	background: none; 
	font-family: Arial Black;
	font-size: 11px; 
	color: #000000;
}

#copy-about {
	position: absolute;
	display: inline; 
	left: 30px;
	top: 215px;
	width: 919px;
	background: none; 
	font-family: Georgia;
	font-size: 22px; 
	line-height: 30px;
	color: #000000;
}

#copy-contact {
	position: absolute;
	display: inline; 
	left: 30px;
	top: 270px;
	width: 919px;
	background: none; 
	font-family: Georgia;
	font-size: 22px; 
	line-height: 30px;
	color: #000000;
}

subhd {
	font-family: Arial Black;
	font-size: 22px; 
	color: #ff3615;
}

rd {
	color: #ff3615;
}

