/* COMMON */

html, body {
	min-width: 770px;
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	margin: 0;
	padding: 0;
	background: #e3e8ee;
}

#mainDiv {
	text-align: left;
	width: 770px;
	background-color: #fff;
}

html>body #mainDiv {
	position: absolute;
	width: 770px;
	margin-left: -385px;
	left: 50%;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

/* HEADER */

#mainHeader {
	height: 135px;
	position: relative;
}

#mainHeader img#mainLogo {
	float: left;
	vertical-align: bottom;
}

#mainHeader img#headerImage {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 250px;
	top: 19px;
}

#mainHeader #languageSelector {
	position: absolute;
	top: 10px;
	right: 0;
	left: 667px;
}

#mainHeader #languageSelector a, #mainHeader #languageSelector a:link, #mainHeader #languageSelector a:visited, #mainHeader #languageSelector a:active {
	font-weight: bold;
	font-size: 1em;
	color: #09549d;
	margin-right: 15px;
}

#mainHeader #languageSelector a:hover {
	color: #56b0d4;
}

#languageSelector a.on {
	text-decoration: underline;
}

/* BODY */

#mainBody {
	height: 100%;
}

#leftBar {
	float: left;
	padding: 24px 0 0 5px;
	width: 245px;
	background: url(../imgs/backgroundCorner.gif) no-repeat top left;
}

/* MENU */
#mainMenu {
	background: url(http://www.cuchillosargo.com.ar/imgs/menuBackground1.gif) repeat-y;
	font-size: 12px;
	line-height: 24px;
	padding-bottom:1px;
}

#downmenu {
	padding-top:-2px;
}

#mainMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainMenu ul li {
	padding: 0 0 1px 0;
	margin: 0px;
	color: #09549d;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

#mainMenu ul li a {
	color: #09549d;
	padding-left: 20px;
	background: url(http://www.cuchillosargo.com.ar/imgs/menuArrow.gif) no-repeat 10px 8px;
	display: block;
}

#mainMenu ul li a:hover {
	color: #56b0d4;
}

#mainMenu ul li ul {
	padding: 0 0 2px 0;
	margin: 0 5px 0 12px;
	line-height: 17px;
	list-style-type: none;
}

#mainMenu ul li ul li {
	font-size: 11px;
	font-weight: normal;
	display: inline;
	border: none;
}

#mainMenu ul li ul li a {
	color: #000;
	padding-left: 16px;
	background: url(http://www.cuchillosargo.com.ar/imgs/menuSquare.gif) no-repeat  8px 7px;
	display: block;
}

#mainMenu ul li ul li a:hover {
	color: #56b0d4;
}

#leftBarEnd {
	vertical-align: top;
}

/* CAJAS */
div.sidebarSeparator1 {
	margin-top: -2px;
	font-size: 1px;
	height: 5px;
	background: url(../imgs/sidebarSeparator.gif) repeat-y;
}

div.sidebarSeparator {
	margin: 0px;
	font-size: 1px;
	height: 5px;
	background: url(../imgs/sidebarSeparator.gif) repeat-y;
}

div.sidebarBox {
	width: 245px;
	background: url(../imgs/sidebarBoxBackground.gif) repeat-y;
	margin-bottom:-2px;
}

div.sidebarBox div.sidebarBoxContent {
	padding: 10px 20px 0 15px;
	background: url(../imgs/sidebarBoxTop.gif) no-repeat;
	color: #1a2e43;
}

div.sidebarBox div.sidebarBoxContent img {
	float: left;
	margin-right: 10px;
}

div.sidebarBox div.sidebarBoxContent h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
}

div.sidebarBox div.sidebarBoxContent h1 a {
	color: #000;
}

div.sidebarBox div.sidebarBoxContent h1 a:hover {
	color: #575757;
}

/* CONTENIDO CENTRAL*/
#content {
	float: right;
	padding: 20px 30px 0 0;
	width: 460px;
	font-size: 11px;
	line-height: 14px;
	color: #575757;
}

#content a {
	color: #09549d;
	text-decoration: underline;
}

#content a:hover {
	color: #808080;
}

#content img {
	border: 1px solid #add749;
	padding: 4px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	margin: -7px 0 7px 0;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 18px;
	color: #000064;
	margin: 0 0 8px 0;
}

#content h2 a {
	color: #add749;
	text-decoration: none;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 16px;
	color: #add749;
	margin: 0 0 8px 0;
}

/*
#content p {
	/*clear: both;*/
}
*/

#content ul li {
	margin-left: -20px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

/* FORM */
#leftContact {
	float: left;
	width: 250px;
	color: #777;
	margin-top:15px;
}

#leftContact h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
	color: #777;
}

input, textarea, select {
	width: 100%;
	border: 1px solid #7f9db9;
	margin-bottom: 20px;
}

input.boton {
	width: 100%;
	height: 22px;
	border: 2px solid #add749;
	background: url(../imgs/buttonBackground.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#rightContact {
	float: right;
	width: 160px;
	color: #777;
	padding: 10px;
	background: url(../imgs/contactPhonesBackground.jpg) #f4f6f8 repeat-x;
	border: solid 2px #f4f6f8;
	height: 320px;
	margin-top:15px;
}

div.phoneNumber {
	height: 16px;
	background-color: #ccc;
	color: #49535a;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}

/* FOOTER */

#mainFooter {
	clear: both;
	border-top: 15px solid #fff;
	font-size: 10px;
	background-color: #fff;
	marging-bottom:10px;
}

#webData {
	height: 12px;
	width: 760px;
	padding: 5px;
	border-top: 1px solid #fff;
	text-align: center;
	background: url(../imgs/backgroundFooter.gif) no-repeat bottom center;
}

#webData img {
	vertical-align: middle;
	margin-top:-3px;
}

#webData span {
	font-weight: bold;
	color: #1a2e43;
	margin: 0 5px;
}


#webData a {
	color: #758394;
}

#webData a:hover {
	text-decoration: underline;
}

