.body, div, h1, h2, h3, h4, h5, h6, p, ul, form, li {
    padding: 0;
    margin: 0;
}

body {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    
    color: #000000;
}

.body {
    background: #b8b8b8;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
}

a img {
    border: 0;
}

.clear {
	clear:both; 
	height:0; 
	line-height:0; 
	overflow:hidden;
}

/* FORMS */
.formfields {
    width: 129px;
    height: 12px;
            
    font-size: 10px;
    
    border-top: 2px double #a5a4a4;
}

.formimages {
    margin: 1px 0 -4px 0;
}

/* END OF FORMS */


#wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#header {
    width: 100%;
    height: 122px;
    
    background: #000000 url(../../images/skin2/headerbg.gif) repeat-x;
}

    .headerlogo {
        width: 250px;
        float: left;
    }
        
    .headerlogo .logo a {
    }
    
    .headerarea {
        width: 645px;
        float: left;
    }
    
        .headerarea .searchbox {
            position: relative;
            top: 0;
            left: 460px;
            width: 180px;
        }
        
            .headerarea .searchbox form {
                padding: 35px 0 0 3px;
                
                background: url(../../images/skin2/searchbg.gif) no-repeat;
            }

#content {
    width: 899px;
    overflow: hidden;
    
    background: #e1e0e0;
    border: 1px solid #adadad;
}

    #content .copyright {
        position: absolute;
        bottom: 50px;
        right: 13px;
        
    }

/* LEFT SIDE BAR */
.leftsidebar {
    width: 166px;
    float: left;
    padding: 0 6px 0 6px;
}
        


    .leftsidebar .quicklinks {
        text-transform: uppercase;
        
        border: 1px solid #000000;
        border-width: 2px 0 2px 0;
    }

        .quicklinks h4 {
            height: 13px;
            padding: 2px 0 2px 5px;
            
            font-size: 11px;
            font-weight: normal;
            cursor: pointer;
                
            background: url(../../images/skin2/navheadbg.gif) repeat-x;
        }
        
        .quicklinks li {
            border-bottom: 1px solid #363636;
        }
        
        .quicklinks a {
            display: block;
            padding: 3px 0 3px 5px;
            
            color: #c5c5c5;
            background: #000000;
        }
        
        .quicklinks a:hover {
            color: #ffffff;
            background: #2b2b2b;
        }

/* END OF LEFT SIDE BAR */

/* HOME PAGE */
.homecontent {
    width: 720px;
    float: left;

    background: #ffffff;
}

    .homecontent img {
        width: 720px;
    }

    .homecontent h2 {
        margin: 5px 0 20px 0;
        
        font-family: "Times New Roman", arial, sans-serif;
        font-size: 16px;
        
        border-bottom: 1px solid #000;
    }
    
    .homecontent p {
    	margin: 10px 5px;
    }

/* END OF HOME PAGE */


/* SUB PAGE */
.subpagecontent {
    width: 695px;
    min-height: 350px;
    float: left;
    padding: 15px 10px 10px 15px;
    
    color: #6d6d6d;
    background: #ffffff;
}

	.subpagecontent .enquirybutton {
	    padding: 10px 5px 0 0;
	    text-align: right;
	    
	    border-top: 1px solid #000;
	}

    .subpagecontent h2 {
        margin: 0 0 20px 0;
        
        font-family: "Times New Roman", arial, sans-serif;
        font-size: 16px;
        
        border-bottom: 1px solid #000;
    }
    
    .subpagecontent ul {
        margin: 0 0 0 15px;
    }
    
    .subpagecontent h4 {
        padding: 2px 0 1px 5px;
    
        font-size: 12px;
        font-weight: normal;
        
        background: #e1e0e0;
    }
    
    .subpagecontent table {
        width: 100%;
        margin: 5px 0 25px 0;
        
        font-size: 11px;
    }
    
        .subpagecontent table tr {
            vertical-align: top;
        }
        
        .subpagecontent table th {
        	padding: 3px 6px;
        	
            background: #E1E0E0;
            border-right: 1px solid #ffffff;
        }
        
        .subpagecontent table td {
            padding: 3px 10px;
        }
        
	        .subpagecontent table td strong {
	        	margin-top: 5px;
	            border-bottom: 1px solid #333333;
	        }
        
        .subpagecontent table p {
            margin: 5px 0 0 0;
        }


/* END OF SUB PAGE */

#footer {
    width: 100%;
    overflow: hidden;
    margin: 0px 0 0 0;
    
    font-size: 9px;
    font-weight: bold;
    text-align: right;
    
    color: #e90009;
    background: #000000;
}

    .footerlinks {
        margin: 0 10px 0 0;
        
        text-transform: uppercase;
    }

    .footerlinks a {   
        display: block;
        padding: 0 5px;
             
        color: #e90009;
        border-right: 1px solid #e90009;
    }
    
    .footerlinks a:hover {
        color: #ffffff;
    }
    
    .footerlinks ul {
        float: right;
    }
	
    .footerlinks ul {
        list-style: none;
    }    

    .footerlinks li {
        padding: 3px 0;
        float: left;
    }

.powered {
    margin: 5px 0 10px 0;
    
    text-align: right;
}
.powered a {
    font-weight: bold;
    
    color: #000;
}
.powered a:hover {
    border-bottom: 1px dotted #f00;
}


/* LOGIN MODULE */
.login_form table {
    width: 50%;
    margin: 20px 0 10px;
}

    .login_form table td {
        padding: 5px;
    }

    .login_form p {
        margin: 5px 0 8px 0;
    }

    .error {
        width: 50%;
        padding: 5px;
        margin: 10px 5px;
        
        color: #fa6060;
        border: 1px solid #b81616;
    }
    
    .success {
        width: 50%;
        padding: 5px;
        margin: 10px 5px;
        
        line-height: 20px;
        
        background: #f0f0f0;
        border: 1px solid #c5c5c5;
    }
    
        .success em {
            border-bottom: 1px dotted #b81616;
        }

/* CUSTOM FORM MODULE */
.customForm {
    width: 90%;
}

.req_star {
    color: #b81616;
}

.customForm th {
    padding: 2px 4px;
    
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    
    background: #e1e0e0;
}

.customForm .formfields {
    height: 14px;
    padding: 2px 0 1px 3px;
}



/* SUBSCRIPTION MODULE */
.subscription_form table {
    width: 75%;
    margin: 20px 0 10px;
}

    .subscription_form table td {
        padding: 5px;
    }

    
    
/* SUBSCRIPTION MODULE */
.main_form table {
    width: 75%;
    margin: 20px 0 10px;
}

    .main_form table td {
        padding: 5px;
    }
    
    .main_form .formfields {
        width: 180px;
    }
    
    .main_form .formselect {
        width: 185px;
        height: 18px;
    }
    
    
    
/* SUBSCRIPTION MODULE */
.contactus_form table {
    width: 60%;
    margin: 20px 0 10px;
}

    .contactus_form table td {
        padding: 5px;
    }
    
    .contactus_form .formfields {
        width: 180px;
    }
    
    .contactus_form .formselect {
        width: 185px;
        height: 18px;
    }
    

/* NEWS MODULE */
.announcement_list {
    margin: 10px 0;
}

    .announcement_title {
        padding: 5px;
        
        background: #e1e0e0;
        border: 1px solid #ccc;
    }
    
    .announcement_title a {
        font-size: 12px;
        font-weight: normal;
        
        color: #000;
    }

    .announcement_date {
        padding: 5px 10px;
        margin: 0 0 10px 0;
        width: 120px;
        
        font-size: 9px;
        
        border-bottom: 1px solid #e1e0e0;
    }
    
    .announcement_content {
        line-height: 18px;
    }
    
    .announcement_footer {
        text-align: right;
        font-size: 9px;
    }
    
.announcement_list {
    padding: 5px 10px;
    margin: 10px 0;
}
    .announcement_list h2 {
        padding: 10px 5px;
        
        font-size: 12px;
        font-weight: normal;
    
        background: #e1e0e0;
        border: 1px solid #ccc;
    }
    
    .announcement_content {
        margin: 5px 0;
        
        line-height: 18px;
    }
    
    
/* Gallery Module */
.gallery_listgallery {
	width: 605px;
	
	color: #000;
	border: 1px solid #4A4A4A;
	border-width: 1px 0 0 1px;
	background: #000000;
}
        
    .gallery_listgallery strong {
		font-size: 11px;
        font-weight: normal;
    }

    .gallery_listgallery a {
        color: #ED1C24;
    }

	.gallery_listgallery td {
		padding: 5px 5px 5px 10px;
	}
		
    .gallery_listgallery .imgtd {
        padding: 15px;
        
    	border-width: 0 1px 1px 0;
    	border-style: solid;
    	border-color: #4A4A4A;
        background: #231F20;
    }
    .gallery_listgallery .imgtd:hover {
        background: #3c3a3f;
    }
		
	.gallery_listgallery .imgtd img {
        border: 4px solid #fff;
        background: #231F20;
	}

	.gallery_listgallery img {
		width: 120px;
	}

	.gallery_listgallery .desc {
		font-style: italic;
		font-size: 10px;
		
		color: #fff;
	}
	
	
.breadcrumbs {  
    font-size: 10px;
    font-weight: normal;
}
	
.gallery_listimages {
	width: 605px;
	margin: 20px 0 20px 0;
	
	background: #000000;
	border: 1px solid #4A4A4A;
	border-width: 1px 0 0 1px;
}

    .gallery_listimages a {
        font-size: 11px;
        font-weight: normal;
        
        color: #ED1C24;
    }
    
    .gallery_listimages td {
        margin: 10px 0;
        
        text-align: center;
    }
    
    .gallery_listimages img {
        width: 120px;
        padding: 0 0 10px 0;
    }

    .gallery_listimages .listedImage {
    	border-width: 0 1px 1px 0;
    	border-style: solid;
    	border-color: #4A4A4A;
        background: #231F20;
    }
    .gallery_listimages .listedImage:hover {
        background: #3c3a3f;
    }
    
    .gallery_listimages .gallery_nav {
        padding: 5px 0 10px 20px;
        font-size: 10px;
        font-weight: bold;
        text-align: left;
        
        color: #fff;
        border-bottom: 1px solid #4A4A4A;
    }
	
.image_table {
	margin: 20px 0 0 0;
	
	background: #fff;
}

	.image_table h2 {
        margin: 0 0 20px 0;
        
        font-family: "Times New Roman", arial, sans-serif;
        font-size: 32px;
        font-weight: normal;
        font-style: italic;
	}

	.image_table img {
		border: 2px solid #c0c0c0;
	}
	
	.image_table span {
	   padding: 0 3px;
	   border: 1px solid #000;
	}
	
	
/* SITEMAP STYLE */
.sitemap_wrapper {
	width: 40%;
	padding: 10px;
	
	background: #dedede;
    border: 1px solid #ccc;
}

.sitemap {
    background: #e1e0e0;
    border: 1px solid #ccc;
}

	.sitemap li {
		padding: 5px;
	}
	
	.sitemap ul {
		margin: 5px 10px;
	}