/*************************************************************************************
    REPLY TO: bojan.grbic@gmail.com
    LINKStudio* 2008 // http://www.link-studio.net
 ************************************************************************************/
 
body { 
    width: 100%;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 100px; 
    color: #fffffe;  
    font: 12px tahoma, sans-serif; 
    text-decoration: none;
    background: #E7E7E7 url(../images/Bg.jpg) repeat;}
    
img {
    border: none;}
    
a:link{
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;}
    
a:visited {
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;}
    
a:hover{
    text-decoration:underline;
    font-weight:normal;
    color: #ff0099;}
    
a#Menu:link{
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;}
    
a#Menu:visited {
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;}
    
a#Menu:hover{
    text-decoration:underline;
    font-weight:normal;
    color: #ff0099;}
    
a.ViewWork:link{
    text-decoration:none;
    font-weight:normal;
    color: #ff0099;}
    
a.ViewWork:visited {
    text-decoration:none;
    font-weight:normal;
    color: #ff0099;}
    
a.ViewWork:hover{
    text-decoration:underline;
    font-weight:normal;
    color: #ff0099;}
    
a.Hosted:link{
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;
    font-weight: bold;}
    
a.Hosted:visited {
    text-decoration:none;
    font-weight:normal;
    color: #fffffe;
    font-weight: bold;}
    
a.Hosted:hover{
    text-decoration:underline;
    font-weight:normal;
    color: #fffffe;
    font-weight: bold;}
    
.BigTop{
    width: 590px;
    height: 30px;
    background: url(../images/BigTop.png) no-repeat top center;}
    
.BigCenter{
    width: 590px;
    padding-left: 50px;
    padding-right: 50px;
    background: url(../images/BigCenter.png) repeat-y top center;}
    
.BigBottom{
    width: 590px;
    height: 30px;
    background: url(../images/BigBottom.png) no-repeat top center;}
    	 
.SmallTop{
    width: 222px;
    height: 37px;
    background: url(../images/SmallTop.png) no-repeat top center;}
    
.SmallCenter{
    width: 222px;
    padding-left: 30px;
    padding-right: 30px;
    background: url(../images/SmallCenter.png) repeat-y top center;}
    
.SmallBottom{
    width: 222px;
    height: 30px;
    background: url(../images/SmallBottom.png) no-repeat top center;}

.Work, .Work a {
	display: block;
	width: 160px;
	height: 100px;
	background: url(/img/work/small/rememble.jpg) 0 0 no-repeat;
	margin: 0;
	border: 0;}
    
.Workect a {
	cursor: pointer;
  	margin: 0;}
    
.Work a span {
  	display: none;}
    
.Work a:hover {background-position: 0 -100px;}

input, textarea {
    font-family:Tahoma, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;}
    
.TextInput, .TextInputHovered {
    width:236px;
    height:15px;
    color: #333333;
    background:url(../images/Input.png) no-repeat left top;
    border:none;
    padding:4px 8px;}
    
.TextInputHovered {
    background-position:left bottom;}
    
.Textarea, .TextareaHovered {
    width:236px;
    height:125px;
    color: #333333;
    background:url(../images/Textarea.png) no-repeat left top;
    border:none;
    padding:4px 8px;}
    
.TextareaHovered {
    background-position:left bottom;}
    
.buttonFORM, .buttonFORMHovered {
    width:69px;
    height:26px;
    color:#333333;
    font-size: 11px;
    font-weight: bold;
    background:url(../images/Button.png) no-repeat left top;
    cursor:pointer;
    border:none;}
    
.buttonFORMHovered {
    background-position:left bottom;}
     
.Head{
    font: 17px Tahoma, Helvetica, sans-serif;
    color: #fffffe;}
    
.ViewWork{
    color: #555555;}