/**
 * @version $Id: template.css 14401 2010-01-26 14:10:00Z louis $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */





body
{
	background: #fff;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	padding: 0px;
	line-height:1.5;
}




body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}


.multiimage {
    background: url(../images/box-shadow.gif) no-repeat;
    margin-bottom: 4px;
padding: 8px 8px 5px;
	float:left;
}


/*------------------------------------------------- form css -----------------------------------*/

.forme{ float:left; background:none; }


.lable{
width:90px;
float:left;
margin-right:5px;
text-align:left;
}

.lablesub{
width:80px;
float:left;
margin-right:5px;
margin-top:10px;
}

.lablea{ float:left; }

.lablesuba{ float:left; margin-top:10px; }

input#Name, input#EmailId, input#TelNo, textarea#Message{
width:220px;
height:auto;
margin-bottom:8px;
margin-top:5px;
border:#ced6dc solid 1px;
padding:3px;
}


input#Submit{
background-image:url(../images/submit-btn.gif);
background-repeat:repeat-x;
height:35px;
color:#FFFFFF;
font-weight:bold;
width:85px;
border:none;
-moz-border-radius:5px;
border-radius:5px;
margin-left:10px;
cursor:pointer;
}

textarea#Message{ height:70px; }

input#Captha{ width:220px!important; }

#comascon24522{ background:none; }

.validation{ color: #CF4D4D;font-weight:bold;font-size:10px;}
.gallery_block{ margin:10px; margin-top:20px; float:left}

.multiimage img{
    background: url("../images/template/box-shadow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 30px !important;
    margin-left: 55px !important;
    padding: 8px 8px 14px;
}

.img_div { float:left; }

#TB_secondLine { display:none; }

#contact_right_inner p { margin-bottom:20px; }


