html,body, a, img, table, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, object, noscript {
	margin: 0px;
	padding: 0px;
	border-style: none;
	list-style: none;
}
html {
	height: 100%;
}

body{
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/bg_cloud.jpg) repeat-x center top;
}


/******* hyperlink and anchor tag styles ***********************************/

a, a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	border: none;
}

a:hover{
	text-decoration: none;
}

h1{
	font: bold 17px "Arial Black", Helvetica-Black, Arial;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 16px Arial,sans-serif;
	color: #6496da;
	margin: 10px auto 12px;
	padding: 0px;
	width: 596px;
}

h3{
	font: bold 14px Arial,sans-serif;
	color: #6496da;
	margin: 10px auto 12px;
	padding: 4px 0px;
	width: 596px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

h4{
	font: 100% Arial, sans-serif;
	margin: 10px auto 12px;
	padding: 0px;
	width: 596px;
	color: #6496da;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 10px auto 12px;
	padding: 0px;
	width: 596px;
}

h6 {
}
/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}



/*********************************************************************/
/* Layout Divs                                 						 */
/*********************************************************************/

#container {
	margin: auto;
	width: 928px;
}
#col1 {
	width: 655px;
	float: left;
	overflow: visible;
}
#col2 {
	height: 100%;
	width: 273px;
	float: right;
}


/***********************************************/
/* Navbar Divs                                 */
/***********************************************/
#nav1 {
	width: 655px;
	height: 52px;
}
#nav1 ul {

}
#nav1  ul li {
	color: #FFFFFF;
	display: block;
	float: left;
	background: url(../img/nav_pipe.png) repeat-x;
	padding-right: 1px;
	padding-left: 1px;
	height: 52px;
}
#nav1 a {
	color: #CCE2FA;
	font-size: 13px;
	line-height: 52px;
	background: url(../img/nav_blue_up.png) repeat-x;
	display: block;
	height: 52px;
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
}
#nav1 a:hover {
	background: url(../img/nav_blue_over.png) repeat-x;
	text-decoration: none;
	color: #FFFFFF;
}
#nav2 {
	width: 655px;
	height: 28px;
	background: url(../img/bg_rednav.png) no-repeat right top;
}
#nav2 ul {
}
#nav2  ul li {
	display: block;
	float: left;
	height: 28px;
	padding-right: 1px;
	padding-left: 1px;
}
#nav2 a {
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	height: 28px;
	padding-right: 7px;
	padding-left: 7px;
}
#nav2 a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#col1 #logoholder {
	margin: 0px;
	padding: 0px;
	height: 193px;
	width: 655px;
}

#col1 #flash {
	height: 210px;
	width: 655px;
	margin: 0px;
	padding: 0px;
}
#col1   script,#col1   noscript, #col1  object    {
	margin: 0px;
	padding: 0px;
}
#col1 #content {
	padding: 0px 0px 37px;
	margin:0px;
	width: 655px;
	background: url(../img/content_base.png) no-repeat bottom;
}
#col1 #content #contentxt {
	background: url(../img/bg_text.png) repeat-y;
}
#col1 #content ul {
	font-size: 12px;
	color: #999999;
	margin-left: 50px;
	margin-bottom: 15px;
}
#col1 #content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: circle outside;
	padding-right: 20px;
}



#col1 #contentxt  p  {
	font-size: 13px;
	width: 596px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	line-height: 16px;
	color: #909090;
}
#col1 #contentxt p.introtitle {
	font-size: 16px;
	font-weight: bold;
	color: #6496da;
}
#col1 #contentxt p.intropara {
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}
#col1  #contentxt p.alert {
	color: #FFFFFF;
	background: #D10427;
	width: 610px;
	padding: 4px 5px 4px 16px;
	font-size: 11px;
	margin: 0px auto 0px 14px;
}
#col1 #news_item {
	border: 1px solid #a4c1eb;
	background: url(../img/news_bg.png) repeat-x center;
	width: 629px;
	margin-left: 14px;
	height: 93px;
	color: #284f8c;
}
#col1 .news_label {
	height: 93px;
	width: 23px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#col1 .news_pic {
	height: 93px;
	width: 122px;
	border-left: 1px solid #A4C1EB;
	margin-right: 8px;
	display: inline;
	float: left;
}
#col1 #news_item .news_title  {
	font-size: 15px;
	color: #284F8C;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 22px;
}
#col1 #news_item .news_text     {
	font-size: 12px;
	color: #3e6db7;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#col1 #news_item .news_link   {
	font-size: 11px;
	color: #284EB1;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	display: inline;
	text-align: right;
	padding-right: 10px;
}
#col1 #news_item .news_link a {
	color: #284F8C;
}
#col1 .downloadblock {
	border: 1px solid #a4c1eb;
	background: url(../img/news_bg.png) repeat-x center;
	width: 629px;
	margin-left: 14px;
	color: #284f8c;
	height: 31px;
}
#col1 .downloadtext {
	font-size: 12px;
	line-height: 30px;
	color: #666666;
}
#col1  #galleryblock {
	border: 1px solid #a4c1eb;
	background: url(../img/news_bg.png) repeat-x center;
	width: 629px;
	margin-left: 14px;
	height: 93px;
	color: #284f8c;
}
#col1 .gallery_label {
	height: 93px;
	width: 23px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#col1  #galleryblock .gallery_pic {
	height: 93px;
	width: 122px;
	border-left: 1px solid #A4C1EB;
	margin-right: 8px;
	display: inline;
	float: left;
}
#col1    #galleryblock .gallery_title     {
	font-size: 15px;
	color: #284F8C;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 22px;
}
#col1  #galleryblock  .gallery_text     {
	font-size: 12px;
	color: #3e6db7;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#col1  #galleryblock  .gallery_link   {
	font-size: 11px;
	color: #284EB1;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
	display: inline;
	text-align: right;
	padding-right: 10px;
}
#col1  #galleryblock  .gallery_link  a {
	color: #284F8C;
}
#col1 #galleryholder {
	margin-left: 25px;
	margin-right: 25px;
}
#col1 #galleryholder .gallery_tbm {
	float: left;
	height: 90px;
	width: 90px;
	border: 1px solid #5A8ED4;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}




#col1  h1 {
	background: url(../img/bg_title.png) no-repeat;
	height: 70px;
	width: 655px;
}
#col1 .h1_1 {
	display: block;
	margin: 0px;
	padding: 4px 0px 0px 30px;
	text-transform: uppercase;
}
#col1 .h1_2 {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 15px;
	color: #a8c7f6;
	font-weight: bold;
}
#container #col1 #shopspace {
	margin-right: 20px;
	margin-left: 20px;
}
#col1 .shopitem {
	width: 390px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	padding: 4px;
	background: #F3F3F3;
	margin-bottom: 5px;
}
#col1 .quickcart {
	font-size: 12px;
	color: #333333;
	background: #F0F0F0;
	width: 100%;
}

#col1  .shoptable  {
	font-size: 12px;
	color: #999999;
}
#col1 .shoptable td { border-bottom: 1px solid #B3B3B3; }

#col1 .shoptable .shoptitle {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}




#container .advertholder2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

#col2 #col2bg {
	background: url(../img/bg_col2.png) repeat-y;
}

#col2 #login {
	height: 197px;
	width: 273px;
	background: url(../img/bg_loginbox.png) no-repeat left top;
}
#col2 #login h1 {
	display: block;
	text-align: center;
	padding-top: 16px;
}
#col2 #login input.logfield {
	background: url(../img/bg_loginField.png) no-repeat;
	height: 33px;
	width: 236px;
	color: #666666;
	border-style: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 8px 4px 0px 8px;
	margin-left: 18px;
	margin-top: 0px;
}
#col2 #login input.logbut {
	margin: 0px 0px 0px 140px;
	padding: 0px;
	width: 111px;
	height: 25px;
}
#col2 #countdowncontainer {
	background: url(../img/bg_countdown.png);
	height: 128px;
	width: 273px;
}
#col2 #countdowncontainer .countnum {
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: 55px;
	width: 260px;
	margin: 0px auto;
	font: bold 26px/52px "Arial Black", Helvetica-Black, Arial;
}
#col2 #countdowncontainer .countshow {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #0340a8;
	text-align: center;
	display: block;
	padding-top: 15px;
}
#col2 #countdowncontainer .countdate {
	font-size: 18px;
	font-weight: bold;
	color: #CE062A;
	text-align: center;
	display: block;
}
#col2 #usersonlinecontainer {
	background: url(../img/bg_usersonline.png) no-repeat;
	height: 71px;
	width: 273px;
	font: bold 14px "Arial Black", Helvetica-Black, Arial, Helvetica;
	color: #d7e4f8;
}
#col2 #usersonlinecontainer .userstext {
	font: bold 16px "Arial Black", Helvetica-Black, Arial, Helvetica;
	margin: 0px;
	padding: 12px 0px 0px 30px;
}
#col2 #usersonlinecontainer .usersnumber {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px 60px 0px 00px;
	line-height: 22px;
}
#col2 #bookmarkcontainer {
	background: url(../img/bg_bookmark.png) no-repeat;
	height: 65px;
	width: 273px;
}
#col2 #bookmarkcontainer .bookmarktext {
	font: 22px/22px "Arial Black", Helvetica-Black, Arial, Helvetica;
	text-transform: uppercase;
	padding-left: 30px;
	padding-top: 12px;
	width: 150px;
}
#col2 #bookmarkcontainer a {
	color: #D7E4F8;
}
#col2 #weathercontainer {
	background: url(../img/weather.png) no-repeat;
	height: 66px;
	width: 273px;
}
#col2 #weathercontainer a {
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	padding-top: 45px;
	padding-left: 33px;
}
#weather    {
	height: 440px;
	width: 356px;
	background: url(../img/weatherbox.png) no-repeat;
	text-align: center;
	margin-top: 0%;
	margin-right: auto;
	margin-left: auto;
	visibility: hidden;
	z-index: 500;
	position: absolute;
	left: auto;
	right: auto;
}

#col2 #shopcontainer {
	background: url(../img/col2_shop.png);
	height: 131px;
	width: 273px;
}
#col2 #shopcontainerfotlaf {
	background: url(../img/col2_shopfotlaf.png);
	height: 131px;
	width: 273px;
}
#col2 #shopcontainer a, #col2 #shopcontainerfotlaf a {
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	padding-top: 100px;
	padding-left: 28px;
}
#col2  #friendscontainer {
	background: url(../img/col2_friends.png);
	height: 132px;
	width: 273px;
	margin-bottom: 10px;
}
#col2 #friendscontainer a {
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	padding-top: 100px;
	padding-left: 28px;
}
#col2  #protxcontainer {
	background: url(../img/poweredbyProtx.png);
	height: 132px;
	width: 273px;
	margin-bottom: 10px;
}
#col2 #advertcontainer #advertholder {
	margin-right: auto;
	margin-left: auto;
	width: 247px;
}
#col2 #advertcontainer p {
	font-size: 12px;
	padding: 10px 0px 10px 10px;
}
#col2 #advertcontainer a {
	color: #868686;
}

#col2 #followcontainer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border-style: none;
}
#col2   #followcontainer   a#twitter {
	margin: 0px;
	padding: 0px;
	height: 68px;
	width: 273px;
	border-style: none;
	background: url(../img/follow_twitter.png) no-repeat;
}
#col2  #followcontainer  a#facebook {
	background: url(../img/follow_facebook.png) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 273px;
}
.paging {
	margin: 10px 0px 10px 30px;
	font-size: 12px;
	background: url(../img/news_bg.png) repeat-x center;
}








#breadcrumb {
	color: #999999;
	background: url(../img/bg_breadcrumb.png) no-repeat;
	height: 33px;
	width: 655px;
	font-size: 10px;
}
#breadcrumb #breadspace {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

#breadcrumb  a{
	color: #659be8;
	font-size: 10px;
}
#breadcrumb  a:hover{
	color: #005FA9;
	text-decoration: none;
}


/************* Footer styles ****************************************/
#footer {
	background: url(../img/foot_base.png) no-repeat bottom;
	margin-bottom: 20px;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 36px;
	clear: both;
}
#footer #footnav {
	background: url(../img/foot_navbg.png) no-repeat;
	height: 58px;
	width: 928px;
}
#footer #footnav p {
	line-height: 40px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	padding-left: 30px;
}

#footer #footnav #footnavbar {
	float: right;
	height: 45px;
	width: 410px;
	margin: 0px;
	padding: 0px;
}
#footer #footnav #footnavbar li {
	display: block;
	float: left;
	background: url(../img/footnav_pipe.png);
	height: 45px;
	padding-right: 1px;
	padding-left: 1px;
}
#footer #footnav #footnavbar li a {
	color: #FFFFFF;
	background: url(../img/footnav_bg.png) repeat-x top;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	display: block;
	height: 45px;
	font-size: 11px;
}
#footer #footnav #footnavbar a:hover {
	background: url(../img/footnav_over.png) repeat-x top;
}


#footxt {
	background: url(../img/foot_bg.png) repeat-y;
	width: 928px;
}
#footxt p {
	margin-left: 40px;
	font-size: 11px;
	color: #666666;
}


#footainer {
	margin: auto;
	padding: 0px;
	width: 966px;
	background: #FFFFFF url(../img/footer.jpg) no-repeat 0px 0px;
	height: 177px;
}

#footxt a, #footxt a:active, #footxt a:visited {
	color: #F2F2F2;
	text-decoration: none;
}
#footxt a:hover {
	color: #002E6A;
}
#adminLogin {
	margin-left: 40px;
}
#adminLogin label {
	font-size: 14px;
	color: #666666;
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 30px;
	text-align: right;

}
#adminLogin .adminrequired {
	display: block;
	width: 500px;
	padding: 5px;
	margin-bottom: 5px;
}

#adminLogin input.logfield {
	background: url(../img/bg_loginField.png) no-repeat;
	height: 33px;
	width: 236px;
	color: #666666;
	border-style: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 8px 4px 0px 8px;
	margin-left: 18px;
	margin-top: 0px;
	display: inline;
}

/*************** story styles *******************************************/





/***********************************************/
/*Lightbox Styles                               */
/***********************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{border: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #284F8C;
	}
	
#enquiry {
	margin-left: 32px;
	margin-right: 42px;
}





/********************* end *******************************************/
