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

body { 
margin: 0px; 
padding: 0px; 
background: url(../img/bg.jpg) repeat-x;
}

#container {
	width: 877px;
	margin: auto;
	border-top: #6a6a6a 2px solid;
}

#topbar {
	background: url(../img/topbargrad.jpg) repeat-x;
	height: 23px;
	line-height: 23px;
	margin-top: 7px;
	text-align: right;
}

	#topbar a {
		color: #303030;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
		margin-left: 15px;
		margin-right: 5px;
	}
	
	#topbar a:hover {
		color: #000000;
	}
	
#logobar {
	padding: 10px 10px 10px 5px;
	border-bottom: #000000 3px solid;
}

::selection{ /* Safari and Opera */  
    background:#ffc8e2;  
    color:#000;  
}  

::-moz-selection{ /* Firefox */  
    background:#ffc8e2;  
    color:#000;  
} 

#nav {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	border-bottom: #424242 1px solid;
}

#showcase {
	min-height: 377px; !important
	border-bottom: #d9d9d9 2px solid;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #ffffff;
}

#snippets {
	margin-top: 1px;
	border-top: #d9d9d9 1px solid;
	min-height: 150px;
	padding-top: 20px;
	border-bottom: #d9d9d9 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	.homesnippet {
		width: 250px;
		float: left;
		margin-left: 30px;
	}
	
	#snippets a {
		color: #ff0f76;
		text-decoration: none;
	}
	
	#snippets a:hover {
		color: #000000;
	}
	
	.snippet_foot {
		color: #ff0f76;
	}

#miniportfolio {
	margin-top: 1px;
	min-height: 150px;
	padding-top: 10px;
	border-bottom: #000000 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}

#packages {
	margin-top: 1px;
	padding-top: 10px;
	border-bottom: #000000 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
}

#miniportfolio a {
	color: #ff0f76;
	text-decoration: none;
}

#miniportfolio a:hover {
	color: #000000;
}

#footer {
	padding: 10px;
}

	#footer a {
		color: #ff0f76;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #000000;
	}

/* Link & Text Styles */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff006d;
	font-size: 12px;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
}

#nav a:hover {
	color: #171717;
}
	
h1 {
	color: #a1124f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #ff0f76;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main_text {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 17px;
}

.pink_text {
	font-family:Arial, Helvetica, sans-serif;
	color: #ff0f76;
	font-size: 11px;
	line-height: 17px;
}

.black_text {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 17px;
}

/*SLIDER HOMEPAGE */

#slider {

	/* You MUST specify the width and height */
	width:877px;
	height:377px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	right:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:167px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=100);
	-moz-opacity:1.0;  
	-khtml-opacity: 1.0;
	opacity: 1.0;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	right:0;
	
	/* Set the style */
	width:167px;
	background:url(../img/slideshow_bg.jpg);
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-0.5pt;
	color:#fff;
	border-left:1px #330066 solid;
}

	#excerpt ul {
	background:url(../img/slideshow_bg.jpg) repeat-x;
		padding:5px;
			border-left:1px #330066 solid;

	}

	#excerpt li {
	background:url(../img/slideshow_bg.jpg) repeat-x;
		padding:5px;
			border-left:1px #330066 solid;

	}
	


.clear {
	clear:both;	
}



