@charset "UTF-8";

/*************************************************************************/
/*                                                             	  	     */
/*    CASCADING STYLE SHEETS DOCUMENT DEVELOPED BY IVAN ALEKSIC		     */
/*    IMPLEMENTEK INTERNET CONSULTING GROUP	- BELGRADE - SERBIA		     */
/*    IVAN@IMPLEMENTEK.COM - WWW.IMPLEMENTEK.COM					     */
/*                                                                 		 */
/*    Copyright Juliet Bressan -  Dublin - Ireland - Europe				 */
/*                                                             	  	     */
/*    Revision 1.0 - April 2. 2008. - Ivan						  		 */
/*                                                             	  	     */
/*************************************************************************/

html, body, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
body {
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	min-width: 960px;
}
.clear {
	clear: both;
}
img {
	border: none;
}
a {
	color: #ccc;
	text-decoration: none;
}
#page {
	background: #fff;
	padding-left: 50px;
}
#photo {
	display: none;
}
#logo {
	display: none;
}
#logo img {
	display: none;
}
#navigation {
	display: none;
}
#content {
	width: 600px;
	float: left;
}
#content h1 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 20px;
}
#introduction {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	padding-bottom: 40px;
	background: none;
	border-bottom: 1px solid #ccc;
}
#introduction p {
	width: 460px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#spotlights {
	padding-top: 50px;
	padding-bottom: 50px;
}
#spotlights h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 13px;
	text-transform: uppercase;
}
#spotlights p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.spotlight-left {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	width: 350px;
	float: left;
	border-right: 1px solid #ccc;
}
.spotlight-right {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	width: 175px;
	padding-left: 25px;
	float: left;
}
.spotlight-index {
	width: 135px;
	float: left;
}
.spotlight-description {
	width: 165px;
	float: left;
}
.spotlight-index-shadow {
	width: 114px;
	height: 182px;
	padding: 3px;
	padding-bottom: 5px;
	background: url(../layout/spotlight-index-shadow.jpg) 0px 0px no-repeat;
}
#footer {
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 50px;
	line-height: 12px !important;
}
#footer a {
	color: #ccc;
}
#side {
	display: none;
}
a.readmore {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #ccc;
}
a.amazon {
	display: block;
	width: 107px;
	height: 35px;
	background: url(../layout/buy-from-amazon.jpg) 0px 0px no-repeat;
	text-indent: -2000px;
	overflow: hidden;
	outline: none;
	margin-top: 20px;
}
a:hover.amazon {
	background: url(../layout/buy-from-amazon.jpg) 0px -35px no-repeat;
}
.print-logo {
	padding-bottom: 50px;
	padding-top: 25px;
}
