* {
	padding:0px;
	margin:0px;
}

body {
	background:#000 url(images/bg-header.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;	
}

a:active {
	outline:none;
}
a:visited {
	color:#333;
}
#site-wrapper {
	margin:0px auto 0 auto;
	width:950px;
}
#header {
	height:	142px;
}
#header a img{
	border: 0px;
}
#header #logo {
	height:100%;
	width:200px;
	float:left;
}
#header #small-logo {
	margin-top:19px;
}

/* --= social icons  start =-- */

#header #social-icons-wrapper {
	width:160px;
	height:120px;
	float:right;
}
#header #social-icons-wrapper a {
	text-decoration:none;
	color:#666;
}
#header #social-icons-wrapper a:hover {
	color:#CCC;
}
#header #social-icons-wrapper .social-icon {
	height:120px;
	width:39px;
	float:left;
	margin-top:7px;
/*	border:1px solid #FFFFFF;*/
}
#header #social-icons-wrapper .social-icon img {
	padding-bottom:4px;
}
/* Pain In The Ass ie6 and ie7 Special code --= start =-- */
img, div { 
	behavior:url(iepngfix.htc); 
}

* html #header #social-icons-wrapper .social-icon img {
	padding-bottom:0px;
}

*:first-child+html #header #social-icons-wrapper .social-icon img {
		padding-bottom:0px;
}		
/* Pain In The Ass ie6 and ie7 Special code --= end =-- */

#header #social-icons-wrapper .social-text {
	width:118px;
	margin-top:8px;
/*	border:1px solid #FF0000;*/
}
#header #social-icons-wrapper .social-text p {
	color:#CCC;
	font-size:12px;	
	font-weight:bold;
	padding-bottom:21px;
}

#header #social-icons-wrapper .social-icon #small-img {
	height:32px;
}

/* --= social icons end =-- */

/* --= MENU  start =-- */
#menu {
	height:31px;
	margin:106px auto 0 auto;
	width:550px;
	font-weight:normal;
	font-size:12px;
 	float:left;
}
#menu ul {
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:7px 0px 0px 0px;

}
#menu ul li {
	float:left;
	padding-top:7px;
	padding-bottom:7px;
/*	margin:0px 0px 0px 0px; */
}
#menu ul li a{
	color:#FFF;
	text-decoration:none;
	padding:7px 25px 7px 25px;
}
#menu ul li a:hover{
	color: #999;
	background-color: #2b2b2b;
	
}
/* --= MENU  end =-- */

#content {
	height:525px;
}
.slide-show-wrapper {
	margin:25px auto;
	width:751px;
	background-color:#000;
	border:1px solid #ccc;
}
/* Image Rotator */
div#rotator {
	position:relative;
	height:530px;
	margin-left:0px;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style:none;
	margin:0px;
	padding:0px;
}
div#rotator ul li img {
	border:1px solid #999;
	padding:1px;
/*	background:#fff;*/
}
div#rotator ul li.show {
	z-index:500;
}
/* Image Rotator */

#footer {
	width:110px;
	color:#666;
	font-size:9px;
	height:20px;
	margin:10px auto;
}
*:first-child+html #footer {
	margin-top:10px;
}
#footer p {
	float:right;
}

/* --= Gallery Start =-- */
#gallery-content-wrapper {
	height:332px;
	width:840px;
	padding-top:30px;
	margin:1px auto;
}
#gallery-content-wrapper .gallery-columns {
	width:50%;
	float:left;
}
#gallery-content-wrapper .gallery-heading {
	margin:1px auto;
	width:200px;
}
#gallery-content-wrapper .gallery-heading img {
	border:0px;
	
}
#gallery-content-wrapper .gallery-img {
	margin:1px auto;
	width:400px;
}
#gallery-content-wrapper .gallery-img img{
	border:1px solid #666;
}
/* --= Gallery End =-- */

/* --= Slide Show Start =-- */

#gallery-content-slide .img-set {
	margin:15px auto;
	width:75%;

}
#gallery-content-slide .img-set img a {
	text-decoration:none;
}

#gallery-content-slide .img-set img {
	border:1px solid #777;
	margin:0px 10px 10px 0px;
}
#gallery-content-slide .img-set h2 {
	color:#fff;
	font-size:14px;
}


/* --= Slide Show End =-- */

#packages-content-wrapper {
	background:transparent url(images/packages-bg.jpg) no-repeat;
	margin:20px auto;
	height:500px;
	width:750px;
	border:1px solid #666;
}
#packages-content-wrapper #packages-content {
	color:#CCC;
	margin:110px 10px 0px 10px;
	padding-left:271px;
	width:414px;
	height:285px;

}
#packages-content-wrapper #packages-content a {
	color:#fff;
}
#packages-content-wrapper #packages-content p {
	margin-top:11px;
}
#packages-p {
	font-size:12px;
}
#packages-content ul {
	margin-left:45px;
	list-style:url(images/bullet.png); 
	font-size:14px;
}
#contact-content-wrapper {
	margin:20px auto;
	height:400px;
	width:750px;	
}
#contact-content-wrapper img {
	border:1px solid #666;
}
#contact-content-wrapper p {
	color:#fff;
}
#contact-content-wrapper p a{
	text-decoration:underline;
	color:#fff;
}
#contact-content-wrapper p a:hover{
	color:#ccc;
	text-decoration:none;
}
#contact-content {
	margin-top:15px;
}
#about-content-wrapper {
	margin:20px auto;
	height:438px;
	width:750px;	
}
#about-content-wrapper p {
	color:#fff;
}
#about-content {
	margin-top:15px;
}
#about-content-wrapper img {
	border:1px solid #666;
}
#no-show {
	display:none;
}