@charset "UTF-8";

/* CSS Document CINEMACAR
------------------------------------------------------------- */
html, body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:url(../images/bkip.jpg) repeat-x #8b8b8b;
	height:100%;
}

#carip {
	width:419px;
	height:236px;
	float:left;}

#slogan2ip {
	width:545px;
	height:80px;
	background:url(../images/slogan2ip.jpg);
	padding:23px 0 0 20px;
	float:left;
}

#slogan2ipinv {
	width:545px;
	height:80px;
	background:none;
	padding:23px 0 0 20px;
	float:left;
}

#contentip {
	width:984px;
	background:url(../images/crossip.jpg);
	float:left;}

#contentipbk {
	width:984px;
	background:url(../images/contentbkip.jpg) no-repeat;
	float:left;
}

#contentipbkinv {
	width:984px;
	background:url(../images/contentbkinv.jpg) no-repeat;
	float:left;
}

#contentipinv {
	width:984px;
	background:url(../images/contentbkinvcross.jpg);
	float:left;}

#contentipbkShort {
	width:984px;
	background:url(../images/contentipShort.jpg) no-repeat;
	float:left;
}
	
#leftiptext {
	width:359px;
	height:255px;
	float:left;
	padding: 0px 0px 0 60px;
	background:url(../images/missionip.jpg) no-repeat;
}

#leftiptext p {
	font-size:11px;
	color:#F9D3CF;
	line-height: 13px;
	padding: 0 0 10px 0;
	margin: 0;
}
	
#leftiptext p.yellow {
	color:#fc6;
	font-size: 12px;
}

#leftiptextShort {
	width:359px;
	height:255px;
	float:left;
	padding: 0px 0px 0 60px;
	float: left;
}
	
#leftip {
	width:419px;
	float:left;
}

#rightip {
	width:565px;
	float:left;
}


#rightiptext {
	width:545px;
	float:left;
	padding: 0 0 0 20px;
}

#rightiptext p { padding:0 0 10px 40px; }
	
#footerip {
	width:614px;
	height:30px;
	background:url(../images/footerip.jpg) no-repeat;
	padding:18px 0 0 370px;
	float:left;
	color: #FFF;
	margin: 0 -3px 0 0;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
}

form.padding { 
	padding:0 0 0 80px;
	margin:0;}
	
/* Classes and styles
------------------------------------------------- */
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFF;
	margin:0;
	padding:0 0 40px 0;
	font-weight:normal;
	line-height: 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFCC66;
	margin:0;
	padding:0 15px 0 0;
	font-weight: normal;
	line-height: 18px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#fff;
	margin:0;
	padding:0 0 12px 0;
	font-weight: bold;
}

a.size14noFloat {
	font-size:12px;
	padding:4px 8px;
	border:1px solid #F85A17;
	background-color: #E72C13;
	color: #fff;
}
	
a.size14noFloat:hover {
	background-color:#F85A17;
	border:1px solid #F90;
}

.floatRight {
	float:right;}
	

