body {
	margin: 0px;
	/*background-color: #FDEEF4;*/
}

#redirect {
	text-align: center;
	vertical-align: middle;
	color: white;
	margin-left: auto;
	margin-right: auto;
}


/* main container*/

#toppanel {
	background-image: url(images/toppanel.png);
	background-repeat: repeat-x;
	position: relative;
	top: 0px;
	left: 0px;
	height: 120px;
	/*width: 100%;*/
	/*overflow: visible;*/
}

/*Logo*/

#toppanel img {
	position: relative;
	left: 20px;
	top: 50px;
	
}



#country {
	position: absolute;
	/*right: 30px;*/
	top: 28px;
}

/*TPLINK Top Panel HREF LINKS*/

#tplink {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
	/*width: 100%;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	background-color: #000000;
}

#tplinknext {
	position: absolute;
	/*top: 115px;*/
	left: 0px;
	height: 20px;
	width: 100%;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: center;
	background-color: #000000;
}

#tplink a {
	/*FontsText*/
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: white;
}

#tplinknext a {
	/*FontsText*/
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: white;
}



/* Gradient container */

#bgcontainer {
	/*width: 1366px;*/
	height: 350px;
	/*background-color: red;*/
	position: relative;
	top: 0px;
}

#bottomcontainer {
	position: relative;
	height: 300px;
	top: 10px;
	display: inline-block;
	width: 1300px;
}

/* Gradient with left and right panel and repeat center. */
/* MAIN GRADIENT LEFT */
#leftp {
	
	background-image: url(images/leftbgpanelshad.png);
	background-color: black;
	background-repeat: no-repeat;
	height: 350px;
	width: 305px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* MAIN GRADIENT CENTER */
#centerp {
	/*Gradient shade central div*/
	background-image: url(images/centershad.png);
	/*Change according to screen size JQUERY*/
	/*width: 756px;*/
	background-repeat: repeat-x;
	height: 350px;
	position: absolute;
	left: 305px;
	top: 0px;
}


/* Table TD Left */




/* Table TD Right Text */

/* TABLE TD TEXT COLOR AND POSITION */
#centerslide td {
	color: white;
	vertical-align: top;
}

/* HEADER IN RIGHT SIDE TABLE */
#centerslidetext td h1 {
	color: white;
	font-size: 25px;
	text-indent: 0px;
	text-align: center;
}

/* TEXT IN RIGHT SIDE TABLE */
#centerslidetxt {
	position: relative;
	vertical-align: top;
	margin-left: 20px;
	left: 0px;
	top: 0px;
	width: 325px;
	word-wrap: break-word;	
}

.radiocenterslide {
	position: relative;
	left: 250px;
	bottom: 0px;
}


/* MAIN GRADIENT RIGHT */
#rightp {
	background-image: url(images/rightbgpanelshad.png);
	background-repeat: no-repeat;
	height: 350px;
	width: 305px;
	position: absolute;
	right: 0px;
	top: 0px;
	/*dev purpose */
	/*border: 1px solid purple;*/
}


#ctext {
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: 500;
	margin: auto;
	width: 800px;
	/*border: 1px solid purple;*/
	vertical-align: top;
	float: left;
}

#tweet {
	float: left;
}

.twitter-timeline {
	width: 500px;
}

#construction {
	float: right;
}

#slider {
	width: 756px;
	height: 400px;
	top: 25px;
	/*NEED TO SET WITH JQUERY ADAPT SCREEN SIZE*/
	/*left: 50px;*/
	position: absolute;
	/*overflow: hidden;*/
	z-index: 1;
	/* dev purpose borders */
	/*border: 1px solid green;*/
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li {
	/*overflow:hidden;*/
	}


#slider img {
	border: 1px solid white;
	border-radius: 0px;
	width: 350px;
	height: 300px;
}

/* TABLE TD TEXT COLOR AND POSITION */
#slider table {
	/*border: 1px solid black;*/
}

#slider td {
	color: white;
	vertical-align: top;
	width: 400px;
}

/* HEADER IN RIGHT SIDE TABLE */
#slider td h1 {
	color: white;
	font-size: 25px;
	text-indent: 60px;
}


span#prevBtn{
	
}
span#nextBtn{}


#controls {
	position: relative;
	height: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	top: 100px;
	right: 20px;
}


#controls li {
	float: left;
	color: #a69f2c;
	width: 50px;
	height: 15px;
	text-align: center;
	border: 1px solid white;
	border: 1px solid white;
	padding: 5px;
}

#controls a {
	text-decoration: none;
	color: white;
}



/* CONTACT PAGE */

.contactcc {
	position: absolute;
	top: 80px;
	overflow: visible;
}

.contactc {
	width: 300px;
	height: 200px;
	border: 2px solid #a69f2c;
	border-radius: 20px;
	padding: 30px;
	font-family: sans-serif;
	font-weight: bold;
	display: inline-block;
	border-radius: 15px;
	vertical-align: top;
	color: black;
	background-color: #FFFFFF;
}


.contactc span {
	font-weight: bold;
	color: #000000;
}



/* PRODUCTS */

#container {
	position: absolute;
	top: 140px;
	/*border: 1px solid pink;*/
	/*background-color: black;*/
	/* From jquery products.html*/
	/*width: 100px;*/
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	z-index: 1;
}

/* contact blocks */
.show {
	display: inline-block;
	width: 250px;
	height: 105px;
	text-align: left;
	/*background-color: blue;*/
	overflow: hidden;
	margin-left: 5px;
}

.show td{
	color: black;
	word-wrap: break-word;
	vertical-align: top;
}

.show td a:visited {
	color: white;
}

.show img {
	width: 100px;
	height: 95px;
	border-radius: 5px;
	border: 2px solid #000099;
	background-color: white;
}


#ukflag {
	text-align: center;
	vertical-align: middle;
}

/* LOAD TABLE INFO FROM XML */




/* basic theme */
#tableInfo td {
	border: 1px solid gray;
	width: 400px;
}

/* Left floating picture for each record theme */

.txtPicInfo {
	position: relative;
	left: 0px;
	
}

.innerTxtPicInfo {
	position: relative;
	left: 50px;
	padding: 5px;
	border: 1px solid gray;
	width: 700px;
	height: 250px;
	text-align: left;
	vertical-align: text-top;
}

.innerTxtPicInfo span {
	position: absolute;
	left: 250px;
	top: 40px;
	font-size: 14px;
	right: 10px;
	
}

.innerTxtPicInfo img {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 200px;
	height: 150px;
	vertical-align: middle;
	border-right: 1px solid gray;
	
}

/* END LOAD TABLE CSS */
