/* Start of CMSMS style sheet 'Oyster' */
#wrapper {   
   width: 920px;   
   margin: 0 auto;
   background-color: #2e2e2e;
   background:  #2e2e2e;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
   border: 1px solid #535353;
   padding: 15px;
   box-shadow: 10px 10px 5px #888888;
   -webkit-box-shadow: 10px 10px 5px #888888;
   -moz-box-shadow: 10px 10px 5px #888888;
   -khtml-box-shadow: 10px 10px 5px #888888;
   }  

* {
        margin: 0;
	padding: 0;
}
a {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

body {background: url(http://oysterltd.com/images/oyster/grey-texture.jpg) repeat left top;
	color: #c0c0c0;
	font-family:Verdana;
	font-size:11px;
font-weight:normal;
background-color:#2e2e2e;
}

p { font:Verdana;
font-size:12px;
color:#eeeeee;}

.top { width:900px;
  border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
   border: 1px solid #535353;
   padding: 10px;
   background-color:#000;
}
.bottom { width:900px;
  border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
   border: 1px solid #535353;
   padding: 10px;
   background-color:#000;
   color:#c0c0c0;
   
}
.bottom p{color:#c0c0c0;
font-family: Verdana; 
   font-size: small;
   padding:5px;}

.bottom h3{color:#eee;
   font-size:small;
   font:Verdana;
   text-decoration:none;
font-weight:normal;
padding:0px}

.bottom h4 {font-size:10px;
   color:#eee;
   font:Verdana;
   padding:0px}

blockquote {font-weight: bold;}

/* CSS for FORMS */
input {
    border: 0px solid #cccccc;
    font-family: verdana; 
    font-size: 12px; 
}
select {
    border: 0px solid #2b2b2b;
    font-family: verdana; 
    font-size: 12px; 
}
textarea {
    border: 0px solid #2b2b2b;
    font-family: verdana; 
    font-size: 12px; 
} 
code {
	background: #775;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 20px; 
font-weight: normal
font-size: 12px; 
font:Verdana;}


h1 { font:Verdana;
font-weight:normal;
font-size:x-large;
color:#c0c0c0;
background-color:#333333;
	margin-bottom: 0px;
	padding: 6px 16px 6px 16px;
}
h2 {font:Verdana;
font-size:medium;
font-weight:normal;
color:#c0c0c0;
padding: 6px 16px 4px 16px;}

h3 {
font:Verdana;
font-size:medium;
font-weight:normal;
color:#eeeeee;
padding: 6px 16px 4px 16px;}

h4 {font:Verdana;
font-size:medium;
font-weight:normal;
color:#c0c0c0;
padding: 6px 16px 4px 16px;}


/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/oyster/stripe.gif);
	height: 0px; /* Changed from 6px */
}
.left {
        /*float: left;*/
        height: 100%;
        background:url(images/oyster/curve-vert.jpg) bottom no-repeat;
	border: 0px solid #1E1E1E; /* Changed from 1px */
	border-top-color: #444;	
}
.right {/*float: right;*/}

/* header */
.header {
	background: #111;
	border-bottom: 0px solid #333; /* Changed from 1px */
	font: normal 2em sans-serif;
	height: 145px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 0px solid #444; /* Changed from 3px */
	border-top: none;
}

.main {
	/* CHANGED BORDERS FROM 1 TO 0 */
        background: #000000;
	border-bottom: 0px solid #2A2A2A;
	border-left: 0px solid #2A2A2A;
}
.main .left {
        width: 215px;
}
.main .right {
        width: 685px;
        background: #303030;
}
.content {background: #2D2D2D url(images/oyster/background-vign-blkgry.jpg) repeat-x;
	border-left: 0px solid #444; /* Changed from 1 */
	border-top: 0px solid #444; /* Changed from 1 */
	padding: 0px; /* Changed from 16 */
        /*height: 600px;*/
}


/* content elements */

.content h1 { font:Verdana;
font-weight:normal;
font-size:x-large;
color:#c0c0c0;
background-color:#333333;
	margin-bottom: 0px;
	padding: 6px 16px 6px 16px;
}

.content h2 {font:Verdana;
font-size:medium;
font-weight:normal;
color:#c0c0c0;
padding: 6px 16px 4px 16px;}

.content h3 {
font:Verdana;
font-size:14px;
font-weight:normal;
color:#eeeeee;
padding: 6px 16px 4px 16px;}

.content h4 {font:Verdana;
font-size:medium;
font-weight:normal;
color:#c0c0c0;
padding: 6px 16px 4px 16px;}

.content h5 {padding: 6px 16px 4px 16px;}

.content p {padding: 6px 16px 4px 16px;
color:#eeeeee;
font-size:13px;}

.content a {color: #999999;}
.content a:visited{color: #999999}
.content a:hover {color: #CCCCCC;
text-decoration: underline;}

.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(images/oyster/nav-blk-bg.gif);}
.nav a {
	background: #191919 url(http://oysterltd.com/images/oyster/nav-blk-bg.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font:Verdana;
	font-weight:bold;
	line-height: 24px;
	padding: 0 20px;
	font-size:11px;
}
.nav a:hover {
	background: #191919 url(images/oyster/nav-hover-bg.gif);
text-decoration: none;
}

/* sub-navigation */

.submenu {margin-top 10px;
padding:12px;}

.submenu hl {padding-top: 10px;
	padding-left: 20px;
}
.submenu ul {font-size: 14px;}

.submenu li {list-style-image:url(http://oysterltd.com/images/oyster/li.gif);}
.submenu li a {list-style-image:url(http://oysterltd.com/images/oyster/li.gif);}
.submenu li:hover {list-style-image:url(http://oysterltd.com/images/oyster/li-a.gif);}
.submenu a:hover {text-decoration: none;}
.submenu li .menuparent { list-style-image:url(http://oysterltd.com/images/oyster/li-a.gif);}



/* footer */
.footer {
	background: #191919;
	border-top: 0px solid #444; /* Changed from 1px */
	color: #999;
	/*padding: 3% 3% 1%;*/
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 33%;
}
.col3center {margin: 0 3%;}


.thumb a { background-color:transparent; border:0; }

blockquote {
margin:22px 20px;
font-size:12px;
upadding:3px;
padding: 0 30px;
background: transparent url("images/blockquote.png") no-repeat 0 0;
}
/* End of 'Oyster' */

