/* CSS Document */

/* Structure */
body{
	padding:0;
	margin:0;
	
	font-size:16px;
	color:#333366;
	/* background:#504946; #333366*/
	background:url("pic/bg.gif"/*tpa=http://www.tgukwindows.com/pic/bg.gif*/) top repeat-x #E0E5F4;
}
.container{
}
.header{
	background:url("pic/header_bg.jpg"/*tpa=http://www.tgukwindows.com/pic/header_bg.jpg*/) repeat-x bottom;
	height:350px;
}
.center{
	padding:5px 10px;
	clear:both;
}
.footer{
	border-top:5px solid #333366; /*504946*/
	font-size:10px;
	line-height:23px;
	clear:both;
	padding:0 10px;
	text-align:right;
}
/* Structure End */

/* Main styles */
h1, h2, h3, h4, h5 {
	margin:0;
	padding:10px 0;
	color:#CC3333;
}
p{
	margin:10px 0;
	padding:0;
}
.center p{
	text-align:justify;
}

a{
	color:black;
	text-decoration:underline;
}
a:hover{
	color:#CC3333;
	text-decoration:none;
}
/* Main styles End */


/* Menu */
.menu{
	background:url("pic/menu.gif"/*tpa=http://www.tgukwindows.com/pic/menu.gif*/);
	line-height:47px;
	height:47px;
}
.menu ul{
	padding:0 20px;
	margin:0;
}
.menu li{
	text-align:center;
	list-style-type:none;
	float:left;
	
	width:140px;
	line-height:47px;
}
.menu li a{
	text-decoration:none;
	font-weight:bold;
	color:#E0E5F4;
	
	display:block;
}
.menu li a:hover{
	text-decoration:none;
	color:#E0E5F4;
	
	background:url("pic/menu_sel.gif"/*tpa=http://www.tgukwindows.com/pic/menu_sel.gif*/);
	width:140px;
	height:47px;
	
	display:block;
}
/* Menu End */


/* BIA Standard */
.big{
	font-size:22px;
}
.impact{
	color:#333366; /*CC3333*/
	font-size:18px;
	font-weight:bold;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
img.fl, img.fr{
	margin:5px 10px;
}
.cl{
	clear:all;
}
.centered{
	text-align:center;
}
.right{
	text-align:right;
}
.mb{
	margin:10px;
}
/* BIA Standard end */

/* additional */
p.response{
	margin:10px 0 0;
	font-style:italic;
}
p.subscription{
	margin:0 0 10px;
	text-align:right;
}
.red{
	color:red;
}
/* additional end */

/* gallery */
.gallery{
	text-align:left;
}
a.thickbox img{
	border:1px solid black;
}
a.thickbox:hover img{
	border:1px solid red;
}
/* gallery end */

/* titles in gallery */
.thickbox{
	text-decoration:none;
}
.thickbox .pabsolute{
	position:absolute;
	margin:0 0 0 -80px;
	
	height:20px;
	width:60px;
	text-align:center;
	background:white;
	border:1px solid #000066;
}
/* titles in gallery end */

/* Show/Hide functionality */
.gallery h3{
	cursor:pointer;
}
.gallery div{
	display:none;
}
/* Show/Hide functionality End */

/* Pass form */
.pass_form{
	width:60%;
	text-align:right;
}
.pass_form p{
	text-align:right;
}
/* Pass form End */
