
@import url('navi.css');
@import url('forms.css');
@import url('tables.css');


body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#525252;
	background:url(../images/bodygb.jpg) repeat-x; /*#ffffff */
	/*for Xmas: url(../images/bodygbx.jpg) repeat-x;
      for Normal: url(../images/bodygb.jpg) repeat-x;*/
	
	}

img{border:0; display:block; padding:0; margin:0;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #999999; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
	top: 0px;
	left: 0px;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0;
	padding:0 0 11px 0;
	font-size:16px;
	font-weight:bold;
	font-family:verdana,Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #4C4C4C;
	}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #intro, #latest, #breadcrumb, #container, #footer, #copyright, #menucontainer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:1000px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:920px;
	padding:5px  20px 15px  20px;
	color:#DBDBDB;
	/*background-color:#FFFFFF;*/
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	background:url(../images/topbg.jpg) repeat-x #ffffff; 
	}

#header #phoneno
{
	margin:7px 0px 0 0;
	float:right;
	display:block;	
}

#livechat
{	
	background:url(../images/livebg.png) no-repeat transparent;
    right:0px;  /* change this to left: 1px; to put it on the left of the screen */
top:275px;
width:130px;
height:300px;
margin:0;
padding:0;
position:fixed;
z-index:5000;
overflow:hidden;
}

#livechat #livelink
{
    margin: 45px 0 0 20px;
}

#header #logo{
	display:block;
	float:left;
	width:260px;
	margin-top:7px;
	}

#header #logo h1, #header #logo p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#header #logo h1{
	margin:0;
	padding:0;
	font-size:42px;
	border:none;
	text-transform:uppercase;
	}

#header h1 a{
	color:#DBDBDB;
	background-color:#232323;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:30px 0;
	border-bottom:1px dotted #999999;
	}

#breadcrumb a{
	color:#FDC609;
	background-color:#131313;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}


/* --------------------------------------- Menu ------------------------------ */
#menucontainer
{
	padding:12px 0;
	border-bottom:1px solid #FFFFFF;/*red;/*#999999;*/
    font-size:12px;
    font-weight:bold;
    float:left;
    background:url(../images/redenubg2.jpg) repeat-x #ffffff;
    text-align:left;
	}

#menucontainer a{
	/*color:red;/*#FDC609;*/
	color:#FFFFFF;
	background-color:Transparent;/*#131313;*/
	text-decoration:none;
	padding:12px 3px 12px 3px;
	/*height:70px;*/
	}
	
#menucontainer a:hover
{
	color:#ffffff;
	text-decoration:none;
	background: #FF9900;
	background:url(../images/Menubg.jpg) repeat-x #ffffff; 
	padding:12px 3px 12px 3px;
}

#menucontainer ul{
	margin:0 0 0 40px;
	padding:0;
	list-style:none;
	}

#menucontainer ul li{display:inline; margin-right:35px;}
#menucontainer ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Latest-------------------------------------*/

#latest{
	padding:20px 0 0 0;
	}

#latest .fl_left{
	display:block;
	float:left;
	width:575px;
	height:300px;
	}

#latest .fl_right{
	display:block;
	float:right;
	width:360px;
	height:280px;
	padding:10px;
	color:#333333;
	background-color:#FDC609;
	}

#latest .fl_right h2, #latest .fl_right p{
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:normal;
	}

#latest .fl_right h2{
	font-size:30px;
	}

#latest .fl_right p{
	line-height:2.2em;
	}

#latest .fl_right ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#latest ul li{
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin:0 15px 0 0;
	padding:4px;
	border:1px solid #333333;
	}

#latest ul li.last{
	margin-right:0;
	}

/* ----------------------------------------------Intro-------------------------------------*/

#intro{
	padding:25px 0 15px 0;
	}

#intro ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#intro li{
	display:block;
	float:left;
	width:300px;
	margin:0 30px 0 0;
	padding:0;
	}

#intro li.last{
	margin-right:0;
	}

#intro h2, #intro p, #intro img, #intro div{
	margin:0 0 20px 0;
	padding:0;
	}

#intro h2{
	padding-bottom:8px;
	color:#FFFFFF;
	background-color:#131313;
	}

#intro div.imgholder{
	display:block;
	width:300px;
	}

#intro div.imgholder img{
	margin:0;
	padding:0;
	border:none;
	}

#intro p.readmore{
	margin:0;
	}

#intro p.readmore a{
	padding:5px 15px;
	font-weight:bold;
	color:#FDC609;
	background-color:#1E1E1E;
	}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:10px 10px 10px 10px;
	line-height:1.4em;
	color:#525252;
	/*background-color:#FFFFFF;/*#131313;*/
	background:url(../images/contentbg.jpg) repeat-y #ffffff;
	width:980px;
	border:solid 0px red;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;	
	}
	
#comtainerinner
{
  margin:0px 25px 0px 25px;
  border-collapse:collapse;
}

#container a{
	/*color:#FDC609;
	background-color:#131313;*/
	background-color:Transparent; 
	color:red;
	font-weight:normal;
	
	}
	
#container a:hover{
	/*color:#FDC609;
	background-color:#131313;*/
	background-color:Transparent; 
	color:Green;
	text-decoration:underline;
	
	}
	

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	margin-bottom:20px;
	padding-bottom:8px;
	border-bottom:1px dotted #999999;
	}

#content{
	display:block;
	float:left;
	width:600px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#CCCCCC; background-color:#333333;}
#comments .commentlist li.comment_odd a{color:#FDC609; background-color:#333333;}

#comments .commentlist li.comment_even{color:#CCCCCC; background-color:#1E1E1E;}
#comments .commentlist li.comment_even a{color:#FDC609; background-color:#1E1E1E;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p {margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

.flickrbox ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	
.flickrbox li{
	display:block;
	float:left;
	width:80px;
	height:80px;
	margin:0 15px 15px 0;
	padding:4px;
	border:1px solid #666666;
	}

.flickrbox li.last{margin-right:0;}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder p{
	line-height:1.6em;
	}

#column h2{
	font-size:20px;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #666666;
	}
	
/* Featured Block */

#column #featured a{
	color:#FDC609;
	background-color:#1F1F1F;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#666666;
	background-color:#1F1F1F;
	}

#column #featured li p{
	line-height:1.6em;
	}

#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	color:#666666;
	background-color:#333333;
	border:1px solid #666666;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:verdana, Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background-color:#1F1F1F;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.readmore{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}


#column #latestnews{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	}

#column #latestnews li{
	display:block;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	border-bottom:0px dotted #999999;
	}

#column #latestnews li.last{
	margin-bottom:0;
	}

#column #latestnews p{
	margin:0 0 5px 0;
	padding:0;
	}

#column #latestnews p.readmore{
	margin:0;
	padding:0;
	}

#column #latestnews .imgl{
	margin:0 10px 10px 0;
	padding:4px;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	position:relative;
	float:left;
	margin:0 auto 0;
	display:block;
	width:920px;
	padding:20px;
	color:#98989A;
	/*background-color:#232323;*/
	/* Put Shaded color Bg Image here*/
	background:url(../images/BotttomBG.jpg) repeat-x;/* #000000; */
  
	/*height:102px;*/
	}

#footer a{
	color:#1F1F1F;/*red;/*#FDC609;*/
	background-color:Transparent;/*:#232323;*/
	}

#footer h2{
	margin-bottom:10px;
	border-bottom-color:#98989A;
	}

#footer p, #footer ul, #footer a{
	margin:0;
	padding:0;
	font-weight:normal;
	list-style:none;
	line-height:normal;
	}
	
#footer a:hover  
	{
		text-decoration:underline;
		color:#800000;		
	}
	

#footer .footbox{
	display:block;
	float:right;
	width:190px;
	margin:0 0 0 10px;
	padding:0;
	}

#footer li{
	margin-bottom:3px;
	}

#footer .last{
	margin:0;
	}

#newsletter{
	display:block;
	float:left;
	width:300px;
	}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:920px;
	padding:20px;
	color:#525252;
	background-color:#1F1F1F;
	}

#copyright a{
	color:#525252;
	background-color:#1F1F1F;
	}

#copyright p{
	margin:0;
	padding:0;
	}

.nletter
	{
	  color:#1F1F1F;
	}
	
	
/* -------------------------------------- Reseller Logos ------------------------------- */

#partner
{
  padding: 1px 1px 1px 1px;	
  margin:0px 30px 0px 30px;
  display:block;
}

#leftthimage
{
	background: url('../images/topbgleftshX.png') no-repeat;  /*Non-Xams url('../images/topbgleftsh.jpg') no-repeat */
	float:left;
	border: 0px solid red; 
	width: 21px; 
	height: 114px;
                    
}

#rightthimage
{
	background: url('../images/topbgrightshX.png') no-repeat; /*Non-Xams url('../images/topbgrightsh.jpg') no-repeat */
	border: 0px solid red;
    width: 21px; 
    height: 114px; 
    float: left;
                    
}

#leftbhimage
{
	background: url('../images/btmleftcorner.jpg') no-repeat; 
	float:left;
	border: 0px solid red; 
	width: 20px; 
	height: 183px;
                    
}

#rightbhimage
{
	background: url('../images/btmrightcorner.jpg') no-repeat; 
	float:left;
	border: 0px solid red; 
	width: 20px; 
	height: 183px;
                    
}
