@import url(/styles/live/atsnew/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/atsnew/formmanager.css);
@import url(/styles/live/atsnew/navigation.css);
@import url(/styles/live/atsnew/catalog.css);

/* Structure */
html, body {
    background-image : url(/images/atsnew/wave.gif);
    background-repeat : no-repeat;
    background-position : top center;
    background-color : #B6B5B5;
    line-height:150%;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #36393d;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #EC047D;

}

a:hover {
    text-decoration: none;
    color: #000000;
}
/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

div.newsletter_wrapper{
    background-image : url(/images/atsnew/box_magenta.gif);
    background-repeat: no-repeat;
    height:244px;
}


div.newsletter{
    padding:3px 10px;
    color:black;
}

div.nlleft{
    float:left;
    width:80px;
    text-align:right;
    margin-right:8px;
}

div.nlright{
    float:left;

}

/* Headings */
h1 {
    margin: 15px 0px 10px 0px;
    font-weight: normal;
    font-size: 13px;
    background-image : url(/images/atsnew/h1bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height:27px;
    color:#EC047D;
}
.greyfont{
color:#666666;
}
h2 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    background-color:#FFFFFF;
    background-image:url(/images/atsnew/wrapperbg.gif);
}
#headwrapper {
    width: 950px;
    margin: 0 auto;
    height:175px;
    position:relative;
}
#footerwrapper {
    width: 950px;
    margin: 0 auto;
    height:155px;
    position:relative;
}

#header {
    height: 120px;
    width: 950px;
    position: relative;
}

#langsel{
	float: right;
	padding-right:20px;
	padding-top:4px;
}

#searchfield{
	float: right;
	height: 50px;
	padding: 2px 0px 0px 0px;
}

#searchfield form input.text{
    border: 1px solid #A0AEC0;
    padding:2px;
    width: 100px;
}

#searchfield form input.icon{
	padding: 2px 0px 0px 0px;
}

#content_left {
    background-color: #FFFFFF;
    width: 560px;
    min-height: 350px;
    height: auto !important;  /* for modern Browsers */
    height: 350px;  /*for IE */
    float: left;
    margin-left:10px;
}
#content_right {
    background-color: #FFFFFF;
    width: 360px;
    min-height: 350px;
    height: auto !important;  /* for modern Browsers */
    height: 350px;  /*for IE */
    float: left;
    margin: 0px 10px 0px 10px;
}

#footer {
    color:#FFFFFF;
    font-size:10px;
}


.label {
    display: block;
    float:left;
    width:120px;
}

input.field {
    background-color: #FFFFFF;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
	margin:0;
	padding:0px 0px 0px 15px;
}

img.logo{
	display:block;
	width:351px;
	height:101px;
	position:absolute;
    left : 0;
    top: 37px;
	z-index:99;
}