/* Begin reset */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin:0; 
	padding:0; 
    color:#3B3B3B;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
caption,th { 
	text-align:left; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
ul, ol {
    list-style-type:none;
    margin:0;
    padding:0;
}
/* End reset */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
    background-color:#141414;
    background-image:url(../images/bg.jpg);
    background-position:top center;
    background-repeat:no-repeat;
}
h1 {
    margin-bottom:10px;
    width:950px;
    height:28px;
    padding:4px 0 6px 10px;
    color:#FFFFFF;
    font-size:24px;
    background-image:url(../images/title_bg.png);
    background-repeat:no-repeat;
}
h2 {
    margin:0 0 10px 0;
    font-size:18px;
}
table td, table tr {
    padding:2px;
}
a {
    color:#141414;
    /*text-decoration:underline;*/
    cursor:pointer;
}
a:hover {
    color:#C52C32;
    text-decoration:none;
}

#wrapper {
	width:1010px;
	margin:auto;
}
#flags {
	float:right;
    padding:8px 8px 0 0;
}
#flags img {
    border:1px solid #FFFFFF;
}
#footer a {
    color:#FFFFFF;
}
#footer {
    color:#FFFFFF;
    height:35px;
    padding-top:25px;
    background-image:url(../images/footer.jpg);
	text-align:center;
	font-size:0.8em;
	margin-top:10px;
}

.clear {
	clear:both;
}

/* Products */
table.product {
	border-collapse:collapse;
	border-spacing:0;
    margin:0 auto 10px auto;
    width:100%;
}
table.product td, table.product th {
	padding: 3px;
	border:1px solid #3B3B3B;
}
table.product th {
    text-align:center;
    font-weight:bold;
    color:#FFFFFF;
    background-color: #3B3B3B;
}
table.product td {
	text-align:center;
}
.cell_sep {
    border-left:5px solid #3B3B3B !important;
}

div.product {
    text-align:center;
}
div.product .pdf {
    margin-top:15px;
}

.img a {
    background-image:url(../images/ico-img.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding:2px 0px 2px 20px;
    color:#3B3B3B;
}
.pdf a {
    background-image:url(../images/ico-pdf.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding:2px 0px 2px 20px;
    color:#3B3B3B;
}

#productList {
	width:200px;
	/*overflow:auto;*/
	float:left;
	margin-right:10px;
}
#productList h3 {
	background-color:#C52C32;
	color:#FFFFFF;
    cursor:pointer;
    padding:4px;
    font-size:13px;
    font-weight:bold;
    border-bottom:1px solid #FFFFFF;
}
#productList a {
	display:block;
	cursor:pointer;
	padding:4px;
    background-color:#FFFFFF;
    text-decoration:none;
}
#productList a:hover {
	background-color:#CCCCCC;
}

#productWrapper {
    overflow:hidden;
    float:right;
    width:750px;
}
#productItem {
	overflow:auto;
    /*background-color:#FFFFFF;*/
}

.sort {
    cursor:pointer;
}

.largeList {
    display:inline;
    list-style-type:none;
}
.largeList li {
    width:170px;
    float:left;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center;
}
.largeList a {
    display:block;
    text-decoration:none;
    padding:65px 10px 5px 10px;
    border:1px solid #C4C4C4;
    margin:15px 0 5px 10px;
    color:#3B3B3B;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
}
.largeList a:hover {
    border-color:#C52C32;
    color:#C52C32;
}

/* Header */
#header {
    background-image:url(../images/menu_bg.png);
    background-repeat:repeat-x;
    height:35px;
}
#header_content {
    width:980px;
    margin:auto;
}
#menu {
    width:850px;
    margin:auto;
    float:left;
}
#logo {
    width:244px;
    height:70px;
    margin:5px 0 0 40px;
    /*position:absolute;*/
}
.logo_monroc {
    background-image:url(../images/logo_monroc.png);
    background-repeat:no-repeat;
}
.logo_sonasia {
    background-image:url(../images/logo_sonasia.png);
    background-repeat:no-repeat;
}
#content {
    /*position:absolute;*/
}
#content_header {
    width:1010px;
    height:25px;
    background-image:url(../images/content_header.png);
    background-repeat:no-repeat;
    margin-top:-17px;
}
#content_body {
    background-image:url(../images/content_body.png);
    background-repeat:repeat-y;
    padding:0 25px;
}
#content_footer {
    width:1010px;
    height:25px;
    background-image:url(../images/content_footer.png);
    background-repeat:no-repeat;
}

#slideshow {
    margin-bottom:10px;
}

/* Boxes */
.box {
    /*float:left;*/
    /*width:313px;*/
    /*margin-right:10px;*/
}

.box_header_right, .box_header_left, .box_footer_right, .box_footer_left {
    line-height:0;
    font-size:0;
    height:5px;
    background-repeat:no-repeat;
}
.box_header_left {
    background-image:url(../images/box_header_left.png);
    background-position:top left;
}
.box_header_right {
    background-image:url(../images/box_header_right.png);
    background-position:top right;
}
.box_footer_left {
    background-image:url(../images/box_footer_left.png);
    background-position:left;
}
.box_footer_right {
    background-image:url(../images/box_footer_right.png);
    background-position:right;
}
.box_header {
    height:29px;
    background-image:url(../images/box_header.png);
}
.box_body {
    background-color:#FFFFFF;
    height:250px;
}
.box_footer {
    height:5px;
    background-image:url(../images/box_footer.png);
}
#box3 {
    text-align:center;
}
#box1 h2, #box3 h2 {
    padding-top:10px;
}
#box3 .box_body div {
    margin:10px 0 10px 0;
}

#boxes>div {
    width:313px;
    float:left;
    margin-right:10px;
}
.defaultImage {
    text-align:center;
    margin:20px 0 20px 0;
}

.white {
    background-color:#FFFFFF;
}
.intro {
    padding:0 10px 0 10px;
    text-align:justify;
}
.text {
    padding:10px;
    background-color:#FFFFFF;
    background-image:url('../images/bg_text.jpg');
}
.nobg {
    background-image:none;
}
#contactForm {
    float:left;
}
#contactEmail {
    float:right;
    padding-right:10px;
}
#contactEmail table {
    width:100%
}
#contactEmail td {
    text-align:center;
    padding:20px;
}
#contactEmailAnchor {
/*
        background-image:url(../images/email.png);
    padding:80px 20px 10px 20px;
    background-position:center;
    background-repeat:no-repeat;*/
}
#contactSS {
    width:480px;
    height:289px;
}

.product_options {
    /*width:200px;*/
    float:right;
    margin-bottom:5px;
}
.product_options div {
    float:left;
    margin-left:10px;
}

/* Sitemap */
#sitemap ul {
    list-style-type:circle;
}
#sitemap li {
    margin: 5px 40px;
}

.text1 {
	background-color:#C52C32;
	color:#FFFFFF;
}
.schema {
    text-align:center;
}
.button {
    padding:2px 10px;
}
.right {
    text-align:right;
}
.thb a {
    height:50px;
    width:50px;
    display:block;
    border:1px solid #CCCCCC;
    background-repeat:no-repeat;
    background-position:center;
}
.thb a:hover {
	border-color:#C52C32;
}
