/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:Arial, Helvetica, Sans-Serif; font-size:12px; margin:0px 20px;}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END CSS RESET */

/**************************************************
 * html elements
 **************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:50;
	color:#741e2b;
	background-image:url('images/background.png');
	background-repeat:repeat;
	background-position:top left;
	}
	
.img{
	position:absolute;
	z-index:10;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 800px;
}

h1 {
	font-size:2.3em;
	line-height:2.3em;
	margin-bottom:10px;
	font-weight:bold;
}

h2 {
	font-size:2em;
	line-height:2em;
	margin-bottom:10px;
	font-weight:bold;
}

h3 {
	font-size:1.7em;
	line-height:1.7em;
	margin-bottom:10px;
	font-weight:bold;
}

h4 {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:10px;
	font-weight:bold;
}

h5 {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:10px;
	font-weight:bold;
}

p {
	margin-bottom:1.3em;
	line-height:1.4em;
}

ul {
	margin:0 15px 10px;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	line-height:1.4em;
}

a {
	color:#a637572;
	text-decoration: none;
}

a:hover {
	color:#a63757;
}

a:visited {
	color:#a63757;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/**************************************************
 * user define tags
 **************************************************/

#container {
	position:relative;
	width:100%;
	background:transparent;
	min-height:720px;
		
}

#main {
	position:relative;
	width:1020px;
	background:transparent;
	margin:0 auto;
}

#badge{
position:fixed;
right: 0px;
top: 100px;
z-index:1000;
}


/**************************************************
 * header section
 **************************************************/

#header {
	position:relative;
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	height:176px;
}


#header h1 {
	visibility:hidden;
}



#content {
	position:relative;
	float:left;
	width:100%;
	background-image:url('images/content.png');
	background-repeat:repeat-y;
}

/**************************************************
 * top content sections
 **************************************************/



#top-content {
	position:relative;
	width:779px;
	min-height:311px;
	margin:0 auto;
	padding:0;
	border-bottom:1px dashed #a63757;
	background-color:#FFF;
}

#top-content hr {
	height:12px;
}


#tc-box1 {
	position:relative;
	float:left;
	background-image:url('images/tc-box1-bg.png');
	background-color:#861826;
	width:468px;
	min-height:226px;
	color:#FFF;
}

#tc-box1-content1 {
	position:relative;
	float:left;
	margin-top:12px;
}

#tc-box1-content2 {
	position:relative;
	float:right;
	margin:0px 20 0 0px;
	width:302px;
}

#tc-box1-content2 h5 {
	font-size:1.2em;
	font-weight:normal;
	text-align: right;
}

#tc-box2 {
	position:relative;
	float:left;
	background-image:url('images/tc-box2-bg.png');				
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#FFF;
	width:311px;
	min-height:226px;
}

#tc-box2-content {
	margin:15px 15px 0 20px;
	width:280px;
}

/**************************************************
 * middle content section
 **************************************************/
#middle-content1 {
	position:relative;
	width:720px;
	min-height:226px;
	margin:0 auto;
	border-bottom:1px dashed #a63757;
	padding:10px 30px 30px;
	background-color:#ffdadd;
}

#middle-content1 img {
	float:right;
	margin-left:20px;
	border:1px solid #a63757;
}

#middle-content2 {
	position:relative;
	width:720px;
	min-height:226px;
	margin:0 auto;
	border-bottom:1px dashed #a63757;
	background-color:#FFF;
	padding:20px 30px;
}

#mc2-box1,
#mc2-box2,
#mc2-box3 {
	float:left;
	width:200px;
	text-align:center;
	padding:25px 10px;
	margin:0 8px;
}

#mc2-box2 {
	border-right:1px dashed #a63757;
	border-left:1px dashed #a63757;
}

#mc2-box1 img, 
#mc2-box2 img, 
#mc2-box3 img {
	border:1px solid #a63757;	
}

#mc2-box1 h5, #mc2-box1 p,
#mc2-box2 h5, #mc2-box2 p,
#mc2-box3 h5, #mc2-box3 p {
	text-align:left;
	margin:10px 20px 10px 25px;
}

#mc2-box1 p span,
#mc2-box2 p span,
#mc2-box3 p span {
	font-size:70%;
}


/**************************************************
 * bottom content section
 **************************************************/

#bottom-content {
	position:relative;
	float:left;
	background-image:url('bottom-content-bg.jpg');
	background-repeat:repeat-y;
	width:100%;
}

#bc-heading {
	position:relative;
	margin:20px auto;
	clear:both;
	padding-left:10px;
	width:725px;
}

/**************************************************
 * bottom content 3 boxes
 **************************************************/

#bc-boxes {
	position:relative;
	display:block;
	padding-left:10px;
	padding-bottom:20px;
	width:725px;
	margin:0 auto;
}

#bc-box1 {
	position:relative;
	float:left;
	width:228px;
}

#bc-box2 {
	position:relative;
	float:left;
	width:325px;
	margin-left:10px;
}

#bc-box2 h5 {
	margin-left:30px;
}

#bc-box2 ul {
	margin-left:45px;
	margin-bottom:20px;
}

#big-button {
	display:block;
	width:325px;
	height:100px;
	background-image:url('images/big-button.png');
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
}

#big-button:hover {
	background-position:-325px 0;
}

#big-button span {
	visibility:hidden;
}

#bc-box3 {
	position:relative;
	float:right;
	width:162px;
}

/**************************************************
 * footer settings
 **************************************************/

#footer {
	top:864px;
	position:absolute;
	float:left;
	width:100%;
	height:99px;
	background-image:url('images/footer-bg-all.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	font-size:10px;
	text-align:center;
	bottom: 0px;
}



#footer-content {
	position:relative;
	width:725px;
	margin:0 auto;
	padding-top:10px;
	border-top:1px dashed #a63757;
}

#footer-content p {
	margin-bottom:1px;
	color:#a63757;
}
#footer-content a {
	margin-bottom:1px;
	color:#a63757;
}


.clear {
	visibility:hidden;
	clear:both;
	padding:0;
	margin:0;
}


/**************************************************
 * slider settings
 **************************************************/


#slider {
	width: 779px; /* important to be same as image width */
	height: 311px; /* important to be same as image height */
	position: absolute; /* important */
	overflow: hidden; /* important */
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 3px;
}
#sliderContent {
    width: 779px; /* important to be same as image width or wider */
	top: 0;
	margin: 0;
	 padding: 0px;
}
.sliderImage {
    float: left;
	display: none;
	padding: 0px;
	margin: 0px
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Georgia, serif;
    padding: 0px;
	padding-bottom: 40px;
	padding-left: 40px;
    width: 779px;
    background-color: transparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000000;
    display: none;
}
/**************************************************
 * flash content
 **************************************************/

#flashcontent {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	z-index:1000;
}
/**************************************************
 * menu setting
 **************************************************/



        #menu{ margin:0px; padding:0px; list-style:none; color:#fff; line-height:45px; display:inline-block; float:left; z-index:1000; }
        #menu a { color:#fff; text-decoration:none; }
        #menu > li {background:#fff none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 10px;}
        #menu > li a:hover {color:#000000;}
        #menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px; background-color:Transparent;}
        /* sub-menus*/
        #menu ul { padding:0px; margin:0px; display:block; display:inline;}
        #menu li ul {
	position:absolute;
	left:-10px;
	top:0px;
	margin-top:45px;
	width:168px;
	line-height:16px;
	background-color:#FFFFFF;
	color:#000000; /* for IE */
	display:none;
}
        #menu li:hover ul { display:block;}
        #menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #000; list-style-type:none; }
        #menu li ul li:first-child { border-top: none; }
        #menu li ul li a { display:block; color:#000000; }
        #menu li ul li a:hover { color:#cc0000; }
        /* main submenu */
        #menu #main { left:0px; top:-20px; padding-top:20px; background-color:#fff; filter:alpha(opacity=50); -moz-opacity:.50; opacity:.50;
  color:#fff; z-index:999;}
        
        /* corners*/
        #menu .corner_inset_left { position:absolute; top:0px; left:-12px;}
        #menu .corner_inset_right { position:absolute; top:0px; left:150px;}
        #menu .last { background:transparent none repeat scroll 0% 0%; margin:0px; padding:0px; border:none; position:relative; border:none; height:0px;}
        #menu .corner_left { position:absolute; left:0px; top:0px;}
        #menu .corner_right { position:absolute; left:150px; top:0px;}
        #menu .middle { position:absolute; left:18px; height: 20px; width: 132px; top:0px;}
