@charset "UTF-8";
body  {
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
 #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
 #header { 
	 
	
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #999;
	font-weight: normal;
	font-size:24px;
}

#mainContent ul {
	padding-left:10px;
}

#mainContent li {
	color:#999;
	list-style:none;
	padding-bottom:5px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #444;
	font-weight: normal;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: normal;
	/*color: #777;*/
	color: #444
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-weight: normal;
	color: #CCC;
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}

 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent p {
	line-height: 1.4;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCC;
}
 #footer {
	padding: 0;
	background-image: url(images/incubator-footer.gif);
	height: 105px;
	width: 780px;
	background-repeat: no-repeat;
} 
 #footer p {
	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;
	color: #CCC;
}
 #footer p a{
	font-size: 80%;
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
 }
#footer p a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li a {
	font-size: 90%;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	display: block;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#nav li a:hover {
	background-color: #333;
}

#nav li a:active {
}

#nav li a:focus {
}
#mainContent #tipgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	line-height: 120%;
	padding: 10px;
	margin-left: 100px;
	background-color: #333;
}
#mainContent #tipblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	line-height: 120%;
	padding: 10px;
	margin-left: 100px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
}
#mainContent #tiphead4black  {
	padding: 10px;
	width: 80px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	background-color: #333;
	text-align: center;
}
#mainContent #tiphead4grey  {
	padding: 10px;
	width: 80px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	color: #CCC;
}
#mainContent #tiphead4black2  {
	padding: 10px;
	width: 110px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	background-color: #333;
	text-align: center;
}
#mainContent #tiphead4grey2  {
	padding: 10px;
	width: 110px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	color: #CCC;
	border: 2px solid #333;
}
#mainContent #tipblack2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	line-height: 120%;
	padding: 10px;
	margin-left: 130px;
	border: 2px solid #333;
}
#mainContent #tipgrey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	line-height: 120%;
	padding: 10px;
	margin-left: 130px;
	background-color: #333;
}
#mainContent #tiphead4black3  {
	padding: 5px;
	width: 110px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	background-color: #333;
	text-align: center;
	border: 2px solid #333;
}
#mainContent #tiphead4grey3  {
	padding: 5px;
	width: 110px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	color: #CCC;
	border: 2px solid #333;
}
#mainContent #tipblack3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	line-height: 120%;
	padding: 5px;
	margin-left: 130px;
	border: 2px solid #333;
}
#mainContent #tipgrey3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	line-height: 120%;
	padding: 5px;
	margin-left: 130px;
	background-color: #333;
	border: 2px solid #333;
}
#mainContent #tipblack4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	line-height: 120%;
	padding: 30px;
	margin-left: 130px;
	border: 2px solid #333;
}
#mainContent #tiphead4grey5  {
	padding: 5px;
	width: 150px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: left;
	color: #CCC;
	border: 2px solid #333;
}
#mainContent #tipgrey5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFF;
	line-height: 120%;
	padding: 5px;
	background-color: #333;
	border: 2px solid #333;
	width: 150px;
	float: left;
}
#mainContent #tipblack5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #CCC;
	line-height: 120%;
	padding: 5px;
	border: 2px solid #333;
	float: left;
}
#mainContent #prodlist {
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 120%;
	letter-spacing: 0.085ex;
	color: #CCC;
}
#mainContent #studioprecis {
	padding: 10px;
	margin-left: 130px;
	
}
#mainContent #photo {
	padding: 10px;
	width: 130px;
	float: left;
	height: 100px;
}
#mainContent #photo1 {
	padding: 10px;
	margin-left: 155px;
	width: 130px;
}
#mainContent #photo2 {
	padding: 10px;
	margin-left: 330px;
	width: 130px;
}
#studioprecis h4 {
	color: #666;
}
#studioprecis p {
	padding-left: 10px;
}
#mainContent #rateslist li {
	list-style-type: none;
}
#mainContent #linkslist li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #CCC;
}
#mainContent #linkslist li a {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	letter-spacing: 0.10ex;
}
#mainContent #linkslist li a:hover {
	text-decoration: underline;
}
#mainContent #linkslist li a:active {
	text-decoration: underline;
	color: #999;
}
#mainContent #linkslist li a:visited {
	color: #666;
}
 #sidebar2 {
	width: 140px;
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
 #sidebar3 {
	width: 140px;
	background-color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	float:right
}
 #mainContentgallery {
	background:#000 url(images/back.jpg) 75px 10px no-repeat;
	position:relative; 
	width:770px; 
    height:440px; 
	margin:10px auto 0 auto; 
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow:hidden
}

#mainContentgallery #photolist {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
	width: 198px; 
    height: 386px;
	float: right
} 

#mainContentgallery a.gallery span {

	    position:absolute; 
	    width:1px; 
	    height:1px; 
	    top:5px; 
	    left:5px; 
	    overflow:hidden; 
	    background:#000; 
} 
#mainContentgallery a.gallery, #mainContentgallery a.gallery:visited {
    display:block;
    color:#333;
    text-decoration:none;
    border:1px solid #333;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
	
#mainContentgallery a.gallery:hover { 
	    border:1px solid #000; 
	    }
#mainContentgallery a.gallery:hover span { 
	    position:absolute; 
	    width:372px; 
	    height:372px; 
	    top:10px; 
	    left:75px; 
	    color:#000; 
	    background:#000; 
}
#mainContentgallery a.slidea {
    background:url(images/p1_t.jpg);
    height:70px;
    width:93px;
    }
#mainContentgallery a.slideb {
    background:url(images/p2_t.jpg);
    height:70px;
    width:93px;
    }
#mainContentgallery a.slidec {
    background:url(images/p3_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slided {
    background:url(images/p4_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidee {
    background:url(images/p5_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidef {
    background:url(images/p6_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slideg {
    background:url(images/p7_t.jpg);
    height:93px;
    width:70px;
    }
	#mainContentgallery a.slideh {
    background:url(images/p8_t.jpg);
    height:93px;
    width:70px;
    }
	#mainContentgallery a.slidei {
	height:70px;
	width:93px;
	background-image: url(images/p9_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidej {
	height:70px;
	width:93px;
	background-image: url(images/p10_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidek {
    background:url(images/p11_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidel {
    background:url(images/p12_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidem {
	height:70px;
	width:93px;
	background-image: url(images/p13_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.sliden {
    background:url(images/p14_t.jpg);
    height:93px;
    width:70px;
    }
	#mainContentgallery a.slideo {
	height:70px;
	width:93px;
	background-image: url(images/p15_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidep {
	height:70px;
	width:93px;
	background-image: url(images/p16_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideq {
	height:70px;
	width:93px;
	background-image: url(images/p17_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slider {
    background:url(images/p18_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slides {
    background:url(images/p19_t.jpg);
    height:93px;
    width:70px;
    }
	#mainContentgallery a.slidet {
    background:url(images/p20_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slideu {
    background:url(images/p21_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidev {
    background:url(images/p22_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidew {
    background:url(images/p23_t.jpg);
    height:70px;
    width:93px;
    }
	#mainContentgallery a.slidex {
	height:93px;
	width:70px;
	background-image: url(images/p24_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidey {
	height:70px;
	width:93px;
	background-image: url(images/p25_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidez {
	height:70px;
	width:93px;
	background-image: url(images/p26_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideaa {
	height:70px;
	width:93px;
	background-image: url(images/p27_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideab {
	height:70px;
	width:93px;
	background-image: url(images/p28_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideac {
	height:70px;
	width:93px;
	background-image: url(images/p29_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidead {
	height:70px;
	width:93px;
	background-image: url(images/p30_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideae {
	height:70px;
	width:93px;
	background-image: url(images/p31_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideaf {
	height:70px;
	width:93px;
	background-image: url(images/p32_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideag {
	height:70px;
	width:93px;
	background-image: url(images/p33_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideah {
	height:70px;
	width:93px;
	background-image: url(images/p34_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideai {
	height:70px;
	width:93px;
	background-image: url(images/p35_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideaj {
	height:70px;
	width:93px;
	background-image: url(images/p36_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideak {
	height:93px;
	width:70px;
	background-image: url(images/p37_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideal {
	height:93px;
	width:70px;
	background-image: url(images/p38_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideam {
	height:93px;
	width:70px;
	background-image: url(images/p39_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slidean {
	height:93px;
	width:70px;
	background-image: url(images/p40_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideao {
	height:93px;
	width:70px;
	background-image: url(images/p41_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideap {
	height:93px;
	width:70px;
	background-image: url(images/p42_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
    }
	#mainContentgallery a.slideaq {
	height:93px;
	width:70px;
	background-image: url(images/p43_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
#mainContentgallery a.slidear {
	height:70px;
	width:93px;
	background-image: url(images/p44_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#mainContentgallery a.slideas {
	height:70px;
	width:93px;
	background-image: url(images/p45_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#mainContentgallery a.slideat {
	height:70px;
	width:93px;
	background-image: url(images/p46_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#mainContentgallery a.slideau {
	height:70px;
	width:93px;
	background-image: url(images/p47_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#mainContentgallery a.slideav {
	height:70px;
	width:93px;
	background-image: url(images/p48_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	#mainContentgallery a.slideaw {
	height:70px;
	width:93px;
	background-image: url(images/p49_t.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

