* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800914;
	background-color: #000000;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}




#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 1811px;
	margin-top: 20px;
}


a {
color:#ffffff;
text-decoration:underline;
font-weight: bold;
}


a:hover {
color:#E0B626;
text-decoration:underline;
}

focus {
	outline: 0;
	-moz-outline-style:none;
}


a img, a:active, a img.preview {
	border: none;
	text-decoration: none;
	padding: 0;
	outline:none;
}

image {
	padding: 0;
	outline:none;
	border: none;
}

.iconimage {
padding: 2px;
outline:none;
border: none;
}



p {
	font-size: 15px;
	line-height: 120%;
	color: #800914;
}


.bodytext {
	font-size: 15px;
	line-height: 120%;
	color: #800914;
	margin-left: 30px;
}



.italicbodytext {
font-size: 15px;
line-height: 120%;
color: #800914;
font-style: italic;
}


.italicbodytextgreen {
font-size: 15px;
line-height: 120%;
color: #486433;
font-style: italic;
}

.boldbodytext {
font-size: 15px;
line-height: 120%;
color: #800914;
font-weight: bold;
}



.introparagraph {
	font-weight: bold;
	line-height: 130%;
	font-size: 17px;
	color: #800914;
}

.bullet {
font-weight: bold;
color:#333333;
}



.pquote {
	float: right;
	width: 120px;
	color: #800914;
	font-size: 22px;
	font-style: italic;
	background-image: url(../images/quotestop.png);
	background-repeat: no-repeat;
	background-position: 25px top;
	margin: 10px 0px 0px 0px;
	padding-top: 45px;
	line-height: 125%;
	clear: right;
	padding-left: 25px;
	padding-bottom: 10px;
	font-weight: normal;
}


h1	{
	font-size:	24px;
	font-weight:bold;
	}

h2	{
	font-size:	22px
	font-weight:bold;;
	}


h3	{
	font-size:	20px
	font-weight:bold;;
	}

h4 {
	font-size:	18px;
	font-weight:bold;
	}

h5	{
	font-size:	16px;
	font-weight:bold;
	}

h6	{
	font-size:	14px;
	font-weight:bold;
	}
	
	


#header {
	height: 250px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0;
	border: 0;
	outline: 0;
}


#headerflashcontainer {
	height: 250px;
	width: 519px;
	position: absolute;
	border:0;
	outline: 0;
	top: 0px;
	left: 95px;
	padding: 0;
	z-index: 1;
}







/* menu css begins */	

	#menuwrapper {
	height: 30px;
	width: 930px;
	position: absolute;
	z-index: 999;
	padding-left: 30px;
	top: 250px;
	left: 0px;
	}
	
	#c a {
	background-image: url(../images/menubg.png);
	background-repeat: repeat;
	background-position: 0 0;
	}
	
	ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}


	li {
	list-style: none;
	float:left;
	width:112px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
	li a {
	display:block;
	height:30px;
	color:#FDF4CC;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	margin-right: 1px;
}

	
	li a:hover {
	background-position:-150px 0;
	color: #800914;
	text-decoration: none;
	outline: none;
	}
	
	li a:focus, li a:active {
	color: #800914;
	outline: none;
	}
	
/* menu css ends */








#contactbutton {
	height: 35px;
	width: 120px;
	position: absolute;
	left: 180px;
	top: 290px;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}




/* contactgrowl gritter css begins */
#gritter-notice-wrapper {
	position:fixed;
	top:50px;
	right:50px;
	width:301px;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../images/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../images/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../images/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	color: #999999;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.gritter-item em {
	padding:0;
	margin:0;
	color: #E0B626;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
}



.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}

/* contactgrowl gritter css ends */




#latestitemcontainer {
	height: 130px;
	width: 245px;
	position: absolute;
	left: 0px;
	top: 540px;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}


#tooltipbox{
	position:absolute;
	background:transparent;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 1500;
	}





/* introcolumnleft1 css begins */
#introcolumnleft1 {
width: 235px;
height: 130px;
position: absolute;
left:245px;
top: 540px;
}
/* introcolumnleft1 css ends */





/* introcolumnleft2 css begins */
#introcolumnleft2 {
	height: 420px;
	width: 450px;
	position: absolute;
	left: 30px;
	top: 670px;
}
/* introcolumnleft2 css ends */







/* youtube buttons css begins */

	#youtubebutton1{
	height: 46px;
	width: 77px;
	overflow: hidden;
	display: block;
	background-image: url(../images/youtubebutton.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 975px;
	left: 798px;
}

	#youtubebutton1:hover{
	background-position: center bottom;
}


	#youtubebutton2{
	height: 46px;
	width: 77px;
	overflow: hidden;
	display: block;
	background-image: url(../images/youtubebutton.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 1338px;
	left: 798px;
}

	#youtubebutton2:hover{
	background-position: center bottom;
}

/* youtube buttons css ends */












/* slideshow css begins */

#myslides {
	height: 335px;
	width: 450px;
	position: absolute;
	left: 480px;
	top: 330px;
    padding: 0;  
    margin:  0 auto;  
} 
 
#myslides img {  
    width: 450px;
    height: 335px;
    top:  0; 
    left: 0 
}

/* slideshow css ends */






/* moviecontainers css begins */

#movie2container {
	height: 263px;
	width: 325px;
	position: absolute;
	left: 550px;
	top: 1067px;
	z-index: 1001;
}
#movie1container {
	position: absolute;
	left: 550px;
	top: 704px;
	width: 325px;
	height: 263px;
	z-index: 1000;
}

/* moviecontainers css ends */














/* testimonials css begins */

#testimonialscontainer {
	height: 315px;
	width: 450px;
	position: absolute;
	left: 30px;
	top: 1090px;
	background-image: url(../images/testimonialsbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1002;
}



.tabbertabhide {
	display:none;
}

.tabber {
	width: 350px;
}



ul.tabbernav
{
	margin:0;
	font: bold 12px Georgia, Serif;
	height: 88px;
	width: 20px;
	list-style: none;
	display: block;
	float: right;
	margin-left: 20px;
}

ul.tabbernav li a
{
	text-decoration: none;
	font: bold 12px Georgia, Serif;
	color: #FFFFFF;
	background-color: #728B5E;
	width: 20px;
	height: 20px;
	list-style: none;
	display: inline;
	float: left;
	margin-bottom: 2px;
}







ul.tabbernav li a:hover
{
	text-decoration: none;
	font: bold 12px Georgia, Serif;
	color: #FFFFFF;
	background-color: #800914;
	width: 20px;
	height: 20px;
}

.tabbertab {
	overflow: hidden;
	border: 0;
	height: 315px;
	margin-top: 40px;
	margin-left: 60px;
	margin-right: 20px;
}

/* testimonials css ends */










#footer {
	height: 280px;
	width: 960px;
	position: absolute;
	top: 1511px;
	left: 0px;
}

#footerflashcontainer {
	position: absolute;
	width: 406px;
	height: 280px;
	top: 0px;
	left: 0px;
	z-index: 2;
}



#footerdetailscontainer {
	height: 85px;
	width: 240px;
	position: absolute;
	left: 406px;
	top: 130px;
	text-align: right;
	padding-right: 20px;
}

#footerlogobox {
	height: 85px;
	width: 244px;
	position: absolute;
	left: 666px;
	top: 130px;
	padding-left: 10px;
}


.footertext {
	font-size: 10px;
	line-height: 150%;
	color: #486433;
}

.footertextbold {
	font-size: 10px;
	font-weight: bold;
	color: #486433;
}


.footertext a {
font-size: 10px;
font-weight: bold;
color:#486433;
text-decoration: underline;
}

.footertext a:hover {
font-size: 10px;
font-weight: bold;
color:#800914;
text-decoration: underline;
}




#toplinkcontainer{
	height: 40px;
	width: 40px;
	overflow: hidden;
	display: block;
	background-image: url(../images/toparrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 175px;
	left: 920px;
}

	#toplinkcontainer:hover{
	background-position: center bottom;
}





#browserinfobox {
	height: 58px;
	width: 360px;
	position: absolute;
	left: 406px;
	top: 215px;
	padding-top: 7px;
	text-align: right;
	padding-right: 0px;
}








#subfooterdetails {
	height: 58px;
	width: 184px;
	position: absolute;
	left: 766px;
	top: 215px;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}


.subfootertext {
	font-size: 9px;
	line-height: 125%;
	color: #666666;
}

.subfootertext a {
	font-size: 9px;
	line-height: 135%;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.subfootertext a:hover {
	font-size: 9px;
	line-height: 135%;
	color:#E0B626;
	font-weight: bold;
	text-decoration: underline;
}
