body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* Reset margins */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin: 0;
    padding: 0;
}

/* Format basic elements */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    font-variant: normal;
    cursor: help;
}

blockquote,
q {
    quotes: none;
}

fieldset,
img {
    border: 0;
}

li {
    list-style-type: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
}

a {
    color: #00f;
}

:focus {
    outline: 0;
}

/* Font settings */
body {
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    color: #000;
}

input,
button,
textarea,
select {
    font-size: 99%;
    font-family: inherit;
    font-weight: inherit;
}

pre,
code {
    font: 12px "Lucida Console", Monaco, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 15pt;
    /*font-size: 15px;*/
    /*font-weight: bold;*/
}

h3 {
    font-size: 12px;
    /*font-weight: bold;*/
}

table {
    font-size: inherit;
}

caption,
th {
    font-weight: bold;
}

/* Default margins */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
    margin-bottom: 12px;
    /* Should match the font size */;
}

* {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body {
    background-color: #8c8c8c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.5ex;
    margin-bottom: 0;
    font-weight: bold;
}

p {
    margin-top: 1ex;
    margin-bottom: 0;
}

#home {
    width: 990px;
    height: 661px;
    position: relative;
    margin: 20px auto 0;
    background-image: url("/files/site/amarin/images/home.png");
    background-repeat: no-repeat;
}

#homeLogo {
    top: 267px;
    position: absolute;
    left: 111px;
}

#homeWork {
    left: 240px;
    top: 425px;
    position: absolute;
    font: 15pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#homeLink1,
#homeLink2,
#homeLink3 {
    top: 580px;
    position: absolute;
    font: 23pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#homeLink1 {
    right: 668px;
}

#homeLink2 {
    right: 369px;
}

#homeLink3 {
    right: 69px;
}

.homeLink {
    text-decoration: none;
    color: #3970A3;
}

#mainFooter {
    bottom: 5px;
    position: absolute;
    font-weight: bold;
    color: #C8C8C8;
    right: 53px;
}

.footLink {
    text-decoration: none;
    color: #C8C8C8;
}

@media print {

    /* Style sheet print */
    body {
        margin: 24px;
        padding: 0;
    }

    * {
        font-family: helvetica;
    }

    h1 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    a {
        text-decoration: none;
        color: #a84204;
    }
}

