@charset "utf-8";
/* CSS Document */

/*  
Author: piXelangelo
Author URI: http://www.pixelangelo.net/
*/

body {
	font: normal 78%/140% Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}

p {

	margin: 0.8em 0px 0px 0px;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}
	
.hide {
	display: none;
}

.center {
	text-align: center;
}

.sectionHome #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 750px;
	background: #000000;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.sectionHome #header {
	height: 140px;
	background: #000000;
	background-image:url(../images/JustCapelliLogo.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.sectionHome #mainContent {
	width: 780px;
	/* margin: 25px 0 0 0; */
	margin: 0 0 0 0;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image: url(../images/pixanimation_reflection.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.sectionHome #pixanimation {
	height: 300px;
	background: #000000;
	background-image:url(../images/pixanimationbg.gif);	
	background-position: top;
}
.sectionHome #sidebar {
	float: left;
	width: 270px;	
}

.sectionHome #content {	
	float: right;
	width: 510px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
}

.sectionHome #tmpcontent {	
	float: none;
	width: 780px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
}

.news1, .news2 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	min-height: 100px;
	background: transparent url(../images/gadget02.gif) no-repeat 0px 0px;
}

.news2 {

}

.linie { 	
	float: left;	
	height: 2px;
	width: 250px;
	line-height: 2px;
	margin:0;
	padding: 0;
	background: transparent url(../images/dottedlinie.gif) repeat-x 0% 100%;
}

.sectionHome #footer {
	width: 780px;
	margin: 10px 0 0 0;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.sectionHome #footer p {
	background-image:url(../images/footer_sep.gif);
	background-repeat: no-repeat;
	background-position: top;
	color:#CCCCCC;
	text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*  Text, Headlines, ;
-----------------------------------------------------------------------*/
h1 {	
	text-align: center;	
	color: #833300;
	height: 40px;
	margin: 0;
	font: normal 24px/24px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: 0.07em;	
}

h2 {
	color: #833300;
	height: 40px;
	margin: 0;
	font: normal 24px/24px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: 0.07em;
	background: transparent url(../images/titlebg.gif) repeat-x 0 0;
}

h3 {
	text-align: center;	
	color: #f07203;
	height: 40px;
	margin: 0;
	font: normal 20px/20px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: 0.07em;	
}

h4 {	
	color: #833300;	
	margin: 4px 0 6px 0;
	font: normal 14px/20px Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #292929;
}

h5 {	
	color: #CCCCCC;
	padding: 0 0 2px 0;
	font: normal 13px/17px Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.highlight {
	color: #833300;
	font: bold 14px/14px Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.highlight1 {
	color: #f07203;
	font: bold 12px/12px Tahoma, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

.warning {
	color: red;
}

ul {
	padding-left:10px;
	margin-top:0px;
	margin-left:0px;
}

ul li {

	margin-left:10px;
}

/*  Links 
----------------------------------------------------*/
.link {
	color: #CCCCCC;
	background: transparent;
	text-decoration: none;
	border-bottom:#CCCCCC 1px dotted;
	cursor: pointer;
}

.link:hover {
	color: #CCCCCC;
	background: transparent;
	text-decoration: none;
	border-bottom:#833300 1px solid;
	cursor: pointer;
}

#JUSTbullet {
	margin-left: 0;
	margin-top: 10px;
	padding-left: 0;
	list-style: none;
}

#JUSTbullet li {
	padding-left: 30px;
	background-image:url(../images/bullet_li.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

#vXHTML span {
	padding-left: 15px;
	background-image:url(../images/valid.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

#vCSS span {
	padding-left: 15px;
	background-image:url(../images/valid.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
}

#pxl span {
	padding-right: 15px;
	background-image:url(../images/pxl.png);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	background-position: right;
}