a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, img, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}


/* @group base styles */

:focus{
	outline: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
    background-color:transparent;
    border-bottom:1px solid #ddd;
    border-top:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    margin:10px 0;
}
td.left {
	text-align: left;
	float: none;
}
td.right {
	text-align: right;
	float: none;
}
td.center {
	text-align: center;
}

img.right {
	margin: 3px 0 3px 20px;
}

img.left {
	margin: 3px 20px 3px 0;
}
ul.tick {
	list-style-image:url(../images/tick.png) !important;
	margin-left: 15px;
}
ul.tick li {
	list-style-image:url(../images/tick.png) !important;
}

img.tick {
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 25px;
}

ul.icons li.left {
	margin-right: 20px;
}

ul {
	margin-left: 0;
	padding-left: 0;
}

li {
	padding-left: 0;
	list-style-image:url(../images/bullet_2.gif);
}
.small {
	font-size: 0.85em;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: white url(../images/background.png) repeat-y top center;
	color: #333;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 35px 0 15px
}

h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 35px 0 15px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 15px 0 10px;
	color: #666;
}

img + h3 {
	margin-top: 10px;
}
img {
	display: block;
	margin: 0;
	padding: 0;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #f70;
}

p {
	margin: 0 0 1em 0;
	line-height: 18px;
}

table {
	width: 100%;
	border-spacing: 0;
	vertical-align: top;
}

thead {
	color: white;
}
thead td {
	background-color: #f70 !important;
	vertical-align: bottom;
	padding: 25px 10px 10px;
}
thead td a {
	color: #eee !important;
}

thead td a:hover {
	color: #000 !important;
}
td {
	margin: 0;
	padding: 5px 10px;
	vertical-align: top;
}
td p {
	margin: 0;
	padding: 0;
}
tbody td {
	border-bottom: 1px solid #ccc;
}
/* @end */

/* @group basic structures */

#header {
	position: relative;
	height: 280px;
	padding: 0;
	color: white;
}
#header .background {
	background: #262626 url(../images/map.jpg) no-repeat top center;
	height: 100%;
}
#sitecontent {
	
}
#footer {
	padding-top: 25px;
	height: 25px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.column {
	float: left;
	width: 290px;
	margin-right: 20px;
}
.doublecolumn {
	float: left;
	width: 600px;
}


.column a, .doublecolumn a {
	border-bottom: 1px solid #ccc;

}
.column a:hover, .doublecolumn a:hover {
	border-bottom: 1px solid #f70;

}
.leftcontent {
	width: 620px;
	float: left;
}
.sidebar {
	float: right;
	width: 300px;
}

.photo {
	margin: 5px 20px;
	
}

.photo.right {
	margin-right: 0;
}

.photo.left {
	margin-left: 0;
}

ul.icons {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	position: relative;
}
h3 + ul.icons {
	margin-top: -10px;
}
ul.icons li {
	position: relative;
	margin: 0;
	padding: 11px 10px 10px 45px;
	list-style: none;
}

ul.icons li img, ul.icons li a img {
	top: 3px;
	left: 0px;
	position: absolute;
	height: 32px;
	width: 32px;
	border: 0;
}
/* @end */

/* @group #header styles */

#header .angle {
	height: 34px;
	width: 36px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 40px;
	background: transparent url(../images/angle.gif) no-repeat top left;
}

#quote_outer{
	width: 440px;
	margin-left: -480px;
	height:224px;
	position:absolute;
	z-index:10;
	top:56px;
	left:50%;
	display:table;
}

#quote_inner {
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	text-align: right;
	display: table-cell; 
	vertical-align: middle;
}

#quote_inner p {
	font-family: garamond, georgina, serif;
	display: block;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	font-size: 17px;
	margin: 0;
	padding: 0;
}
#quote_inner p span {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
	border-bottom:none;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
	margin: 32px 0 15px
}

#contact {
	font-weight: bold;
	color: white;
	position: absolute;
	top: 250px;
	left: 50%;
	margin: 0 0 0 120px;
	padding: 0;
	font-size: 19px;
	border: 0;
}
#contact a {
	cursor: pointer;
	position: absolute;
	right: -100px;
	top: -30px;
	display:block;
	width: 94px;
	height: 94px;
	text-indent: -999em;
	background: transparent url(../images/requestaquote.png) no-repeat top left;
	border: 0;
}
#contact a:hover {
	background-position: center left;
}
#contact a:active {
	background-position: bottom left;
}
#header #logo {
	position: absolute;
	top:115px;
	left: 50%;
	margin-left: 80px;
	width: 350px;
	height: 45px;
	text-indent: -999em;
	background: transparent url(../images/acrosstranslation_logo.png) no-repeat top left;
}
#header #menu {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 90;
	font-weight: bold;
	margin: 0 0 0 -480px;
	border-bottom: 1px solid #5c5c5c;
	height: 56px;
	width: 960px;
	padding: 0;
	font-size: 13px;
}
#header #menu li {
	margin: 0;
	padding: 0;
	height: 56px;
	position: relative;
	float: left;
	list-style-type: none;
	list-style-image: url();
	text-transform: uppercase;
}

#header #menu li.L2 {
	float: none;
}
#header #menu li a {
	display: block;
	padding: 23px 16px 13px;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: white;
	height: 20px;
	letter-spacing: 1px;
}

#header #menu li:hover {
	background-color: black;
	border: 0;
}

#header #menu li a:hover {
	background-color: #f70 !important;
	border: 0;
}

#menu li.selected {
	background-color: rgba(0,0,0,0.75) !important;
	background-color: black;
	border: 0;
}

#menu UL2 li.selected {
	background-color: transparent !important;
}

#header #menu li a:active {
	background-color: #f90 !important;
}

#header #menu li ul {
	position: absolute;
	top:56px;
	left: -999em;
	min-width: 230px;
	width: auto !important;
	width: 300px;
	background-color: rgba(0,0,0,0.85) !important;
	background-color: black;
	padding: 10px 0 10px 0 !important;
	padding: 10px 0 5px 0;
	margin: 0;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-radius-bottom-left:10px;
	border-radius-bottom-right:10px;
}

#header #menu li:hover ul, #header #menu li.dropdownhover ul {
	left: 0;
	border: 0;
}

#header #menu li ul li {
	width: 100%;
	line-height: 18px;
	height: 35px;
	font-size: 14px;
	list-style-type:none;
	list-style-image: url();
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 1px;
	white-space:nowrap;
}

#header #menu li ul li:hover {
	background-color: transparent;
	border: 0;
}
#header #menu li ul li a, #header #menu ul li.selected ul li a {
	display: block;
	clear: both;
	float: none;
	color: white;
	padding: 7px 30px 7px 20px;
	letter-spacing: 0;
	margin: 0;
	background:transparent;
}
/* @end */


/* @group #sitecontent .sidebar styles */

ul#articles {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

ul#articles li {
	font-weight: bold;
	width: 300px;
	height: 60px;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-image:url();
	/*background:transparent url(../images/articlelink.gif) no-repeat top left;*/
}
ul#articles li a {
	display: block;
	width: 300px;
	height: 60px;
	color: #f70;
	font-size: 14px;
}
ul#articles li a p {
	color: #333;
	font-size: 12px;
	margin-top: 5px;
}
ul#articles li a:hover p {
	color: #f70;
}
ul#languages {
	width: 290px !important;
	width:270px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
ul#languages li {
	float: left;
	width: 33%;
	height: 18px;
	list-style-image:url();
}
ul.languages li {
	list-style: none !important;
	white-space: nowrap;
}
ul#languages li span, ul.languages li span {
	display: block;
	margin-top: 1px;
	float: left;
	width: 20px;
	height: 12px;
	background:transparent url() no-repeat bottom left;
}


#sitecontent .sidebar ul#companymenu {
	margin: 15px 0 0 0 ;
	padding: 0;
	font-size: 13px;
}
#sitecontent .sidebar ul#companymenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url();
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
#sitecontent .sidebar ul#companymenu li a {
	display: block;
	padding: 2px 0 0 50px;
	margin: 0;
	height: 23px;
	text-decoration: none;
	color: #333;
	background: transparent url(../images/menuarrow_orange.gif) no-repeat 15px 9px;
	

}
#sitecontent .sidebar ul#companymenu li a:hover {
	background-color: #e8e8e8;
	border: 0;
}

#sitecontent .sidebar ul#companymenu li a:active {
	background-color:#dadada;
	color:white;
}


/* @end */

/* @group .column styles */

a.download {
	padding-left: 18px;
	background: transparent url(../images/download.gif) no-repeat center left;
}
a:hover.download {
	background-position: -13px 0;
}
a:active.download {
	background-position: -68px 0;
}
#sitecontent a img {
	border: 0;
}
#sitecontent a:hover img {
	opacity: 0.8;
}
.column img {
	border: 0;
	margin: 0 -20px;
}
.column li img {
	margin:0;
}
.column td img {
	border: 0;
	margin: 0;
	float: left;
}

table.casestudy {
	border: 0px solid white;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 2px 0 0 0;
	margin: 0;
}

table.casestudy td {
	background-color: white;
	display: table-cell;
	vertical-align:middle;
	width: 50%;
	text-align:right;
	border-bottom: 1px solid #eee;
	padding: 5px 0 7px 0;
} 
.column table.casestudy td:nth-child(even) {
	background-color: white !important;
	display: none;
}
.column table.casestudy td {
	padding: 5px 0 7px;
}
.column table.casestudy td img {
	margin: 0 auto;
}

.languagelist a {
}

.feature {
	padding: 20px 20px 10px 40px;
	margin: 10px 0 10px -20px ;
	background-color: #ffa;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-border-radius:10px;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.25);
	box-shadow:0 2px 5px rgba(0,0,0,0.25);
}

.feature p {
	font-size: 15px;
	width: 175px;
	float: left;
	margin-right: 30px;
	line-height: 1.5em;
}
.feature ul {
	float: left;
	margin: 0 30px 0;
}
.feature li {
	margin-bottom: 5px;
}
.anecdata p {
	margin: 0 0 -1px 0;
	padding: 5px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.anecdata p:nth-child(even) {
	background-color:  #f5f5f5;
}
tr:nth-child(even) {
	background-color: #f5f5f5;
}


/* @end */



/* @group #footer styles */

/* @end */

/* @group download form */
#download {
	width: 100%;
}

#download dl {
	/*border: 1px solid red;*/
	width: 100%;
	clear: both;
	margin: 0;
}
#download dl dt {
	float: none;
	margin: 0;
	padding: 0;
	width:100%;
	text-align: left;
}
#download dl dt label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#download dl dt span {
	display: block;
	margin-top: 5px;
	line-height: 15px;
	font-size: 10px;
	color: #333;
}
#download dl dd {
	float: none;
	margin: 0;
	padding: 0;
	width:100%;
}
#download dl dd.checkbox {
	padding-top: 5px;
}

#download dl dd input {
	float: right;
	padding: 2px 5px;
	margin: 5px 0 5px;
	border: 1px solid #ddd;
}
#download dl dd.checkbox input {
	float: none;
}
#download dl dd input.checkbox {
	width:auto !important;
	border:none;
	padding:0;
	margin:0;
}



/* @end */



/* @group quote form */

#quote {
	
}

form dl {
	width: 100%;
	clear: both;
	margin: 0;
}
form dl dt {
	text-align: right;
	width: 270px;
	margin: 0;
	float: left;
	padding-top: 4px;
}
form dl dt label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
form dl dt span {
	display: block;
	margin-top: 5px;
	line-height: 15px;
	font-size: 10px;
	color: #333;
}
form dl dd {
	width: 300px;
	float: right;
	margin: 0;
}
form dl dd.text {
    padding-top:4px;
}
form dl dd.checkbox {
	padding-top: 5px;
}

form dl dd input {
	width: 270px !important;
	width: 270px;
	padding: 2px 15px;
	margin: 5px 0;
	border: 1px solid #ddd;
}
form dl dd input.checkbox {
	width:auto !important;
	border:none;
	padding:0;
	margin:0;
}
form dl dd textarea {
	width: 270px !important;
	width: 270px;
	padding: 2px 15px;
	margin: 5px 0;
	border: 1px solid #ddd;
}
form dl.upload {
	display: block;
	padding: 5px 0;
	margin-top:35px;
	border-top:1px solid #ddd;
}
#quote .filesdescription {
    border-bottom:1px solid #ddd;
    width:500px !important;
    width:600px;
    padding:5px 20px 10px 80px;
    margin:0 0 5px;
    float:left;
    font-size:10px;
    line-height:14px;
}
#quote .filesdescription span {
    display:block;
}
form dl dd select {
	border: 1px solid #ddd;
	width: 300px;
	padding: 2px 2px
}

form dl dd input#date {
	width: 245px !important;
}
form dl dd img {
	padding: 8px 0 0;
	float: right;
}

#quote dl dd div.files {
	border: 1px solid white;
	margin: 5px 0;
	width: 300px;
	height: 20px;
}
#quote dl dd div.file {
	float: right;
	border: 1px solid #ddd;
	height: 18px;
	width: 210px;
}

.files a{
	float: left;
}
/* @end */

.button {
	font-size: 10px;
	font-weight:normal;
	background: #222 url();
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
a:hover.button, .button:hover {
	background-color: black;
}
a:active.button, .button:active {
	top: 1px;
	background-color: #f70;
}

.button.large {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 25px;
	margin-left: 10px;
	text-transform: uppercase;
}

input.button {
    width:auto !important;
    border:0px solid white;
}

.button.reset {
	background-color:#999;
}
a:hover.button.reset, .button.reset:hover {
	background-color:#333;
}
a:active.button.reset, .button.reset:active {
	background-color:#f70;
}

.bigflag {
	max-width: 270px;
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
	background-color: white;
}

.bigflag img {
	vertical-align: middle;
	display: inline-block;
	width: 75px;
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.15);
	box-shadow:0px 1px 2px rgba(0,0,0,0.10);
	border: 1px solid #eee;
	margin-left: 10px;
	margin-bottom: 5px;
}

#logoscroll{
	height:50px;
	/*background: transparent url(../images/articlelink.gif) repeat scroll left top;*/
	position: relative;
}
#logoscroll a{
	display: block;
	width:300px;
	height:50px;
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;
	left:0px;
	top:0px;
	text-indent: -10000px;
}

.errors-wrap{
	margin:0 0 5px 0;
}
.errors-wrap p{
	color:red;
	font-size:9px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}


#footer{
	margin: 20px auto 0;
	width:960px;
	padding: 20px 0;
	height:30px;
}

#footer .cdw {
	display: block;
	color: transparent;
	height: 35px;
	margin-bottom:10px;
	width: 65px;
	background: transparent url(../images/cdw.png) no-repeat top left;
}

#footer a:hover.cdw {
	background-position: bottom left;
}

#footer .left {
    padding:10px 10px 0;
    width:650px;
    border-top:1px solid #f1f1f1;
    color: #aaa;
}
#footer .left a {
    color: #aaa;
}

#footer .left a:hover {
    color:#f90;
}
