html {overflow-x: hidden;}
{
margin: 0px;
padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(http://www.travelux.co.uk/media/bk.jpg) repeat-x left top;
	font: 80%  Arial, Verdana, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{color: #55bcc4;  font-size: 13px;}
h2	{
	color: #55bcc4;
	font-size: 1.4em;
}
h3	{
	margin: 10px 0 25px 0;
	font-size: 1.2em;
	}


a:link {
	color: #12163E;
}
img {border:none;}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #12163E;
}


#content
{
height: 634px;
}

#main
{
float: right;
width: 634px;
background-image: url(images/table-mid.png);
background-repeat:		repeat-y;
margin-top: 20px;
margin-bottom: 20px;
}



#menu
{
//*float: left;*/
width: 630px;
height: 55px;
padding-left: 50px;
padding-top: 10px;
background: url(images/menu.png) no-repeat top center;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 85px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 22px;

}

#menu a:hover {
	width: 85px;
    height: 31px;
	color: #ffffff;
	text-decoration: underline;
}


#logo {
font-family:Arial, Helvetica, sans-serif;
width: 300px;
height: 100px;
float: left;
padding-top: 60px;
padding-left: 30px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 40px;
	color: #FFFFFF;
}
#logo H2 
{
font-size: 16px;
color: #ffffff;
}

#right
{

	padding-bottom: 10px;
	/*padding: 10px;*/
	width: 100%;

	margin: 0;}

#sidebar1 H3
{
width: 200px;

font-size: 14px;
font-weight: bold;
padding-left: 15px;


color: #ffffff;
background-color: #862A2B;
}



#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#right li  {
	padding: 4px 10px;

}


#right H4
{
font-size: 10px;

}

#right a {
	color: #cd310e;
	font-size: 12px;
	font-weight:400;
}
#right a:visited {
	color: #cd310e;
	font-size: 12px;
	font-weight:400;
}

#right p
{
padding: 10px;
}


#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #999999;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #862A2B;
	border: 1px solid #862A2B;
	font-weight: bold;
	color: #ffffff
}


#left
{
width: 600px;
padding: 0 80px 0 15px;

margin:0;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #1D3176;
        font-weight: normal;
       font-family: Tahoma, Georgia, "Times New Roman", Times, serif
}

#left a
{
color: #1D3176;
text-decoration: underline;
}

#left p {
	margin: 0;

	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1D3176;
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
}
.date {
	text-align: right;
	color: #1D3176;
	font-size: 11px;
}

.date a {
	color: #1D3176;
}

#left ol, #left ul
{
margin-left: 20px;
}



#footer {
	clear: both;
	border-top:#CCCCCC thin dashed;
	height: 47px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
}

.widget_search
{

}

.post-body
{

	margin-top:15px;
}

li.cat-item

{
	padding-left:35px;
}

div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 93%;
	border:2px solid #1D3176;
	padding:10px;
}

#submit
{
	width: 95px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/submit.gif) no-repeat;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: url(images/submit_r.gif) no-repeat;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#left .categor
{

font-size: 12px;
padding: 5px;
border-bottom:#666666 thin dotted ;
margin-top: 10px;
margin-bottom: 5px
}

#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
}

#author, #email, #url
{
border: 1px solid #666666
}

/*tlux styles*/

.travelagency #top_img {
	width: auto;
	height: 110px;
	background:  url(http://www.travelux.co.uk/media/header_bk.jpg) no-repeat center;
}

.travelagency #container { 	

	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.travelagency #header { 
	background:  url(http://www.travelux.co.uk/media/logo_bar.jpg) no-repeat; 	
	height: 79px;
	margin: 0;
} 
.travelagency #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.travelagency #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #55bcc4;  the background color will be displayed for the length of the content in the column, but no further */
	background:url(http://www.travelux.co.uk/media/sidebar_bk.jpg) no-repeat  #55bcc4;
	padding: 0 10px 40px 10px;
	color:#FFFFFF;
}
.travelagency #sidebar1 ul {
	list-style-type:none;
}

.travelagency #sidebar1  a:link, .travelagency #sidebar1  a:visited
{

	color: #FFFFFF; 

}
.travelagency #sidebar1 a:hover, .travelagency #sidebar1  a:active {
	color: #3c6349;
}
.travelagency #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #55bcc4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 15px 0px;
	color:#FFFFFF;
}
.travelagency #sidebar2  a:link, .travelagency #sidebar2  a:visited
{

	color: #FFFFFF; 

}
.travelagency #sidebar2 a:hover, .travelagency #sidebar2  a:active {
	color: #3c6349;
}

.travelagency #mainContent { 
	margin: 20px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-color: #FFFFFF;	
	color: #333333; 
	height: auto;	

	width:692px;
}


.travelagency #mainContent a:link {

	color: #0099CC;
}

.travelagency #mainContent a:hover {

	color: #FF0000;
}

.travelagency #mainContent a:visited {
	color: #0099CC;
}

.email_us {
    color: #14A2AD;
    float: right;
    font-size: 10px;
    margin: 0;
    padding: 11px 25px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	width: 300px;
	text-align:center;
}
.email_us a:link, .email_us a:visited, .email_us a:active {
    color: #14A2AD;
	line-height:24px;
}

.email_us a:link, .email_us a:visited, .email_us a:active {
    color: #14A2AD;
}

.email_us strong{
	font-size:14px;
	font-weight:normal;
	color:#325c43;
}

.email_us span{
	font-size:24px;
	color:#325c43;
	letter-spacing:2px;
}


.email_us b{
	/*padding-left:56px;*/
	color:#325c43;
	font-size:11px;
	font-weight:normal;
}

#agency_nav ul
{
	list-style-type:none;
	margin:0 0 20px 0;
	padding:0;
 background: url(http://www.travelux.co.uk/media/btn_bk.jpg) #308290;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 31px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
#agency_nav li
{
	float:left;	
	padding: 0 11px ; 
	display: inline; 
	background:	url(http://www.travelux.co.uk/media/nav_sep.jpg) no-repeat;
}
#agency_nav li a:link, #agency_nav li a:visited
{
display:block;
color:#3c6349; 
text-align:center;
padding: 8px 11px; 
text-decoration:none;
}
#agency_nav li a:hover, #agency_nav li a:active {
	color: #a11d3b;
}

#agency_nav  li#youarehere  { 
	background: url(http://www.travelux.co.uk/media/active_btn_bk.jpg) repeat-x;
	padding: 0 11px; 
	text-align: center;	
} 
#agency_nav  li#youarehere a  { 
	color: #FFFFFF;  
} 
.location{
margin-top: -5px;
text-align: center;
}

